-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
290 lines (238 loc) · 12.1 KB
/
main.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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!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, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>About Page</title>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template-->
<link href="css/admin-2.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/basic_style.css">
<link rel="stylesheet" href="css/main_style.css">
</head>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<ul class="navbar-nav sidebar sidebar-dark accordion" id="accordionSidebar">
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="map.html">
<div class="sidebar-brand-icon rotate-n-15">
<i class="fas fa-ambulance"></i>
</div>
<div class="sidebar-brand-text mx-3">N-EMER</div>
</a>
<!-- Divider -->
<hr class="sidebar-divider my-0">
<!-- Nav Item - Main -->
<li class="nav-item active">
<a class="nav-link" href="main.html">
<i class="fas fa-info-circle"></i>
<span>About Page</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
MAP
</div>
<!-- Nav Item - Map -->
<li class="nav-item">
<a class="nav-link" href="map.html">
<i class="fas fa-map-marked-alt"></i>
<span>Nearest Emergency Room</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
Category
</div>
<!-- Nav Item - Location Menu -->
<li class="nav-item">
<a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="true" aria-controls="collapseTwo">
<i class="fas fa-compass"></i>
<span>Location</span>
</a>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionSidebar">
<div class="bg-white py-2 collapse-inner rounded">
<h6 class="collapse-header">Emergency Room Location:</h6>
<a class="collapse-item" href="category-north.html">North</a>
<a class="collapse-item" href="category-south.html">South</a>
</div>
</div>
</li>
<!-- Nav Item - Emergency Room Type Menu -->
<li class="nav-item">
<a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseUtilities"
aria-expanded="true" aria-controls="collapseUtilities">
<i class="fas fa-hospital-symbol"></i>
<span>Emergency Room Type</span>
</a>
<div id="collapseUtilities" class="collapse" aria-labelledby="headingUtilities"
data-parent="#accordionSidebar">
<div class="bg-white py-2 collapse-inner rounded">
<h6 class="collapse-header">Duty Type:</h6>
<a class="collapse-item" href="category-1.html">Medical Support Center</a>
<a class="collapse-item" href="category-2.html">Regional Medical Center</a>
<a class="collapse-item" href="category-3.html">Local Medical Center</a>
<a class="collapse-item" href="category-4.html">Local Medical Institution</a>
</div>
</div>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
Addons
</div>
<!-- Nav Item - Search -->
<li class="nav-item">
<a class="nav-link" href="search.html">
<i class="fas fa-search fa-sm"></i>
<span>Search</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider d-none d-md-block">
<!-- Sidebar Toggler (Sidebar) -->
<div class="text-center d-none d-md-inline">
<button class="rounded-circle border-0" id="sidebarToggle"></button>
</div>
</ul>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Topbar -->
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<!-- Sidebar Toggle (Topbar) -->
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
<!-- Topbar Search -->
<form
class="d-none d-sm-inline-block form-inline mr-auto ml-md-3 my-2 my-md-0 mw-100 navbar-search">
<div class="input-group">
<input type="text" class="form-control bg-light border-0 small" placeholder="Search for..."
aria-label="Search" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn" id="find" type="button" onclick="location.href='search.html'">
<i class="fas fa-search fa-sm" id="find"></i>
</button>
</div>
</div>
</form>
</nav>
<!-- End of Topbar -->
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Main Content -->
<center>
<div class="about_main">
<div class="about_image">
<img src="./img/medical-ambulance-car.png" width="100%">
</div>
<div class="about_title">
What is N-EMER?
</div>
</div>
</center>
<!-- Article Content -->
<h1>N-EMER means Nearby Emergency</h1>
<div class="article">
<img src="./img/news.png" id="news" width="40%">
<div class="article_content">
<h2>The Importance of Golden Time</h2>
<p>These days, many people are sadly dying because they missed the golden time.
Even with COVID-19, the phenomenon is getting worse as the number of emergency patients increases.
And there are many difficulties in finding emergency rooms in areas other than large cities such as Seoul.<br>
According to the news on the left, as many as 617 patients died while going to the emergency room in eight months.
This means that an average of 2.5 people per day died without treatment.<br>
We recognized this as a very big problem and thought we had to solve it.
</p>
</div>
</div>
<!-- Article Content -->
<h1 id="about_aim">Lack of emergency rooms in Gyeonggi Province</h1>
<div class="article">
<div class="article_content">
<h2>Almost 13 million people in Gyeonggi,<br>But very few emergency rooms</h2>
<p>As you can see from the map on the web page, there are fewer emergency rooms in Gyeonggi-do than you think.
It has only 69 emergency rooms in Gyeonggi province!<br>
But almost half of the Korean population is distributed in the metropolitan area, as you can see from the chart in the left side.<br>
Therefore, we think it is more important to find an emergency room nearby quickly. That's why we made this webpage!
</p>
</div>
<img src="./img/chart.png" id="news" width="40%">
</div>
<!-- Article Content -->
<h1>Objectives and Roles of Web Pages</h1>
<div class="aim_title">
<i class="fas fa-play-circle fa-2x" id="aim_image"></i>
<h2>Roles of Web Pages</h2>
</div>
<p id="aim_article">This webpage is designed to help you quickly go to the emergency room or take action in the event of a sudden emergency.<br>
It tells you the location and information of the emergency room closest to your current location via a map.<br>
You can also view information on the information tab, such as the hospital's address, phone number, and home page links.<br>
Search functionality allows you to search the emergency room for your illness or condition.
</p>
<br><br>
<div class="aim_title">
<i class="fas fa-crosshairs fa-2x" id="aim_image"></i>
<h2>Objectives of Web Pages</h2>
</div>
<p id="aim_article">The ultimate goal of our web page is to help emergency patients easily use our web page to reach the nearest emergency room in urgent situations.<br>
Through this, we want to drastically reduce the number of patients who miss the golden time and die unfortunately without treatment.</p>
<br><br><br>
<!-- Developer -->
<h1 id="about_aim">N-EMER Web Pages Developer</h1>
<div class="developer">
<img src="./img/user1.png" id="news" width="25%">
<img src="./img/user2.png" id="news" width="25%">
</div>
<center>
<div class="developer">
<h3>Sungkyunkwan Univ.<br>2018312113 Jaemin You</h3>
<h3>Sungkyunkwan Univ.<br>2018311492 Jaesung Lee</h3>
</div>
</center>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright 2022 © By JaeminYou & JaesungLee</span>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="js/admin-2.min.js"></script>
<script src="js/search.js"></script>
</body>
</html>