Skip to content

Commit f981ce0

Browse files
authored
Clean markup (#4)
Update index.html * Modify markup according to the unn4m3d fork. * remove empty style.
1 parent 8d429a9 commit f981ce0

File tree

1 file changed

+43
-32
lines changed

1 file changed

+43
-32
lines changed

index.html

Lines changed: 43 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,49 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<title>procxx.github.io&nbsp;&mdash; Main Page</title>
6-
<style type="text/css">
7-
a[href^="https://telegram"] {
8-
9-
}
10-
</style>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>procxx.github.io&nbsp;&mdash; Main Page</title>
116
</head>
127
<body>
13-
Welcome to the ProCxx main page! Join us in <a href="https://telegram.org/dl">Telegram</a>:
14-
<a href="https://telegram.me/ProCxx">@ProCxx</a> (also you can see chat's live activity
15-
<a href="http://embedbot.com/iframe/-1001031904034">here</a>)
16-
<br>
17-
Also we have the newbies' chat, #supapro. Join via this invite link:
18-
<a href="https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w">https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w</a>
19-
Also we recommend the CodingTeam community: <a href="https://codingteam.org.ru/">https://codingteam.org.ru/</a>
20-
<h2>Projects [wip]</h2>
21-
<ol><li>Telegram Fork</li></ol>
22-
<h2>Mini-articles (on Telegra.ph) [wip]</h2>
23-
<ol>
24-
<li><a href="http://telegra.ph/Git-nishtyaks-03-02">Git guides</a></li>
25-
<li><a href="http://telegra.ph/Matanota-kursota-iz-promath-03-08">Some Math courses for computing</a></li>
26-
<li><a href="http://telegra.ph/Some-C-Tips-03-10">Chat tips (work in progress)</a></li>
27-
<li><a href="http://telegra.ph/Useful-links-03-21">Useful links</a></li>
28-
</ol>
29-
<h2>Misc. articles on github.io and another</h2>
30-
<ul>
31-
<li><a href="http://fsprojects.github.io/">F# Projects (a cool sample of using gh-pages)</a></li>
32-
<li><a href="https://github.com/fffaraz/awesome-cpp">awesome-cpp - liat of c/c++ libraries/frameworks.</a>
33-
<li><a href="https://ps-group.github.io/compilers/cxx17">[ru] Migration to Everyday C++17</a></li>
34-
<li><a href="http://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#calling-javascript-from-c-c">Connecting Cpp and Javascript</a></li>
35-
<li><a href="http://nullprogram.com/blog/2017/03/30/">How to Write Portable C Without Complicating Your Build</a></li>
36-
</ul>
8+
<div id="main">
9+
<header>
10+
<h3>Welcome to the <span class="hashtag">ProCxx</span> main page!</h3>
11+
</header>
12+
13+
<ul>
14+
<li>
15+
Join us in <a href="https://telegram.org/dl">Telegram</a>:
16+
<a href="https://telegram.me/ProCxx">@ProCxx</a>;
17+
</li>
18+
<li>
19+
You can see chat's live activity
20+
<a href="http://embedbot.com/iframe/-1001031904034">here</a>;
21+
</li>
22+
<li>
23+
We have the newbies' chat, <span class="hashtag">#supapro</span>. Join via this invite link:
24+
<a href="https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w">https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w</a>;
25+
</li>
26+
<li>
27+
Also we recommend the <span class="hashtag">CodingTeam</span> community: <a href="https://codingteam.org.ru/">https://codingteam.org.ru/</a>.
28+
</li>
29+
</ul>
30+
<h2>Projects [wip]</h2>
31+
<ol><li>Telegram Fork</li></ol>
32+
<h2>Mini-articles (on Telegra.ph) [wip]</h2>
33+
<ol>
34+
<li><a href="http://telegra.ph/Git-nishtyaks-03-02">Git guides</a></li>
35+
<li><a href="http://telegra.ph/Matanota-kursota-iz-promath-03-08">Some Math courses for computing</a></li>
36+
<li><a href="http://telegra.ph/Some-C-Tips-03-10">Chat tips (work in progress)</a></li>
37+
<li><a href="http://telegra.ph/Useful-links-03-21">Useful links</a></li>
38+
</ol>
39+
<h2>Misc. articles on github.io and another</h2>
40+
<ul>
41+
<li><a href="http://fsprojects.github.io/">F# Projects (a cool sample of using gh-pages)</a></li>
42+
<li><a href="https://github.com/fffaraz/awesome-cpp">awesome-cpp - liat of c/c++ libraries/frameworks.</a>
43+
<li><a href="https://ps-group.github.io/compilers/cxx17">[ru] Migration to Everyday C++17</a></li>
44+
<li><a href="http://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#calling-javascript-from-c-c">Connecting Cpp and Javascript</a></li>
45+
<li><a href="http://nullprogram.com/blog/2017/03/30/">How to Write Portable C Without Complicating Your Build</a></li>
46+
</ul>
47+
</div>
3748
</body>
3849
</html>

0 commit comments

Comments
 (0)