forked from gtciphertech/gtciphertech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (60 loc) · 2.21 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
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>CipherTech@GT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<script src="https://use.fontawesome.com/0baf246abe.js"></script>
<link rel="icon" href="favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Catamaran:300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:,400' rel='stylesheet' type='text/css'>
</head>
<body>
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">CipherTech</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">People</a>
</li>
</ul>
<br>
<br>
<div class="container">
<img src="images/logo1_yellow.jpg" class="mainlogo center" alt="">
<br>
<div class="text-center">
<h1>CipherTech @ Georgia Tech</h1>
<h2>Crypto. Blockchain. Investing.</h2>
</div>
<br>
<div class="intro">
<p>An organization focused on cryptography, where we’ll host guest speakers and explore crypto through seminars and ongoing projects.</p>
</div>
<div class="intro">
<h5><b>When: </b>Wednesdays, 6:30 - 7:30 pm EST</h5>
<h5><b>Where: </b>CoC 102 Classroom</h5>
</div>
</div>
<br>
<br>
<br>
<div id="" class="text-center">
<a class="btn btn-social-icon btn-github" href="https://github.com/gtciphertech" target="_blank">
<span class="fa fa-github fa-lg"></span>
</a>
<a class="btn btn-social-icon btn-instagram" href="https://www.instagram.com/gtciphertech/">
<span class="fa fa-instagram"></span>
</a>
</div>