-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
191 lines (163 loc) · 7.28 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
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html>
<head>
<meta hhtp-equiv="Content-Type" content="text/html; cahrset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta naem="author" content="">
<link rel="icon" href="assets/img/favicon.ico">
<title>Contact | Bootstrap to Wordpress</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- font-awesome -->
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome/css/font-awesome.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shiv and resond.js
======================================================== -->
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body class="full-width contact">
<!-- HEADER
======================================================== -->
<header class="site-header" role="banner">
<!-- Navbar
=============================== -->
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<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="#"><span><img src="assets/img/logo.png" alt="Editor"></span></a>
</div><!--navbar-header -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="resources.html">Resources</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul><!-- nav -->
</div><!--navbar collapse-->
</div><!--container -->
</div><!--navbar -->
</div><!-- navbar-wrapper -->
</header>
<!-- Feature-Image
======================================================== -->
<section class="feature-image feature-image-default" data-type="background" data-speed="2">
<h1 class="page-title">Contact</h1>
</section>
<div class="container">
<div class="row" id="primary">
<div id="content" class="col-sm-12">
<section class="main-content">
<p class="lead">Have any questions about the course? Feel free to get in touch with me! I’ll do my best to get back to you ASAP.</p>
<form role="form" class="clearfix">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="contact-name" class="sr-only">Name</label>
<input type="text" class="form-control-input-lg" id="contact-name" placeholder="Your Name">
</div><!-- form-group -->
</div><!-- col -->
<div class="col-sm-6">
<div class="form-group">
<label for="contact-email" class="sr-only">Email</label>
<input type="text" class="form-control-input-lg" id="contact-email" placeholder="Your email">
</div><!-- form-group -->
</div><!-- col -->
<div class="col-sm-12">
<div class="form-group">
<label for="contact-words" class="sr-only">Message</label>
<textarea class="form-control-input-lg" id="contact-words" placeholder="Your message" rows="3"></textarea>
</div><!-- form-group -->
</div><!-- col -->
</div><!-- row -->
<input type="submit" class="btn btn-info btn-lg pull-right" value="Get in touch »">
</form>
</section>
</div><!-- content -->
</div><!-- row -->
</div><!-- container -->
<!-- SIGN UP SECTION
======================================================== -->
<section id="signup" data-type="background" data-speed="4">
<div class="container">
<div clas="row">
<div class="col-sm-6 col-sm-offset-3">
<h2>Are you ready to take your coding skills to the <strong>next level</strong>?</h2>
<p> <a href="#" class="btn btn-lg btn-block btn-success">Yes, sign me up!</a> </p>
</div><!-- end col -->
</div><!-- row -->
</div><!-- container -->
</section><!-- signup -->
<!-- FOOTER
======================================================== -->
<footer>
<div class="container">
<div class="col-sm-3">
<p> <a href="/"> <img src="assets/img/logo.png" alt="Bootstrap to Wordpress"> </a> </p>
</div><!-- end col -->
<div class="col-sm-6">
<nav>
<ul class="list-unstyled list-inline">
<li> <a href="#">Home</a> </li>
<li> <a href="#">Blog</a> </li>
<li> <a href="#">Resourses</a> </li>
<li> <a href="#">Contact</a> </li>
<li class="signup-link"> <a href="#">Sign up now</a> </li>
</ul>
</nav>
</div><!-- end col -->
<div class="col-sm-3">
<p class="pull-right">© 2015 Farrukh Naeem</p>
</div><!-- end col -->
</div><!-- container -->
</footer><!-- end col -->
<!-- MODALS
======================================================== -->
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span>
</button>
<h4 class="modal-title" id="myModalLable"><i class="fa fa-envelope"></i>Subscribe to our Mailing List</h4>
</div><!-- modal header -->
<div class="modal-body">
<p>Simply enter your name and email! As a thank you for joining us, we're going to give you one of our best-selling courses, <em>for free!</em>
</p>
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="subscribe-name">Your first name</label>
<input type="text" class="form-control" id="subscribe-name" placeholder="Your first name">
</div><!-- form group -->
<div class="form-group">
<label class="sr-only" for="subscribe-email">and your email</label>
<input type="text" class="form-control" id="subscribe-email" placeholder="and your email">
</div><!-- form group -->
<input type="submit" class="btn btn-danger" value="Subscribe! ">
</form>
<hr>
<p> <small>By providing your email you consent to receiving occasional promotional emails & newsletters. <br>No spam. Just good stuff. We respect your privacy & you may unsubscribe at any time.</small> </p>
</div><!-- modal body -->
</div><!-- modal content -->
</div><!-- modal dialog -->
</div><!-- modal -->
<!-- BOOTSTRAP CORE JAVASCRIPT
======================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>