-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (44 loc) · 1.4 KB
/
index.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
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hunter College Computing Reading Group</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/icons/tree.ico">
</head>
<body>
<div id="main-container">
<div id="heading">
<h1>Computing Reading Group</h1>
<i>of CUNY HUNTER COLLEGE</i>
</div>
<hr>
<div id="content">
<div class="section" id="about">
<h2>ABOUT</h2>
Let's learn stuff together :)
</div>
<div class="section" id="readings">
<h2>READINGS</h2>
</div>
<div class="section" id="suggestions">
<h2>SUGGEST</h2>
Have something you want to read? Open an
<a href="https://github.com/Hunter-Open-Source-Club/reading/issues/new?title=Reading%20Suggestion:%20%5Btitle%5D&body=Title:%0AAuthor%20(optional):%0AURL%20(optional):%0A%0AWhy%20do%20you%20want%20to%20read%20this%3F%20(super%20optional):">issue</a> here.
</div>
<div class="section" id="resources">
<h2>RESOURCES</h2>
Information wants to be free.
<ul>
<li><a href="https://libgen.is/">Library Genesis</a></li>
<li><a href="https://z-lib.org/">Z-Library</a></li>
<li><a href="https://sci-hub.se/">Sci-Hub</a> (for papers)</li>
</ul>
</div>
</div>
</div>
<script src="readings.js"></script>
<script src="scripts.js"></script>
</body>
</html>