-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (45 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, inital-scale=1">
<title>Weather Forecast</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="container">
<div id="header" class="row">
<div class="col-md-4">
<a href="index.html">Home</a>
</div>
<div class="col-md-4">
<a href="about.html">About</a>
</div>
<div class="col-md-4">
<a href="checkweather.html">Checkweather</a>
</div>
</div>
<div class="row" id="styy">
<p>Must check this out.We have made it simple for users to check weather in a more effective and simple way.If you have any suggestions or if you want to do some web project with me,just let me know.If any one want my services,contact me</p>
</div>
<div class="row">
<div class="col-md-12"><h2>Contact Me</h2></div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://www.facebook.com/profile.php?id=100001152404225" class="fa fa-facebook">f</a>
<a href="https://twitter.com/_vikas_gupta_" class="fa fa-twitter">t</a>
<a href="https://plus.google.com/111294222978414349224" class="fa fa-google">G+</a>
<a href="https://www.linkedin.com/in/vikas-gupta-56885b131/" class="fa fa-linkedin">in</a>
</div>
</div>
<footer>
<p>© Vikas</p>
</footer>
</div>
<script type="text/javascript" src="js/jquery-3.2.1.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>