-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 1.93 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
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles.css" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<script type="module" src="./js/main.js"></script>
<title>Netsoc Alumni</title>
</head>
<body>
<nav id="navbar">
<img class="logo" src="./img/logo-horizontal.svg" alt="Netsoc Logo" />
<div class="page-title-cont">
<h1 class="page-title">ALUMNI</h1>
</div>
</nav>
<div id="soc-desc-section" class="section-container">
<div class="section-header">
<h1 class="section-title">SOCIETY CULTURE</h1>
</div>
<div class="section-content">
<div class="section-para">
<p>
Netsoc is a society that runs both weekly Gaming Events and Tech
Talks either in person when possible, else on our extremely active
discord server.
</p>
<p>
We even run servers that provide useful software and services for
all UCC students.
</p>
<p>
Getting involved in the society as a rep or as a sys-admin can get
you a bunch of industry-useful skills that don't get taught in
college and contacts in that field as well.
</p>
</div>
<input
id="dono-btn"
class="button-primary"
type="submit"
value="DONATE"
/>
</div>
</div>
<div id="testimonial-section" class="section-container">
<div class="section-header">
<h1 class="section-title">TESTIMONIALS</h1>
</div>
<div id="testimonial-card-container"></div>
</div>
<footer>
<img
class="logo"
src="./img/logo-horizontal.svg"
href="http://www.netsoc.co/rk"
alt="Netsoc Logo"
/>
</footer>
</body>
</html>