-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (73 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1, viewport-fit=cover" name="viewport"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="browserconfig.xml" name="msapplication-config">
<!-- -->
<meta content="A small site for monitoring the current weather at your location." name="description">
<!-- -->
<link href="assets/images/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="assets/images/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="assets/images/favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="assets/images/favicon/favicon.ico" rel="icon" type="image/x-icon">
<link href="assets/images/favicon/site.webmanifest" rel="manifest">
<!-- -->
<link href="http://tinichan.github.io/weather-site/" rel="canonical">
<!-- -->
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" rel="stylesheet">
<link href="assets/scss/style.css" rel="stylesheet"/>
<title>Tinichan`s Weather Site</title>
</head>
<body>
<main class="weather d-flex flex-column">
<section id="first__section">
<div class="container d-block d-md-flex flex-column align-items-center pt-lg-5">
<div class="col-11 d-flex flex-column">
<span class="weather__city">Wait...</span>
<span class="weather__crd d-flex"></span>
</div>
<div class="col-11 d-flex">
<div class="col d-flex flex-column">
<span class="weather__temp"></span>
<span class="weather__feels__like"></span>
</div>
<div class="col d-flex flex-column align-items-center justify-content-center">
<div class="weather__icon d-flex justify-content-center"></div>
<span class="weather__desc"></span>
</div>
</div>
</div>
</section>
<!-- <section id="second__section">-->
<!-- <div class="container">-->
<!-- <div class="row d-flex mt-5">-->
<!-- <div class="col-6 d-flex flex-column">-->
<!-- <span class="weather__wind__speed"></span>-->
<!-- <span class="weather__wind__deg"></span>-->
<!-- <span class="weather__wind__gust"></span>-->
<!-- </div>-->
<!-- <div class="col-6">-->
<!-- <span class="weather__humidity"></span>-->
<!-- </div>-->
<!-- <div class="col-6">a</div>-->
<!-- <div class="col-6">c</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
</main>
<script src="assets/js/main.js"></script>
<script crossorigin="anonymous"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
<!--<svg viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg">-->
<!-- <path d="M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192h88l0 288c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32l0-288h88c9.6 0 18.2-5.7 22-14.5z"/>-->
<!--</svg>-->
<!--<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">-->
<!-- <path d="M288 32c0 17.7 14.3 32 32 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c53 0 96-43 96-96s-43-96-96-96H320c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32 14.3-32 32zM128 512h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H160c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/>-->
<!--</svg>-->