Skip to content

Commit 3cc6d03

Browse files
committed
update index html
1 parent f49699e commit 3cc6d03

File tree

1 file changed

+50
-9
lines changed

1 file changed

+50
-9
lines changed

index.html

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,67 @@
11
<!DOCTYPE html>
2-
<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>main {
2+
<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 {
3+
font-family: "Lucida Console", Monaco, monospace;
4+
font-size: 10pt;
5+
line-height: 1.4;
6+
}
7+
8+
body {
9+
margin: 1em auto;
10+
max-width: 1000px;
11+
}
12+
13+
header {
14+
padding-top: 10px;
15+
text-align: center;
16+
}
17+
18+
header strong {
19+
font-size: 26pt;
20+
font-weight: normal;
21+
color: #000;
22+
}
23+
24+
main {
325
padding-bottom: 10px;
426
}
527

6-
main a {
28+
/* main content */
29+
30+
.hero {
31+
text-align: center;
32+
margin-top: 1em;
33+
}
34+
35+
.hero img {
36+
max-width: 300px;
37+
height: auto;
38+
display: block;
39+
margin: 0 auto 0.5em;
40+
}
41+
42+
.hero p {
43+
margin: 0.3em 0;
44+
}
45+
46+
/* links */
47+
48+
.links a {
749
color: #006eff;
50+
text-decoration: none;
851
}
952

10-
main a:hover {
53+
.links a:hover {
1154
background-color: #006eff;
1255
color: #fff;
1356
}
1457

15-
hr {
16-
border: 0;
17-
border-top: 1px solid #afafaf;
18-
}
58+
/* footer */
1959

2060
.site-footer {
2161
margin-top: 2em;
22-
font-size: 8pt;
2362
text-align: center;
63+
font-size: 8pt;
2464
color: #666;
2565
}
26-
</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>
66+
67+
</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>

0 commit comments

Comments
 (0)