-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
65 lines (58 loc) · 2.62 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="description"
content="It is the right place where you can search for live weather of any place located globally." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="weather, live-weather, weather-api " />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>Weather App</title>
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="/styles/style.css" />
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggler" data-toggle="open-navbar1" title="menu">
<span></span>
<span></span>
<span></span>
</button>
<a href="/">
<h4 class="m-0">Global<span>Weather</span></h4>
</a>
</div>
<div class="navbar-menu" id="open-navbar1">
<ul class="navbar-nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="container mt-3">
<div class="container mt-5">
<h1 class="text-primary">Global_Weather</h1>
<p class=""> It is the project where we can find the weather of any place located globally. It is made using live
API.</p>
</div>
</div>
<div class="bg-light text-center" style="padding: 1em 0 1em 0; margin-top: 35%;">
<h6 class="card-title" style="color: black;">© Copyright 2022</h6>
<p class="card-text" style="color: black;">Made by <a href="https://github.com/Kritika30032002"
style="text-decoration: none;color: #66f;"> Kritika Gupta </a></p>
<a href="https://www.linkedin.com/in/kritika-gupta-343458212" class="btn my-2 my-sm-0" type="submit"
style=" border: none; margin-right: 1em;">
<img src="https://img.icons8.com/fluency/48/000000/linkedin.png" height="50px" width="50px"
alt="linkedin_image" />
</a>
<a href="https://github.com/Kritika30032002" class="btn my-2 my-sm-0" type="submit"
style="border: none;margin-right: 1em;"> <img src="https://img.icons8.com/fluency/48/000000/github.png"
alt="github_image" height="50px" width="50px" />
</a>
</div>
</body>
<script src="/scripts/script.js"></script>
</html>