-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathforum.html
51 lines (44 loc) · 1.88 KB
/
forum.html
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
<!DOCTYPE html>
<html>
<head>
<title>archX</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/label.css">
</head>
<body>
<header>
<!-- Toolbar -->
<nav>
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="open-source.html">Open Source</a>
<a href="forum.html">Forum</a>
<a href="article.html">Articles</a>
<a href="write-up.html">Write-up</a>
<a href="ressources.html">Ressources</a>
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
<span id="theme-icon">🌙</span>
</button>
</nav>
</header>
<h1 class="page-title">Forum</h1>
<p>Your looking for a place with plenty of passionate like you ? You can find here most of the forum/discord server I'm using.</p>
<li>
<p>
<a href="https://www.reddit.com/r/crypto/" target="_blank">r/crypto</a> Reddit main sub for cryptography. You can ask questions, find recent plublished paper and chat with the community.
</p>
</li>
<li>
<p>
<a href="https://discord.com/invite/h9E7cna5pV" target="_blank">Cryptohack's discord server</a> A wonderful community of cryptographers, you can ask for help, follow the news, share memes and a lot more!
</p>
</li>
<li>
<p>
<a href="https://slashdot.org/" target="_blank">Slashdot</a> is a social news website that originally billed itself as "News for Nerds. Stuff that Matters". It features news stories on science, technology, and politics that are submitted and evaluated by site users and editors like a kind of Reddit.
</p>
</li>
<script src="scripts/general_util.js"></script>
</body>
</html>