-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
155 lines (127 loc) · 5.39 KB
/
contact.html
File metadata and controls
155 lines (127 loc) · 5.39 KB
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
<!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">
<title>E & S</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/pictureflip.css" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
<script type="text/javascript" src="//use.typekit.net/vue1oix.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><h1><strong>E & S</strong></h1></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index1.html"><strong>Home</strong></a></li>
<li><a href="services.html"><strong>Services</strong></a></li>
<li><a href="news.html"><strong>News</strong></a></li>
<li><a href="about.html"><strong>About</strong></a></li>
<li class="active"><a href="contact.html"><strong>Contact Us</strong></a></li>
<li><a href="vr/index.html"><strong>Go VR Mode</strong></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!--<section class="section-title">
<div class="container">
<h1>CONTACT US <small>GET IN TOUCH ?</small></h1>
</div>
</section>!-->
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="index1.html">Home</a></li>
<li class="active">Contact Us</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="wow fadeInLeft">
<iframe width="100%" height="450px" src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d2313.36312351723!2d85.42743343328088!3d27.67056569100828!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2snp!4v1452100720862" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<br>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="wow flipInX" data-wow-delay=".3s">
<br>
<h2>Contact Us Today!</h2>
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name*">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email*">
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Your Message*"></textarea>
</div>
<br>
<button type="submit" class="btn btn-default">Submit</button>
<br>
<br>
</form>
</div>
</div>
<br>
<div class="col-md-4 ">
<div class="wow bounceInUp">
<h2>Contact Details</h2>
<p> Durbar Marg <br> Kathmandu, Nepal<br>
</p>
<p><i class="fa fa-phone"></i>
<abbr title="Phone"></abbr>: +977 - 9841234567</p>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email"></abbr>: <a href="mailto:johndoe@example.com">johndoe@example.com</a></p>
<p><i class="fa fa-clock-o"></i>
<abbr title="Hours"></abbr>: Monday - Friday : 9:00 AM to 5:00 PM</p>
</div>
<ul class="social-link">
<li class="twitter rollIn wow delay-02s"><a href="javascript:void(0)"><i class="fa fa-twitter"></i></a></li>
<li class="facebook rollIn wow delay-04s"><a href="javascript:void(0)"><i class="fa fa-facebook"></i></a></li>
<li class="gplus rollIn wow delay-07s"><a href="javascript:void(0)"><i class="fa fa-google-plus"></i></a></li>
</ul><br>
</div>
</div>
</section>
<footer>
<p>E&S 2015 - <a href="#">Terms</a> · <a href="#">Privacy</a></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-2.1.3.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.js"></script>
<script src="js/wow.js"></script>
<script src="js/carousel.js"></script>
<script>
wow = new WOW();
wow.init();
</script>
</body>
</html>