-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSU_shuttle.html
More file actions
54 lines (45 loc) Β· 2.12 KB
/
CSU_shuttle.html
File metadata and controls
54 lines (45 loc) Β· 2.12 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>μ‘°μ λνκ΅ μ
νλ²μ€</title>
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div style="background-color: #FFFFFF;">
<div id="container" style="display: flex; flex-direction: column; justify-content: center;
align-items: center; width: 99%; height: 160px; margin-top : 3%; margin-right: 2%;
background-color: #F3F7FA; border-radius: 5px; border: 2px solid gray;">
<div id="title" style="color: #0032a0; font-size: xx-large; text-align: center;">
<h1>CSU Shuttle-bus</h1>
</div>
</div>
<br>
<div style="display: flex; justify-content: center; width: 100%; margin-top: 2%; margin-bottom: 2%;">
<div id="text" style="width:80%; font-size: xxx-large; text-align: center;">
<p>λ²μ€μ <u>νμ¬ μμΉλ₯Ό νμΈ</u>ν΄λ³΄μΈμ!</p>
</div>
</div>
<div style="display: flex; justify-content: center;">
<div id="map" style="width: 96%; height:850px; margin-top:3%; border-radius: 40px; border: 2px solid gray;">
</div>
</div>
<br>
<br>
<div style="display: flex; justify-content: center; align-items: center; width: 100%;">
<div id="bus-icon explain" style="display: flex; align-items: center;">
<img id="bus-icon" src="/0_capstone/bus_image.jpg.svg" style="margin-right: 0%; width:35px; height:80px;">
<div style="width:300px; margin-left: 5%;">
<h1> : μ
νλ²μ€ νμ¬ μμΉ</h1>
</div>
</div>
</div>
<script type="text/javascript"
src="https://dapi.kakao.com/v2/maps/sdk.js?appkey=86fbd037bca50f650e642b85b96583d8"></script>
<script src="/0_capstone/kakaomap.js"></script>
</div>
</body>
</html>