-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathabout.html
150 lines (117 loc) · 5.1 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
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
<!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.0,maximum-scale=1">
<title>IV-Weather-About # us</title>
<!-- Loading third party fonts -->
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,700|" rel="stylesheet" type="text/css">
<link href="fonts/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Loading main css file -->
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="js/ie-support/html5.js"></script>
<script src="js/ie-support/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="site-content">
<div class="site-header">
<div class="container">
<a href="index.html" class="branding">
<img src="images/logo.png" alt="" class="logo">
<div class="logo-type">
<h1 class="site-title">IV-Weather</h1>
<small class="site-description">Weather Updates</small>
</div>
</a>
<!-- Default snippet for navigation -->
<div class="main-navigation">
<button type="button" class="menu-toggle"><i class="fa fa-bars"></i></button>
<ul class="menu">
<li class="menu-item current-menu-item"><a href="index.html">Home</a></li>
<li class="menu-item" > <a href="news1.html" >News</a></li>
<li class="menu-item"><a href="about.html">About us</a></li>
<li class="menu-item"><a href="signin-signup.html">Sign up / Sign in</a></li>
</ul> <!-- .menu -->
</div> <!-- .main-navigation -->
<div class="mobile-navigation"></div>
</div>
</div> <!-- .site-header -->
<main class="main-content">
<br>
<br>
<br>
<center ><h1 style="font-size: 40px;">About-us</h1>
</center>
<br>
<br>
<div style="width: 1100px ;margin: auto ;"><h4>Our website presents OFFICIAL weather observations, weather forecasts and climatological information for selected cities supplied by National Meteorological & Hydrological Services (NMHSs) worldwide.The NMHSs make official weather observations in their respective countries. Links to their official weather service websites and tourism board/organization are also provided whenever available. Weather icons are shown alongside worded forecasts in this version to facilitate visual inspection.
By June 2021, WWIS provided official weather information for 2963 cities in which 2819 cities are available with forecast from 139 members while 2177 cities are available with climatological information from 170 members. Suggestions to enrich the contents of this website are welcome.
</h4>
</div>
<div class="fullwidth-block">
<div class="container">
<div class="col-md-5">
<div class="contact-details">
<div class="map" data-latitude="-6.897789" data-longitude="107.621735"></div>
<div class="contact-info">
<address>
<img src="images/icon-marker.png" alt="">
<p>IV Weather <br>
2303 Goregaon Mumbai-104</p>
</address>
<a href="#"><img src="images/icon-phone.png" alt="">+1 800 314 235</a>
<a href="#"><img src="images/icon-envelope.png" alt="">[email protected]</a>
</div>
</div>
</div>
<div class="col-md-6 col-md-offset-1">
<h2 class="section-title">Contact us</h2>
<p>Stay Connected and Contact us for any Problem ! </p>
<form action="#" class="contact-form">
<div class="row">
<div class="col-md-6"><input type="text" placeholder="Your name..."></div>
<div class="col-md-6"><input type="text" placeholder="Email Addresss..."></div>
</div>
<div class="row">
<div class="col-md-6"><input type="text" placeholder="Company name..."></div>
<div class="col-md-6"><input type="text" placeholder="Website..."></div>
</div>
<textarea name="" placeholder="Message..."></textarea>
<div class="text-right">
<input type="submit" placeholder="Send message">
</div>
</form>
</div>
</div>
</div>
</main> <!-- .main-content -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-8">
<form action="#" class="subscribe-form">
<input type="text" placeholder="Enter your email to subscribe...">
<input type="submit" value="Subscribe">
</form>
</div>
<div class="col-md-3 col-md-offset-1">
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
<p class="colophon"><h1>IV Weather.</h1></p>
</div>
</footer> <!-- .site-footer -->
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script src="js/plugins.js"></script>
<script src="js/app.js"></script>
</body>
</html>