-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
177 lines (156 loc) · 7.54 KB
/
contact.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Favicons -->
<link rel="shortcut icon" sizes="16x16" href="assets/images/logo.png"/>
<meta charset="UTF-8">
<title>Helping Hands | Contact</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/manual.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owlcarousel/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css">
<!-- Google fonts Poppins -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Fontello -->
<link rel="stylesheet" href="assets/css/css-fontello/animation.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-codes.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-embedded.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-ie7.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-ie7-codes.css" type="text/css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page">
<!--=============================== Header ===========================-->
<div id="header"></div>
<!--=============================== Menu-Bar ========================-->
<div id="menuBar-charity"></div>
<!--=============================== Banner ==========================-->
<div class="banner" style="background-image: url('assets/images/pexels-photo-69096.jpg');background-repeat: no-repeat;background-attachment: fixed;
background-size: cover;">
<div class="shadow-main">
<h1> Contact Us </h1>
<ul class="breadcrumb breadcrumb-news">
<li><a href="index.html">HOME</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
<!--=============================== Contact ================================-->
<div class="main-contact">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12 mb-contact">
<ul class="contact">
<li>
<strong>Location</strong>
<span>NED University of Engineering and Technology</span>
</li>
<li>
<strong>Work Hours</strong>
<span>Mon - Sat 10.00 - 18.00</span>
</li>
<li>
<strong>Phone</strong>
<span>+923363062715 +923442000327</span>
</li>
<li>
<strong>Say Hello</strong>
<span>https://github.com/bushra2001</span>
</li>
</ul>
<div class="contact-social-link">
<ul>
<li><a href="https://www.tumblr.com/"><i class="icon-tumblr "></i></a></li>
<li><a href="https://www.facebook.com/"><i class="icon-facebook "></i></a></li>
<li><a href="https://www.pinterest.com/"><i class="icon-pinterest "></i></a></li>
<li><a href="https://vimeo.com/"><i class="icon-vimeo "></i></a></li>
</ul>
</div>
</div>
<div class="col-md-8 col-sm-6 col-xs-12">
<div class="leave-reply">
<form action="...">
<div class="form-group">
<input id="first_name" name="first_name" type="text" placeholder="Name"
class="form-control" required="">
</div>
<div class="form-group">
<input id="email" name="email" type="email" placeholder="E-mail"
class="form-control">
</div>
<div class="form-group">
<input id="text" name="text" type="text" placeholder="Subject"
class="form-control">
</div>
<div class="form-group">
<textarea class="form-control" rows="6" placeholder="Message..."></textarea>
</div>
<input class="red-btn red-btn-form" type="submit" value="Send Message">
</form>
</div>
</div>
</div>
</div> <!-- /.container -->
</div> <!-- /.main-contact -->
<div class="overlay" onClick="style.pointerEvents='none'"></div>
<div id="map"></div>
<!--=============================== Footer ===========================-->
<div id="footer"></div>
</div> <!-- /.page -->
<!-- JS code -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="assets/js/jquery.spincrement.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
"use strict";
var marker;
function initMap() {
var myLatlng = {lat: 19.1606765, lng: 72.8443281};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 13,
center: myLatlng
});
var iconBase = 'assets/images/location.png';
marker = new google.maps.Marker({
map: map,
draggable: true,
animation: google.maps.Animation.DROP,
position: myLatlng,
icon: iconBase
});
marker.addListener('click', toggleBounce);
map.addListener('center_changed', function () {
window.setTimeout(function () {
map.panTo(marker.getPosition());
}, 3000);
});
marker.addListener('click', function () {
map.setCenter(marker.getPosition());
});
}
function toggleBounce() {
if (marker.getAnimation() !== null) {
marker.setAnimation(null);
} else {
marker.setAnimation(google.maps.Animation.BOUNCE);
}
}
</script>
<!-- <script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD4ppPTHXCpBSoOkLESSfwMlD1zojoMxBc&callback=initMap">
</script> -->
<script src="assets/js/myScript.js"></script>
</body>
</html>