-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexog.html
33 lines (33 loc) · 1.23 KB
/
indexog.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Centralized Collective Care</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Centralized Collective Care</h1>
<h2>A collective hub of resources for the recently homeless</h2>
</a>
</header>
<section>
<div id="nav">
<!-- INSERT NAVAGATION BAR STUFF HERE -->
</div>
<div id="search-bar">
<!-- INSERT SEARCH BAR STUFF HERE -->
</div>
</section>
<footer>
<a href=""><img src="img/twitter-wrap.png" alt="Twitter logo" class="social-icon"></a>
<a href=""><img src="img/facebook-wrap.png" alt="Facebook logo" class="social-icon"></a>
<p>© 2019 Kimberly Bautista, Joshua Fan, Savvy Gupta, Alexander Schwiesow, Tiffany Tse.</p>
</footer>
</body>
</html>