-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
220 lines (179 loc) · 7.68 KB
/
contact.html
File metadata and controls
220 lines (179 loc) · 7.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Courgette&family=Inter:wght@100;200;300;400;500;531;600;700;800;900&family=Lobster&family=Montserrat:wght@1,500;600;700&family=Oxygen:wght@300;400;700&family=Raleway:ital,wght@0,100;0,500;1,400;1,500&family=Roboto:ital,wght@0,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css" integrity="sha512-Velp0ebMKjcd9RiCoaHhLXkR1sFoCCWXNp6w4zj1hfMifYB5441C+sKeBl/T/Ka6NjBiRfBBQRaQq65ekYz3UQ==" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
<style>
.contact-section .card {
width: 340px;
height: 400px;
margin-bottom: 2rem;
}
.contact-section .card .card-body .card-title {
font-size: 2.4rem;
font-family: 'Raleway', sans-serif;
color: #4d4d4d;
font-size: 26px;
font-weight: 500;
text-align: center;
text-transform: initial;
position: relative;
}
.contact-section .card .card-body form label{
font-size: .9rem!important;
font-family: 'Raleway', sans-serif;
color: #4d4d4d;
font-weight: 500;
text-align: center;
text-transform: initial;
position: relative;
}
.contact-section .card .card-body form input, textarea {
width: 280px;
background-color: #f2f2ff2!important;
}
.card-button .submit-btn {
color: white;
background: green;
}
.opening-hours h3 {
font-size: 2rem!important;
font-family: 'Raleway', sans-serif;
color: #4d4d4d;
font-weight: 500;
text-transform: initial;
position: relative;
}
.opening-hours h6 {
font-size: 1.2rem!important;
font-family: 'Raleway', sans-serif;
color: #4d4d4d;
font-weight: 500;
text-transform: initial;
position: relative;
}
.page-footer .footer-socials {
background-color: #004d4d;
}
.page-footer .footer-copyright {
background-color: #003333;
}
@media (max-width: 576px) {
.clients-title {
font-size: 20px;
}
.contact-section .card {
width: 320px;
height: 390px;
position: relative;
}
.contact-section .card .card-body form input, textarea {
width: 210px;
background-color: #f2f2ff2!important;
}
.opening-hours h3 {
font-size: 1.2rem!important;
font-family: 'Raleway', sans-serif;
color: #4d4d4d;
font-weight: 500;
text-transform: initial;
text-align: center;
}
hr {
width: 100px;
text-align :start;
}
.opening-hours h6 {
font-size: .9rem!important;
font-family: 'Raleway', sans-serif;
color: #4d4d4d;
font-weight: 500;
text-align: center;
}
}
</style>
</head>
<body>
<div class="container">
<h1 class="h1-responsive clients-title text-center shadow-sm py-2">Talk to us about your problems </h1>
<div class="contact-section">
<div class="row">
<div class="col-sm-6">
<div class="card align-items-center" >
<div class="card-body py-2">
<div class="card-title py-2">
<h4 class="h4-responsive">How can we help?</h4>
</div>
<form class="comment-form py-2" action="">
<div class="form-group py-2">
<label for="name"><span class="sr-only">Name</span></label>
<input type="text" placeholder="Name" id="name" required>
</div>
<div class="form-group py-2">
<label for="email"><span class="sr-only">Email:</span></label>
<input type="email" placeholder="Email" id="email" required>
</div>
<div class="form-group py-2">
<label for="text-area"><span class="sr-only">Query or suggestion</span></label>
<textarea name="textarea" placeholder="Talk to us about your problems here..." id="textarea" cols="23" rows="3" required></textarea>
</div>
<div class="form-group py-2">
<label for="photo"><span class="sr-only">Upload Photo</span></label>
<input type="file" id="photo" name="photo" accept="image/*">
</div>
<div class="card-button">
<button type="submit" class="btn btn-lg submit-btn">Submit</button>
</div>
</form>
</div>
</div>
<!-- /card -->
</div>
<div class="col-sm-6 opening-hours">
<div class="container">
<h3 class="h3-responsive py-2 mx-2">Opening Hours</h3>
<hr>
<div class="content py-2 mx-2">
<h6 class="h6-responsive"><span><i class="fa fa-clock-o" aria-hidden="true"></i> </span> Monday-Friday: 08:00-16:00</h6>
<h6 class="h6-responsive"><span><i class="fa fa-clock-o" aria-hidden="true"></i> </span> Weekends: 09:00-13:00</h6>
<h6 class="h6-responsive"><span><i class="fa fa-clock-o" aria-hidden="true"></i> </span> Public Holidays: 10:00-16:00</h6>
</div>
<div class="socials py-2 mx-2">
<h3 class="h3-responsive">Get in touch with us</h3>
<hr>
<h6 class="h6-responsive"><span> <i class="fa fa-envelope" aria-hidden="true"></i> </span>Exampleagric@gmail.com</h6>
<h6 class="h6-responsive"><span> <i class="fa fa-phone" aria-hidden="true"></i> </span>(016) 234 5678</h6>
<h6 class="h6-responsive"><span> <i class="fa fa-home" aria-hidden="true"></i> </span>Jo'burg 2nd Avenue<br>Melrose, 2000</h6>
</div>
<!-- Social icons -->
<div class="social py-3 text-center text-black" style="cursor: pointer;">
<i class="fa fa-facebook fa-2x mx-1" aria-hidden="true"></i>
<i class="fa fa-twitter fa-2x mx-1" aria-hidden="true"></i>
<i class="fa fa-instagram fa-2x mx-1" aria-hidden="true"></i>
<i class="fa fa-home fa-2x mx-1" aria-hidden="true"></i>
</div>
</div>
<!-- /container -->
</div>
</div>
<!-- /row -->
</div>
<!-- /contact section -->
</div>
<!-- /container -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js" integrity="sha512-YibiFIKqwi6sZFfPm5HNHQYemJwFbyyYHjrr3UT+VobMt/YBo1kBxgui5RWc4C3B4RJMYCdCAJkbXHt+irKfSA==" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>