-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
179 lines (171 loc) · 8.79 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
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, inital-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/bootstrap-tour.min.css">
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script>
function init_map(){
var var_location = new google.maps.LatLng(19.108415,72.827088);
var var_mapoptions = {
center: var_location,
zoom: 16
};
var var_marker = new google.maps.Marker({
position: var_location,
map: var_map,
title: "Edureka"
});
var var_map = new google.maps.Map(document.getElementById("map-container"),
var_mapoptions);
var_marker.setMap(var_map);
}
google.maps.event.addDomListener(window, 'load', init_map);
</script>
<style>
body{
margin-top: 50px;
}
#map-container{
height: 300px;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="nav-header">
<button type="button" class="navbar-toggle" data-target="#primary-menu" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">Courseio</a>
</div>
<div class="collapse navbar-collapse" id="primary-menu">
<ul class="nav navbar-nav">
<li><a href="story.html">Our Story</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="#.html">#</a></li>
<li><a href="faqs.html">FAQS</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<h2>We are here</h2>
</div>
</div><br>
<div id="map-container" class="col-md-12"></div>
<br><br><br>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Contact Form</h2>
<form class="form-horizontal">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-4">
<input type="text" class="form-control" placeholder="Enter your name....">
</div>
</div>
<div class="form-group">
<label for="eamil" class="col-sm-2 control-label">Email</label>
<div class="col-sm-4">
<input type="text" class="form-control" placeholder="Enter your email....">
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-2 control-label">Message</label>
<div class="col-sm-4">
<textarea class="form-control" rows="4" placeholder="Enter your message...."></textarea>
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-2 control-label">Position</label>
<div class="col-sm-10">
<label class="checkbox-inline">
<input type="checkbox" value="option1">Web Developer
</label>
<label class="checkbox-inline">
<input type="checkbox" value="option2">Data Scientist
</label>
<label class="checkbox-inline">
<input type="checkbox" value="option3">Beginner
</label>
<label class="checkbox-inline">
<input type="checkbox" value="option4">Geek who do all this shits..
</label>
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-2 control-label">What you prefer</label>
<div class="col-sm-8">
<label class="radio-inline">
<input type="radio" name="radio" value="option1">Tea
</label>
<label class="radio-inline">
<input type="radio" name="radio" value="option2">Beer
</label>
</div>
</div>
<div class="form-group">
<label for="how-you-know" class="col-sm-2 control-label">How you find</label>
<div class="col-sm-6">
<select class="form-control">
<option>Friend</option>
<option>Facebook</option>
<option>News</option>
<option>Google Search Results</option>
</select>
</div>
</div><br>
<div class="form-group">
<div class="col-sm-offst-2 col-sm-6">
<button type="submit" class="btn btn-primary">Submit</button>
<button type="reset" class="btn btn-default">Reset</button>
</div>
</div>
</form>
</div>
</div>
</div>
<footer>
<div class="text-center">
Copyright © 2022 courseaio Education Soluations Pvt. Ltd. All rights reserved.
<a data-toggle="modal" href='#modal-tnc'>Terms and Conditons</a>
<div class="modal fade" id="modal-tnc">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 class="modal-title">Terms and Conditions</h2>
</div>
<div class="modal-body">
<p>
We are a team of tech enthusiats who are determined to make learning easy for everyone.
At edureka we believe in awesome work, to make sure we provide a great learning experience to our users.
</p>
<p>Learning is meant to be an enjoyable activity and we put our best to turn it into that. Digita if you think the same come <a href="#">join us</a></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-1.11.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-tour.min.js"></script>
<script src="js/tour.js"></script>
</body>
</html>