-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.82 KB
/
Copy pathindex.html
File metadata and controls
37 lines (33 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Emory University GWC | Home</title> <!--website name -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Syncopate|Unica+One|Amatic+SC|Julius+Sans+One|Crushed|Codystar">
</head>
<body>
<header>
<a href="https://girlswhocode.com/" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/GWC_logo_2016_.png/220px-GWC_logo_2016_.png" alt="Girls Who Code Link" id="gwc"/>
</a>
<h1 id="website-name">Emory University | <span class="rainbow">Donate!</span></h1>
</header>
<nav>
<ul>
<li><a href="https://emoryuniversity-girlswhocode.github.io" class="active">Home</a></li>
<li><a href="https://emoryuniversity-girlswhocode.github.io/aboutus.html">About Us</a></li>
<li><a href="https://emoryuniversity-girlswhocode.github.io/contact.html">Contact</a></li>
<li><a href="https://emoryuniversity-girlswhocode.github.io/donationlist.html"> Donation Center Lists </a></li>
<li id="git-link"><a href="https://github.com/EmoryUniversity-GirlsWhoCode/EmoryUniversity-GirlsWhoCode.github.io" target="_blank"><i class="fa fa-github fa-fw"></i></a>
</li>
</ul>
</nav>
<div class="content">
<h2>Welcome!</h2>
<p>This website was made by the Emory Girls Who Code Club to address the issue of people being disconnected from donation centers when they could potentially help those in need. We built this website to give you the tools you need to find and choose donation centers you want to support. </p>
</div>
</body>
</html>