-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
175 lines (170 loc) · 7.04 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
<!DOCTYPE html>
<html>
<!-- Mirrored from madsparrow.me/emily/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 02 Sep 2019 13:26:06 GMT -->
<head>
<title>Emily - Creative Photography Portfolio</title>
<!-- Metadata -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/images/ico/favicon.png" />
<!-- CSS Plugins -->
<link rel="stylesheet" href="assets/css/plugins.min.css">
<!-- Custom CSS File -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="ms-main-container">
<!-- Preloader -->
<div class="ms-preloader"></div>
<!-- Header -->
<header class="ms-header">
<nav class="ms-nav">
<div class="ms-logo">
<a href="index.html" data-type="page-transition">
<div class="logo-dark current"><img src="nblack.svg" alt="logo image"></div>
<div class="logo-light"><img src="nwhite.svg" alt="logo image"></div>
</a>
</div>
<button class="hamburger" type="button" data-toggle="navigation">
<span class="hamburger-box">
<span class="hamburger-label">menu</span>
<span class="hamburger-inner"></span>
</span>
</button>
<div class="height-full-viewport">
<ul class="ms-navbar">
<!-- Nav Link -->
<li class="nav-item">
<a href="home1.html" data-type="page-transition">
<span class="ms-btn">home</span>
<span class="nav-item__label">Back to home page</span>
</a>
</li>
<!-- Nav Link -->
<li class="nav-item">
<a href="albums.html" data-type="page-transition">
<span class="ms-btn">gallery</span>
<span class="nav-item__label">View all our works</span>
</a>
</li>
<!-- Nav Link -->
<li class="nav-item">
<a href="gallery.html" data-type="page-transition">
<span class="ms-btn">team</span>
<span class="nav-item__label">Our team</span>
</a>
</li>
<!-- Nav Link -->
<li class="nav-item">
<a href="blog.html" data-type="page-transition">
<span class="ms-btn">events</span>
<span class="nav-item__label">Discover fascinating events</span>
</a>
</li>
<!-- Nav Link -->
<li class="nav-item">
<a href="about.html" data-type="page-transition">
<span class="ms-btn">about</span>
<span class="nav-item__label">Learn more about the society</span>
</a>
</li>
<!-- Nav Link -->
<li class="nav-item">
<a href="contact.html" data-type="page-transition">
<span class="ms-btn">contact</span>
<span class="nav-item__label">Get in touch and find us</span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Container -->
<main class="ms-container">
<!-- Page Title -->
<div class="ms-section__block">
<div class="ms-page-title">
<h2 class="page-header">Let's work together</h2>
<p class="page-desc">Assertively synthesize state of the art testing procedures via sticky niches.</p>
</div>
</div>
<!-- Page Content -->
<div class="ms-section__block">
<div id="contact" class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-6">
<h6>the office</h6>
<p>25 Parker St. London WC2B 5PJ UK</p>
</div>
<div class="col-md-6">
<h6>telephone</h6>
<p>+44 (0)20 7830 1387</p>
</div>
<div class="col-md-6">
<h6>email</h6>
<p>[email protected]</p>
</div>
<div class="col-md-6 cont-soc">
<h6>social</h6>
<p>
<a href="#" class="socicon-facebook"></a>
<a href="#" class="socicon-instagram"></a>
<a href="#" class="socicon-twitter"></a>
</p>
</div>
</div>
</div>
<div class="col-md-6">
<h6>Get in touch</h6>
<form id="validForm">
<div class="row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="cl" placeholder="Your name" autocomplete="off">
</div>
<div class="form-group col-md-6">
<input type="email" name="email" class="form-control" placeholder="Email address" autocomplete="off">
</div>
<div class="form-group col-md-12">
<input type="text" name="subject" class="form-control" placeholder="Subject">
</div>
<div class="form-group col-md-12">
<textarea name="message" class="form-control" id="message" placeholder="Your message"></textarea>
</div>
<div class="col-md-12">
<div class="ms-button" data-title="send">Send
<input type="submit" value="send">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer>
<div class="ms-footer">
<div class="copyright">Copyright © 2017. Design by MadSparrow</div>
<ul class="socials">
<li><a href="#" class="socicon-facebook fa fa-facebook"></a></li>
<li><a href="#" class="socicon-twitter fa fa-twitter"></a></li>
<li><a href="#" class="socicon-instagram fa fa-instagram"></a></li>
<li><a href="#" class="socicon-youtube fa fa-youtube"></a></li>
</ul>
</div>
</footer>
</div>
<!-- JS Libraries -->
<!-- jquery-2.1.3.min js -->
<script type="text/javascript" src='assets/js/jquery-3.2.1.min.js'></script>
<!-- Vendors -->
<script type="text/javascript" src='assets/js/plugins.min.js'></script>
<!-- Main js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
<!-- Mirrored from madsparrow.me/emily/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 02 Sep 2019 13:26:06 GMT -->
</html>