Skip to content

Commit 79bd70d

Browse files
authored
Update index.html
Add additional info from upstream master (PR #1)
1 parent 635ba95 commit 79bd70d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

index.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>procxx.github.io&nbsp;&mdash; Главная страница</title>
5+
<title>procxx.github.io&nbsp;&mdash; Main Page</title>
66
<link rel="stylesheet" type="text/css" href="style/style.css" />
77
</head>
88
<body>
@@ -18,7 +18,7 @@ <h3>Welcome to the <span class="procxx">ProCxx</span>!</h3>
1818
</li>
1919
<li>
2020
You can see chat's live activity
21-
<a href="http://78.155.208.241:3000/iframe/-1001031904034">here</a>
21+
<a href="http://embedbot.com/iframe/-1001031904034">here</a>
2222
</li>
2323
<li>
2424
We have the newbies' chat, <span class="procxx">#supapro</span>. Join via
@@ -28,7 +28,22 @@ <h3>Welcome to the <span class="procxx">ProCxx</span>!</h3>
2828
Also we recommend the <a href="https://codingteam.org.ru/">CodingTeam community</a>
2929
</li>
3030
</ul>
31-
31+
<h2>Projects [wip]</h2>
32+
<ol>
33+
<li>Telegram Fork</li>
34+
</ol>
35+
<h2>Mini-articles (on Telegra.ph) [wip]</h2>
36+
<ol>
37+
<li><a href="">Git guides</a></li>
38+
<li><a href="http://telegra.ph/Matanota-kursota-iz-promath-03-08">Some Math courses for computing</a></li>
39+
<li><a href="http://telegra.ph/Some-C-Tips-03-10">Chat tips (work in progress)</a></li>
40+
</ol>
41+
<h2>Articles on github.io</h2>
42+
<ul>
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+
46+
</ul>
3247
</div>
3348
</body>
3449
</html>

0 commit comments

Comments
 (0)