-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
325 lines (223 loc) · 13.3 KB
/
contact.html
File metadata and controls
325 lines (223 loc) · 13.3 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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tag -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- SEO -->
<meta name="description" content="150 words">
<meta name="author" content="uipasta">
<meta name="url" content="http://www.yourdomainname.com">
<meta name="copyright" content="company name">
<meta name="robots" content="index,follow">
<title>ps0305</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" type="image/x-icon" href="images/favicon/apple-touch-icon.png">
<!-- All CSS Plugins -->
<link rel="stylesheet" type="text/css" href="css/plugin.css">
<!-- Main CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Web Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700">
<!-- HTML5 shiv and Respond.js support IE8 or Older for HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader Start -->
<div class="preloader">
<div class="rounder"></div>
</div>
<!-- Preloader End -->
<div id="main">
<div class="container">
<div class="row">
<!-- About Me (Left Sidebar) Start -->
<div class="col-md-3">
<div class="about-fixed">
<div class="my-pic">
<img src="images/pic/my-pic.png" alt="">
<a href="javascript:void(0)" class="collapsed" data-target="#menu" data-toggle="collapse"><i class="icon-menu menu"></i></a>
<div id="menu" class="collapse">
<ul class="menu-link">
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="my-detail">
<div class="white-spacing">
<h1>Pankaj Singh</h1>
<span>Self-taught Web Developer</span>
</div>
<ul class="social-icon">
<li>
<a href="https://github.com/ps0305" target="_blank" class="github">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="https://codepen.io/pankaj0305/" target="_blank" class="codepen">
<i class="fa fa-codepen"></i>
</a>
</li>
<li>
<a href="https://twitter.com/ps_0305" target="_blank" class="twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="" target="_blank" class="linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- About Me (Left Sidebar) End -->
<!-- Contact (Right Sidebar) Start -->
<div class="col-md-9">
<div class="col-md-12 page-body">
<div class="row">
<div class="sub-title">
<h2>Contact Me</h2>
<a href="index.html"><i class="icon-home"></i></a>
</div>
<div class="col-md-12 content-page">
<div class="col-md-12 blog-post">
<!-- Intro Start -->
<div class="post-title margin-bottom-10">
<h1>Looking for a <span class="main-color">online presence</span>?</h1>
</div>
<p>I like to code that help people do awesome things.
I've always been fascinated with technology and being able to help people accomplish their goals and improve their lives using things I build on the web is pretty awesome.
<b>I am a developer</b>
I started out learning coding for fun when I got a maintainance project in Javascript,
and I got hooked.My experience started out with JavaScript and I started building things using MEAN/MERN Stack.</p>
<!-- Intro End -->
<!-- Testimonials Start -->
<div class="post-title margin-top-50">
<h2>I hope you've checked <a href="work.html" data-toggle="tooltip" data-placement="top" title="Check out my work.">my work</a>, Let's take a look.</h2>
</div>
<!-- Contact Me Start -->
<div class="post-title margin-top-70">
<h1>Contact <span class="main-color">Me</span></h1>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="contact-us-detail">
<i class="icon-screen-smartphone color-6"></i>
<p><a href="tel:+1234567890">+91-7355445118</a></p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="contact-us-detail">
<i class="icon-envelope-open color-5"></i>
<p><a href="mailto:name@domain.com">pankajsingh0305@gmail.com</a></p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="contact-us-detail">
<i class="icon-clock color-3"></i>
<p>Mon - Sat 11:00 – 18:00</p>
</div>
</div>
</div>
<div class="row margin-top-30">
<div class="col-md-12">
<div class="row">
<form>
<div class="col-sm-6">
<div class="form-group">
<input type="text" id="name" class="form-control" placeholder="Your Name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" id="email" class="form-control" placeholder="Your Email">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" id="website" class="form-control" placeholder="Your Website">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" id="address" class="form-control" placeholder="Where are You From?">
</div>
</div>
<div class="col-sm-12">
<select id="subject" class="form-group form-control">
<option value="" selected disabled>Subject</option>
<option>Website Design & Development</option>
<option>Wordpress Development</option>
<option>Search Engine Optimization</option>
<option>Mobile Website</option>
<option>I Want to General Talk</option>
<option>Other</option>
</select>
</div>
<div class="col-sm-12">
<div class="textarea-message form-group">
<textarea id="message" class="textarea-message form-control" placeholder="Your Message" rows="5"></textarea>
</div>
</div>
<div class="text-center">
<button type="submit" class="load-more-button">Send</button>
</div>
</form>
</div>
</div>
</div>
<!-- Contact Me End -->
</div>
</div>
</div>
<!-- Subscribe Form Start -->
<div class="col-md-8 col-md-offset-2">
<form id="mc-form" method="post" action="http://uipasta.us14.list-manage.com/subscribe/post?u=854825d502cdc101233c08a21&id=86e84d44b7">
<div class="subscribe-form margin-top-20">
<input id="mc-email" type="email" placeholder="Email Address" class="text-input">
<button class="submit-btn" type="submit">Submit</button>
</div>
<p>Subscribe to my weekly newsletter</p>
<label for="mc-email" class="mc-label"></label>
</form>
</div>
<!-- Subscribe Form End -->
</div>
<!-- Footer Start -->
<div class="col-md-12 page-body margin-top-50 footer">
<footer>
<ul class="menu-link">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<p>© Copyright 2017 Pankaj Singh. All rights reserved</p>
</footer>
</div>
<!-- Footer End -->
</div>
<!-- Contact (Right Sidebar) End -->
</div>
</div>
</div>
<!-- Back to Top Start -->
<a href="#" class="scroll-to-top"><i class="fa fa-long-arrow-up"></i></a>
<!-- Back to Top End -->
<!-- All Javascript Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/plugin.js"></script>
<!-- Main Javascript File -->
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>