-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
259 lines (241 loc) · 8.03 KB
/
contacts.html
File metadata and controls
259 lines (241 loc) · 8.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./assets/media/images/favicon.png" type="image/x-icon">
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles/header.css" />
<link rel="stylesheet" href="styles/footer.css" />
<link rel="stylesheet" href="styles/fonts.css" />
<link rel="stylesheet" href="styles/common.css" />
<link rel="stylesheet" href="styles/contacts.css" />
<title>Contacts</title>
<style></style>
</head>
<body>
<header class="w-85-t">
<nav id="siteNavigation">
<a class="site-navigation-item logo" href="index.html"></a>
<div class="site-navigation-item">
<a href="my-works.html">My Works</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.73 4.66">
<path
d="M1 1c6.32 2.66 33.62 2.94 57 1.5C82.36 1 105.92 2 113.73 3.66"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
style="
opacity: 1;
stroke-dasharray: none;
stroke-dashoffset: -114.049;
"
></path>
</svg>
</div>
<div class="site-navigation-item">
<a href="about.html">About</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.73 4.66">
<path
d="M1 1c6.32 2.66 33.62 2.94 57 1.5C82.36 1 105.92 2 113.73 3.66"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
style="
opacity: 1;
stroke-dasharray: none;
stroke-dashoffset: -114.049;
"
></path>
</svg>
</div>
<div class="site-navigation-item">
<a href="contacts.html">Contacts</a>
<svg style="width: 100%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.73 4.66">
<path
d="M1 1c6.32 2.66 33.62 2.94 57 1.5C82.36 1 105.92 2 113.73 3.66"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
style="
opacity: 1;
stroke-dasharray: none;
stroke-dashoffset: -114.049;
"
></path>
</svg>
</div>
</nav>
<nav id="siteNavigationM" role="navigation">
<a class="site-navigation-item logo" href="index.html"></a>
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="my-works.html">
<li>My works</li>
</a>
<a href="about.html">
<li>About</li>
</a>
<a href="contacts.html">
<li>Contacts</li>
</a>
<a href="#">
<li>FAQ</li>
</a>
<a href="#">
<li>Legal</li>
</a>
<a href="#">
<li>Terms and Conditions</li>
</a>
<ul class="footer-icons">
<li>
<a class="insta-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="twit-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="face-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="pint-icon animate__pulse" href="#"></a>
</li>
</ul>
</ul>
</div>
</nav>
</header>
<main>
<section class="mb-4">
<h2 class="h1-responsive font-weight-bold text-center my-4">
Contact us
</h2>
<p class="text-center w-responsive mx-auto mb-5">
Do you have any questions? Please do not hesitate to contact us
directly. Our team will come back to you within a matter of hours to
help you.
</p>
<div class="row">
<div class="col-md-8 mb-md-0 mb-5">
<form
id="contact-form"
name="contact-form"
action="mail.php"
method="POST"
>
<div class="row">
<div class="col-md-6">
<div class="md-form mb-0">
<input
type="text"
id="name"
name="name"
class="form-control"
/>
<label for="name" class="">Your name</label>
</div>
</div>
<div class="col-md-6">
<div class="md-form mb-0">
<input
type="text"
id="email"
name="email"
class="form-control"
/>
<label for="email" class="">Your email</label>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<input
type="text"
id="subject"
name="subject"
class="form-control"
/>
<label for="subject" class="">Subject</label>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form">
<textarea
type="text"
id="message"
name="message"
rows="2"
class="form-control md-textarea"
></textarea>
<label for="message">Your message</label>
</div>
</div>
</div>
</form>
<div class="text-center text-md-left">
<a class="btn btn-primary">Send</a>
</div>
<div class="status"></div>
</div>
<div class="col-md-4 text-center">
<ul class="list-unstyled mb-0">
<li>
<i class="fas fa-map-marker-alt fa-2x"></i>
<p>Zhytomyr, UA</p>
</li>
<li>
<i class="fas fa-phone mt-4 fa-2x"></i>
<p>+ 01 234 567 89</p>
</li>
<li>
<i class="fas fa-envelope mt-4 fa-2x"></i>
<p>contact@shulhina-bakery.com</p>
</li>
</ul>
</div>
</div>
</section>
</main>
<footer>
<section>
<ul class="footer-links">
<li><a href="my-works.html">Works</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Legal</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
<ul class="footer-icons">
<li><a class="insta-icon animate__pulse" href="#"></a></li>
<li><a class="twit-icon animate__pulse" href="#"></a></li>
<li><a class="face-icon animate__pulse" href="#"></a></li>
<li><a class="pint-icon animate__pulse" href="#"></a></li>
</ul>
</section>
</footer>
<div class="go-up opacity-0">
<a href="#">▲</a>
</div>
<script src="main.js"></script>
</body>
</html>