-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
63 lines (63 loc) · 2.98 KB
/
contact.html
File metadata and controls
63 lines (63 loc) · 2.98 KB
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
<head>
<title>DISC NU · Contact Us</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<script src="main.js"></script>
<link rel="icon"
type="image/ico"
href="/img/favicon.ico">
</head>
<body>
<div class="menu-nav animated fadeInDown">
<a href="/"><img src="/img/disc%20logo.png"></a>
<div class="bar">
<nav class="main-nav">
<ul id="nav" class="">
<li><a href="/mission">Our Mission</a></li>
<li><a href="/team">Executive Board</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/contact">Contact Us</a></li>
</ul>
</nav>
</div>
<a id="hamburger" class="nav-opener" href="#"><span></span></a>
</div>
<div class="child">
<div class="header-bg header-contact">
<i class="material-icons icon-big" style="font-size: 4rem; margin-bottom: 15px; color: #fff;">contacts</i>
<div class="green-bar green-bar-contact"></div>
<h1>CONTACT US</h1></div>
<div class="child-text">
<p>Are you passionate about what we do? Are you interested in getting involved? We would love to hear from you! <br />
<i>Our applications for 2022 project teams are closed. Stay tuned for our next application cycle.</i>
</p>
<div class="card-contact">
<i class="material-icons green">email</i>
<h3>Email</h3>
</div>
<div class="card-contact">
<i class="material-icons green">share</i>
<h3>Social</h3>
<p>
<a href="https://www.facebook.com/discNU/"><i class="fab fa-facebook-square"></i></a>
<a href="https://github.com/DISC-NU"><i class="fab fa-github-square"></i></a>
<a href="https://www.linkedin.com/company/techshift-alliance/"><i class="fab fa-linkedin"></i></a>
</p>
</div>
<div class="card-contact">
<i class="material-icons green">pin_drop</i>
<h3>Address</h3>
<p>Northwestern University<br/>
633 Clark St <br/>
Evanston, IL
</p>
</div>
</div>
</div>
</body>