-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
82 lines (75 loc) · 3.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/6405bb6e15.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/index.js"></script>
<link rel="stylesheet" href="css/contact.css">
<title>Helping Hands</title>
</head>
<body>
<!--Navbar-->
<div class="wrapper">
<header>
<div>
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expand-lg" >
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar" style="background-color:#fff ;"></span>
<span class="icon-bar" style="background-color:#fff ;"></span>
<span class="icon-bar" style="background-color:#fff ;"></span>
</button>
<div class="logo">
<i class="fas fa-hand-holding-heart"></i>
HELPING HANDS
</div>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar navbar-nav navbar-right">
<li ><a href="index.html" style="color: #fff;" >Home</a></li>
<li ><a href="about.html" style="color: #fff;" >About</a></li>
<li ><a href="contact.html" style="color: #fff;">Contact</a></li>
</ul>
</div>
</nav>
</div>
<h1 id="contact_text">
CONTACT
</h1>
</header>
</div>
<h1 id="text">
Get in touch with us!
</h1>
<div id="address">
<h1 id="text2">
We are an NGO based in Delhi.
</h1>
<!--Map Location-->
<div class="mapouter">
<div class="gmap_canvas">
<iframe width="90%" height="500px"
id="gmap_canvas" src="https://maps.google.com/maps?q=Delhi&t=&z=13&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
<a href="https://putlocker-is.org"></a>
<br>
</div>
</div>
</div>
<!--Footer containing social media links-->
<footer>
<h1 id="contact" style="font-size:250%;">CONTACT US</h1>
<a href="#" target="_blank" class="fa fa-facebook" style="font-size: 36px";></a>
<a href="#" target="_blank" class="fa fa-instagram" style="font-size: 36px";></a>
<a href="#" target="_blank" class="fa fa-linkedin square" style="font-size: 36px";></a>
<a href="#" target="_blank" class="fa fa-google" style="font-size: 36px";></a>
</footer>
</body>
</html>