-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.05 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.05 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="script/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" type="text/css" href="style/style.css">
<script type="text/javascript" src="script/script.js"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700' rel='stylesheet' type='text/css'>
<title>Bumper</title>
</head>
<body>
<nav>
<img alt="logo" src="images/logo2.png" />
</nav>
<header class="toWindowSize" id="landing" >
<article id="content">
<div id="container">
<article id="image">
<img alt="smartphone" src="images/smartphone.png" />
</article>
<article id="text">
<h1><span>BUMP</span> BEFORE YOU <span>HUMP</span></h1>
<h2>Connect with sexual partners and anonymously send/recieve STI alerts</h2>
</article>
</div>
</article>
</header>
</body>
</html>