-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
118 lines (97 loc) · 3.95 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
<!DOCTYPE html>
<html>
<head>
<!-- If IE use the latest rendering engine -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Set the page to the width of the device and set the zoon level -->
<meta name="viewport" content="width = device-width, initial-scale = 1">
<title>NIET TECHNOCRAFTS</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="css/bootstrap.css">
<link type="text/css" rel="stylesheet" href="css/main.css">
<link type="text/css" rel="stylesheet" href="css/custom.css">
<script src="jquery/jquery-2.2.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<style type="text/css">
.jumbotron{
background-color: #404040;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><h2>NIET TECHNOCRAFTS</h2></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#MainMenu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-right" id="MainMenu">
<ul class="nav navbar-nav">
<li ><a href="index.html">HOME</a></li>
<li ><a href="event.html">REGISTER</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li class="active"><a href="#">CONTACT US</a></li>
</ul>
</div>
</div>
</nav>
<section id="contact-info">
<div class="container-fluid row">
<div class="col-sm-8 col-md-offset-2">
<h2 class="jumbotron"><b>How to Reach Us ? </b></h2>
<p class="lead"></p>
</div>
</div>
<div class="gmap-area">
<div class="container">
<div class="row">
<div class="col-sm-4 text-center">
<div class="gmap" id="area">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3507.5479962620707!2d77.48776451439292!3d28.463038998484116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cc1e1ac2da00f%3A0x64a13e95169ce4ad!2sNIET!5e0!3m2!1sen!2sin!4v1446586078229" width="350" height="350" frameborder="0" style="border:0"></iframe>
</div>
</div>
<div class="col-sm-7" >
<div class="jumbotron">
<h2>Address</h2>
<h3>
<p><i class="glyphicon glyphicon-map-marker"></i> Knowledge Park -II Greater Noida 201306 </p>
<p><i class="glyphicon glyphicon-earphone"></i> (+91) 8510065667 | (+91) 9650297025 | (+91) 9582421083</p>
<p><i class="glyphicon glyphicon-envelope"></i> [email protected]</p>
</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<style type="text/css">
body {
font-family: Calibri, sans-serif;
background-image:url('Images/contact1.jpg');
background-attachment:fixed;
min-height:100px;
margin-top:0px;
margin-bottom:15px;
background-size: cover;
}
</style>
<div class="navbar navbar-inverse navbar-fixed-bottom" role="navigation">
<div class="container">
<div class="navbar-text pull-right">
<p>Desgined & Developed By: Web Development Team</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>