-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (53 loc) · 1.85 KB
/
index.html
File metadata and controls
67 lines (53 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="es"><head><meta charset="utf-8"></meta><title>C++ Mexico</title><meta content="width=device-width, initial-scale=1" name="viewport"></meta><style>:root {
font-family: "Lucida Console", Monaco, monospace;
font-size: 10pt;
line-height: 1.4;
}
body {
margin: 1em auto;
max-width: 1000px;
}
header {
padding-top: 10px;
text-align: center;
}
header strong {
font-size: 26pt;
font-weight: normal;
color: #000;
}
main {
padding-bottom: 10px;
}
/* main content */
.hero {
text-align: center;
margin-top: 1em;
}
.hero img {
max-width: 300px;
height: auto;
display: block;
margin: 0 auto 0.5em;
}
.hero p {
margin: 0.3em 0;
}
/* links */
.links a {
color: #006eff;
text-decoration: none;
}
.links a:hover {
background-color: #006eff;
color: #fff;
}
/* footer */
.site-footer {
margin-top: 2em;
text-align: center;
font-size: 8pt;
color: #666;
}
</style><meta content="https://cpp.com.mx" property="og:url"></meta><meta content="C++ Mexico" property="og:title"></meta><meta content="Comunidad de C++ Mexico" property="og:description"></meta><meta content="https://cpp.com.mx/images/logo.png" property="og:image"></meta></head><body><header><strong>C++ Mexico</strong></header><main><section class="hero"><img alt="C++ Mexico logo" src="https://cpp.com.mx/images/logo.png"></img><p>Comunidad de C++ Mexico</p><p class="links"><a href="https://twitter.com/cpp_mx">Twitter</a> / <a href="https://discord.gg/t53X2e8Mrz">Discord</a> / <a href="https://github.com/cppmexico">GitHub</a> / <a href="https://www.twitch.tv/cppmexico">Twitch</a></p></section></main><footer class="site-footer"><p>This work is licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a>. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/4.0/.</p></footer></body></html>