-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (184 loc) · 8.77 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>COVID CENTRAL</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="https://cherhchen.github.io/covid-central-test/style.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="shortcut icon" href="https://cdn.glitch.com/0d98bcc4-796f-471b-8bc6-c77ce9ac9fc6%2Funnamed.png?v=1594841505757"/>
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<script src="https://cherhchen.github.io/covid-central-test/script.js" defer />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<!-- title with image -->
<div class="container-fluid">
<img class="title-img w-100"
src="https://cdn.glitch.com/0d98bcc4-796f-471b-8bc6-c77ce9ac9fc6%2Fcovid.jpg?v=1594674692729"
alt="Snow"
height="150px"
/>
<div class="centered"><h1>COVID CENTRAL</h1></div>
</div>
<!-- end of title with image -->
<!-- nav bar -->
<div class="centerdiv header " id="myHeader" >
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Safety
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="symptoms.html">Symptoms</a>
<a class="dropdown-item" href="how-to-protect.html">How To Protect Yourself</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="donate.html">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cases.html">Cases</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- End of nav bar -->
<a href="chineseindex.html">Read this page in Chinese</a>
<!--
<div class="container">
<h2>Carousel Example</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
indicators
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
slide wrappers
<div class="carousel-inner">
<div class="item active">
<img src="." alt="Los Angeles" style="width:100%;">
</div>
<div class="item">
<img src="." alt="Chicago" style="width:100%;">
</div>
<div class="item">
<img src="ny.jpg" alt="New york" style="width:100%;">
</div>
</div>
controls
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
-->
<!--
auto slideshow, not sure what we want to do with it?
I was thinking we could have it juist have images, wee can find a use for it later k, ill just leave it here for now we can move it accordingly -->
<div>
<img class="mySlides" src="https://media.npr.org/assets/img/2020/04/06/coronavirus-10000deaths-97f69d45ad55fca3267f7eedd7789b9058905ac0-s800-c85.jpg">
<img class="mySlides" src="https://s7d2.scene7.com/is/image/TWCNews/0424_tx_drive_thru-testjpg">
<img class="mySlides" src="https://carolinefifemd.com/wp-content/uploads/2020/04/how-was-your-war-scaled.jpg">
<img class="mySlides" src="https://www.sciencenews.org/wp-content/uploads/2020/07/070820_ti_covid-6m-vaccine_feat_REV-1440x700.jpg">
</div>
<div class="card-deck my-5">
<div class="card">
<img class="card-img-top spread-img" src="https://media.kare11.com/assets/KARE/images/d7bb992c-b4a0-4104-9a75-116b7dd046d7/d7bb992c-b4a0-4104-9a75-116b7dd046d7_1920x1080.jpg" alt="Card image cap" width="100" height="250">
<div class="card-body">
<h5 class="card-title">Social Distance</h5>
<p class="card-text">To limit the further spread of COVID-19, we need to maintain a physical distance with others.</p>
<p class="class-text font-italic">
“I think it’s very healthy to spend time alone. You need to know how to be alone and not be defined by another person.”<br> – Oscar Wilde
</p>
</div>
</div>
<div class="card">
<img class="card-img-top spread-img" src="https://sfhss.org/sites/default/files/2020-04/Unknown-2_0.png" alt="Card image cap" width="100" height="250">
<div class="card-body">
<h5 class="card-title">Wear Masks</h5>
<p class="card-text">Mask can help individuals cover a cough or sneeze, reducing the spread of germs and COVID-19.</p>
</div>
</div>
<div class="card">
<img class="card-img-top spread-img" src="https://ichef.bbci.co.uk/news/720/cpsprodpb/162C9/production/_111452809_washhands.png" alt="Card image cap" width="100" height="250">
<div class="card-body">
<h5 class="card-title">Wash Your Hands</h5>
<p class="card-text">Frequently wash your hands with soap to remove pathogens. Scrub for at least 20 seconds.</p>
</div>
</div>
</div>
<!-- footer what should i put, social media?? fake phone#?-->
<br>
<div class="footer">
<div class="row p-3 mb-2 bg-dark text-white">
<div class="col">
<h5>
Have Questions?
</h5>
<h6>
<i class="fa fa-phone" style="font-size:24px;color:white"></i>
(123)456-7890
</h6>
<h6>
<i class="fa fa-envelope-o" style="font-size:px"></i>
</h6>
</div>
<div class="col">
<h5>
Useful Links
</h5>
<h6>
<a href="https://www.who.int/">World Health Organization</a>
</h6>
<h6>
<a href="https://www.cdc.gov/"
>Centers for Disease Control and Prevention</a
>
</h6>
</div>
<div class="col">
<h5>
Connect with us
</h5>
<br />
<div class="icons">
<a class="icon" href="https://www.facebook.com/CDC" target = "blank"><span>Facebook</span></a>
<a class="icon" href="https://twitter.com/CDCgov" target = "blank"><span>Twitter</span></a>
</div>
</div>
</div>
</div>
<script src="https://button.glitch.me/button.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>