-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 3.46 KB
/
index.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
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Revamp Page</title>
<link type="text/css" rel="stylesheet" href="lib/bootstrap-3.3.5/css/bootstrap.css"/>
<link type="text/css" rel="stylesheet" href="lib/bootstrap-3.3.5/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href= "lib/css/landing.css"/>
<script type="text/javascript" src="lib/jquery-2.1.3/jquery.js"></script>
</head>
<body>
<main class="container-fluid body">
<article class="jumbotron">
<header class="row page-top">
<figure class="col-xs-3 col-sm-2 col-md-2 col-lg-2">
<img src="images/Chickenpox.png" class="pic-size img-responsive">
</figure>
<div class="col-xs-6 col-sm-8 col-md-8 col-lg-8 center">
<p id="header1">WELCOME TO</p>
<p id="header2">Disease History Interactive Map</p>
</div>
<figure class="col-xs-3 col-sm-2 col-md-2 col-lg-2">
<img src="images/Polio.png" class="pic-size ppic img-responsive margin-top">
</figure>
</header><!--end row-->
<div class="row body-copy"><!-- first row -->
<div class="col-xs-0 col-sm-0 col-md-1 col-lg-2"></div>
<div class="col-xs-12 col-sm-11 col-md-5 col-lg-4 para1"><!--left col -->
<p>Chickenpox, Measles, Influenza and Polio have afflicted children in the United States throughout history. Many of these diseases are entirely preventable. Here at the Project Tycho - San Quentin Code 7370 collaboration, users can view data in visual and interactive formats that are easy, informative and efficient.</p>
</div>
<div class="col-xs-12 col-sm-11 col-md-5 col-lg-4 para2">
<p>To learn more information on these diseases, their respective histories as well as historical vaccination and prevention efforts click below.</p>
</div>
<figure class="col-xs-5 col-sm-4 col-md-4 col-lg-4">
<img src="images/Flu.png" class="fpic-size margin-top img-responsive">
</figure>
<div class="col-sm-1 col-md-1 col-lg-2"></div>
</div>
<div class="row">
<figure class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<img src="images/measles_reversed.png" class="mpic-size img-responsive">
</figure>
<div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 ">
<a href="landing.html"class="btn btn-landing" id="clrBtn" role="button">CONTINUE TO MAP</a>
</div>
</div>
<footer class="row">
<div class="col-xs-12 center border">
<p id="footer-txt">CONTRIBUTERS</p>
</div>
<figure class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<a href="http://www.tycho.pitt.edu"><img src="images/tychologo.png" class="img-responsive btm-img" alt="Responsive image"></a>
</figure>
<figure class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<a href="http://www.thelastmile.org"><img src="images/tlmlogo.png" class="img-responsive btm-img" alt="Responsive image"></a>
</figure>
<figure class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<a href="7370.html"><img src="images/code7370.jpg" class="img-responsive btm-img" alt="Responsive image"></a>
</figure>
<figure class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<a href="http://www.pia.ca.gov"><img src="images/calPia.png" class="img-responsive btm-img" alt="Responsive image"></a>
</figure>
</footer>
</article><!-- end jumbotron -->
</main><!-- end container -->
<script type="text/javascript" src="lib/bootstrap-3.3.5/js/bootstrap.js"></script>
</body>
</html>