-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.html
63 lines (54 loc) · 1.88 KB
/
splash.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
<html>
<head>
<title>OTCForMe</title>
<link rel="stylesheet" type="text/css" href="shared.css">
<link rel="stylesheet" type="text/css" href="splash.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="topnav-container">
<div id="logo-container">
<a href="splash.html"><img src="images/otc_logo.png" alt="OTCForMe" id="logo"></a>
</div>
<nav id="topnav">
<ul id="topnav-list">
<li class="topnav-item"><a href="about.html" class="topnav-link">About</a></li>
<li class="topnav-item"><a href="#" class="topnav-link">Help</a></li>
<li class="topnav-item"><a href="#" class="topnav-link">Login</a></li>
</ul>
</nav>
</div>
<div id="splash-photo-container">
<h1 id="splash-header">Medications made easy</h1>
<div id="splash-button-container">
<a href="symptoms.html"><button id="splash-button">Try it now!</button></a>
</div>
</div>
<div id="splash-content-container">
<h2 class="center">Why you'll love OTCForMe</h2>
<div id="splash-images-container">
<div class="splash-image-container">
<img src="images/symptoms-slider-border.png">
<h3 class="center">Easy to Use</h3>
<span>Helpful tips and concise information help you find what you need</span>
</div>
<div class="splash-image-container">
<img src="images/doctors-border.png">
<h3 class="center">Expert Advice</h3>
<span>Medical knowledge curated by professionals</span>
</div>
<div class="splash-image-container">
<img src="images/classifier-border.png">
<h3 class="center">Accurate and Precise</h3>
<span>Novel statistical techniques to give you the most accurate information</span>
</div>
</div>
</div>
<div id="sign-up-container">
<h2>Interested?</h2>
<div id="splash-button-container">
<button id="splash-button">Sign up now!</button>
</div>
</div>
</body>
</html>