-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (284 loc) · 11 KB
/
index.html
File metadata and controls
298 lines (284 loc) · 11 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
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible"
content="ie=edge">
<title>Carved Creations</title>
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Quattrocento+Sans&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css">
<link rel="stylesheet"
href="./styles/main.css">
</head>
<body>
<!-- ================= header ================= -->
<header>
<div class="container px-0">
<!-- -------- navbar -------- -->
<nav class="navbar navbar-expand-md navbar-dark modify_navbar">
<a class="navbar-brand"
href="##"
title="Carved Creations">
<h1 class="m-0 text-center text-md-left">
<img src="./images/logo.png"
alt="Carved Creations">
</h1>
</a>
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbar"
aria-controls="navbar"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse"
id="navbar">
<div class="navbar-nav">
<a class="nav-item nav-link active"
href="##"
title="home">Home</a>
<a class="nav-item nav-link"
href="##"
title="about">About</a>
<a class="nav-item nav-link"
href="##"
title="gallery">Gallery</a>
<a class="nav-item nav-link"
href="##"
title="blog">Blog</a>
<a class="nav-item nav-link"
href="##"
title="contact">Contact</a>
</div>
</div>
</nav>
</div>
</header>
<!-- ================= main ================= -->
<main>
<div class="container px-0">
<!-- -------- banner -------- -->
<section class="banner">
<div class="row no-gutters">
<!-- -------- banner_cover -------- -->
<div class="col-12 col-md-6">
<section class="banner_cover">
<div class="banner_meta">
<h3>Whicker Chair</h3>
<p>$250.00</p>
<a href="##">View details</a>
</div>
</section>
</div>
<!-- -------- banner_body -------- -->
<div class="col-12 col-md-6">
<section class="banner_body">
<h2>This is just a place holder.</h2>
<p>You can remove any link to our website from this website template, you're free to use this website template without linking back to us. This is just a place holder, so you can see what the site would look like. this is just a place
holder.</p>
</section>
</div>
</div>
</section>
<!-- -------- room_list -------- -->
<section class="room_list">
<!-- -------- room_item -------- -->
<section class="room_item">
<img src="./images/living-room.jpg"
alt="Living room">
<div class="room_body">
<h2><a href="##">Living room</a></h2>
<p>This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text.</p>
</div>
</section>
<section class="room_item">
<img src="./images/bedroom.jpg"
alt="Bedroom">
<div class="room_body">
<h2><a href="##">Bedroom</a></h2>
<p>You can remove any link to our website from this website template, you're free to use this website template without linking back to us.</p>
</div>
</section>
<section class="room_item">
<img src="./images/kitchen.jpg"
alt="kitchen">
<div class="room_body">
<h2><a href="##">kitchen</a></h2>
<p>If you're having problems editing this website template, then don't hesitate to ask for help on the Forums.</p>
</div>
</section>
</section>
<!-- -------- info -------- -->
<section class="info">
<div class="row no-gutters">
<!-- -------- contact -------- -->
<div class="col-12 col-md-4 contact_border">
<address class="contact">
<h3>For order and inquiries please call:</h3>
<a href="tel:+7609629541"
title="telephone">760-962-9541</a>
<h3>Or you can visit us at:</h3>
<p>This is just a place holder.</p>
</address>
</div>
<!-- -------- blog -------- -->
<div class="col-12 col-md-8">
<section class="blog">
<h2>From the blog</h2>
<!-- -------- blog_list -------- -->
<section class="blog_list">
<!-- -------- blog_item -------- -->
<section class="blog_item">
<div class="blog_body">
<time>April 16, 2011</time>
<h3>This is just a place holder.</h3>
<a href="##">Read more</a>
</div>
<div class="blog_cover">
<img src="./images/carving-small.png"
alt="Carving">
</div>
</section>
<section class="blog_item">
<div class="blog_body">
<time>April 15, 2011</time>
<h3>This is just a place holder.</h3>
<a href="##">Read more</a>
</div>
<div class="blog_cover">
<img src="./images/resort-small.png"
alt="Resort">
</div>
</section>
</section>
</section>
</div>
</div>
</section>
</div>
</main>
<!-- ================= footer ================= -->
<footer>
<div class="container px-0">
<!-- -------- footer_list -------- -->
<section class="footer_list">
<div class="row footer_gutters">
<!-- -------- showroom -------- -->
<div class="col-12 col-md-4 footer_item">
<section class="showroom">
<h2 class="footer_title">Visit our showroom</h2>
<img src="./images/show-room.png"
alt="show room">
<p>This is just a place holder, so you can see what the site would look like.</p>
<address>
<a href="tel:+7609629541"
title="telephone">760-962-9541</a>
<a href="mailto:info@cervedcrestions.com"
title="email">info@cervedcrestions.com</a>
</address>
</section>
</div>
<!-- -------- recent-post_list -------- -->
<div class="col-12 col-md-4 footer_item">
<section class="recent-post_list">
<h2 class="footer_title">Recent blog posts</h2>
<section class="recent-post_item">
<time>APR <br> 16</time>
<div class="recent-post_body">
<h3><a href="##">This is just a place holder.</a></h3>
<p>This is just a place holder, so you can see what the site would look like.</p>
</div>
</section>
<section class="recent-post_item">
<time>APR <br> 15</time>
<div class="recent-post_body">
<h3><a href="##">This is just a place holder.</a></h3>
<p>This is just a place holder, so you can see what the site would look like.</p>
</div>
</section>
<section class="recent-post_item">
<time>APR <br> 14</time>
<div class="recent-post_body">
<h3><a href="##">This is just a place holder.</a></h3>
<p>This is just a place holder, so you can see what the site would look like.</p>
</div>
</section>
</section>
</div>
<!-- -------- scription & social -------- -->
<div class="col-12 col-md-4 footer_item">
<div class="row no-gutters">
<!-- -------- subscription -------- -->
<div class="col-12 footer_subitem">
<section class="subscription">
<h2 class="footer_title">Join our newsletter</h2>
<form>
<input type="email"
name="email"
placeholder="Enter Email Address Here For Updates">
<button type="submit">Sign up</button>
</form>
</section>
</div>
<!-- -------- social -------- -->
<div class="col-12 footer_subitem">
<section class="social">
<h2 class="footer_title">Social media</h2>
<div class="social_list">
<a href="##"
title="Facebook">
<i class="fab fa-facebook-square"></i>
</a>
<a href="##"
title="Google+">
<i class="fab fa-google-plus-square"></i>
</a>
<a href="##"
title="Twitter">
<i class="fab fa-twitter"></i>
</a>
</div>
</section>
</div>
</div>
</div>
</div>
</section>
<section class="footer_bar">
<!-- -------- footer_nav -------- -->
<nav class="nav footer_nav">
<a href="##">Home</a>
<a href="##">About</a>
<a href="##">Gallery</a>
<a href="##">Blog</a>
<a href="##">Contact</a>
</nav>
<!-- -------- copyright -------- -->
<section class="copyright">
<p>© COPYRIGHT 2012 ALL RIGHT RESERVED.</p>
</section>
</section>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous">
</script>
</body>
</html>