Skip to content

Clean markup #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 43 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>procxx.github.io&nbsp;&mdash; Main Page</title>
<style type="text/css">
a[href^="https://telegram"] {

}
</style>
<head>
<meta charset="utf-8" />
<title>procxx.github.io&nbsp;&mdash; Main Page</title>
</head>
<body>
Welcome to the ProCxx main page! Join us in <a href="https://telegram.org/dl">Telegram</a>:
<a href="https://telegram.me/ProCxx">@ProCxx</a> (also you can see chat's live activity
<a href="http://embedbot.com/iframe/-1001031904034">here</a>)
<br>
Also we have the newbies' chat, #supapro. Join via this invite link:
<a href="https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w">https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w</a>
Also we recommend the CodingTeam community: <a href="https://codingteam.org.ru/">https://codingteam.org.ru/</a>
<h2>Projects [wip]</h2>
<ol><li>Telegram Fork</li></ol>
<h2>Mini-articles (on Telegra.ph) [wip]</h2>
<ol>
<li><a href="http://telegra.ph/Git-nishtyaks-03-02">Git guides</a></li>
<li><a href="http://telegra.ph/Matanota-kursota-iz-promath-03-08">Some Math courses for computing</a></li>
<li><a href="http://telegra.ph/Some-C-Tips-03-10">Chat tips (work in progress)</a></li>
<li><a href="http://telegra.ph/Useful-links-03-21">Useful links</a></li>
</ol>
<h2>Misc. articles on github.io and another</h2>
<ul>
<li><a href="http://fsprojects.github.io/">F# Projects (a cool sample of using gh-pages)</a></li>
<li><a href="https://github.com/fffaraz/awesome-cpp">awesome-cpp - liat of c/c++ libraries/frameworks.</a>
<li><a href="https://ps-group.github.io/compilers/cxx17">[ru] Migration to Everyday C++17</a></li>
<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>
<li><a href="http://nullprogram.com/blog/2017/03/30/">How to Write Portable C Without Complicating Your Build</a></li>
</ul>
<div id="main">
<header>
<h3>Welcome to the <span class="hashtag">ProCxx</span> main page!</h3>
</header>

<ul>
<li>
Join us in <a href="https://telegram.org/dl">Telegram</a>:
<a href="https://telegram.me/ProCxx">@ProCxx</a>;
</li>
<li>
You can see chat's live activity
<a href="http://embedbot.com/iframe/-1001031904034">here</a>;
</li>
<li>
We have the newbies' chat, <span class="hashtag">#supapro</span>. Join via this invite link:
<a href="https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w">https://telegram.me/joinchat/AAAAAD3eN3KytHPyhyh96w</a>;
</li>
<li>
Also we recommend the <span class="hashtag">CodingTeam</span> community: <a href="https://codingteam.org.ru/">https://codingteam.org.ru/</a>.
</li>
</ul>
<h2>Projects [wip]</h2>
<ol><li>Telegram Fork</li></ol>
<h2>Mini-articles (on Telegra.ph) [wip]</h2>
<ol>
<li><a href="http://telegra.ph/Git-nishtyaks-03-02">Git guides</a></li>
<li><a href="http://telegra.ph/Matanota-kursota-iz-promath-03-08">Some Math courses for computing</a></li>
<li><a href="http://telegra.ph/Some-C-Tips-03-10">Chat tips (work in progress)</a></li>
<li><a href="http://telegra.ph/Useful-links-03-21">Useful links</a></li>
</ol>
<h2>Misc. articles on github.io and another</h2>
<ul>
<li><a href="http://fsprojects.github.io/">F# Projects (a cool sample of using gh-pages)</a></li>
<li><a href="https://github.com/fffaraz/awesome-cpp">awesome-cpp - liat of c/c++ libraries/frameworks.</a>
<li><a href="https://ps-group.github.io/compilers/cxx17">[ru] Migration to Everyday C++17</a></li>
<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>
<li><a href="http://nullprogram.com/blog/2017/03/30/">How to Write Portable C Without Complicating Your Build</a></li>
</ul>
</div>
</body>
</html>