-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (191 loc) · 6.53 KB
/
index.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,500,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Nunito:wght@200&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<title>Furniture Place</title>
</head>
<body>
<header class="header">
<div class="header__logo-box">
<img src="img/logo.png" alt="Felt" class="header__logo" />
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">felt</span>
<span class="heading-primary--sub"
>Furniture that everyone Loves</span
>
</h1>
<a href="#" class="btn btn--white btn--animated">Discover Us</a>
</div>
</header>
<main>
<section class="section-about">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">About Us</h2>
</div>
<div class="row">
<div class="col-1-of-2">
<h3 class="heading-tertiary u-margin-bottom-small">
Why choose us?
</h3>
<p class="paragraph">
Beacause we pride ourselves on being the most loved Furniture
store in the world. We've got everything from couches to beds, to
dinning tables, and much more.
</p>
<h3 class="heading-tertiary u-margin-bottom-small">
Who are we exactly?
</h3>
<p class="paragraph">
We're a family-owned business, and we're proud to say that we've
got a great team of people who love to work together. We're always
looking for new and exciting ways to help our customers.
</p>
<a href="#" class="btn-text">Learn More →</a>
</div>
<div class="col-1-of-2">
<div class="composition">
<img
src="img/hero2.jpg"
alt="photo 2"
class="composition__photo composition__photo--p2"
/>
<img
src="img/hero1.jpg"
alt="photo 1"
class="composition__photo composition__photo--p1"
/>
<img
src="img/hero3.jpg"
alt="photo 3"
class="composition__photo composition__photo--p3"
/>
</div>
</div>
</div>
</section>
<section class="section-gallery">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">Our Gallery</h2>
</div>
<div class="row">
<div class="col-2-of-4">
<div class="gallery">
<img
src="img/dinningset-12.jpg"
alt="dinning"
class="gallery__set gallery__set--1"
/>
</div>
</div>
<div class="col-1-of-4">
<img
src="img/comfychair.jpg"
alt="chair"
class="gallery__set gallery__set--1"
/>
</div>
<div class="col-1-of-4">
<img
src="img/cupboard.jpg"
alt="cupboard"
class="gallery__set gallery__set--1"
/>
</div>
</div>
</div>
<div class="row">
<div class="col-1-of-4">
<img
src="img/couch.jpg"
alt="cupboard"
class="gallery__set gallery__set--1"
/>
</div>
<div class="col-1-of-4">
<img
src="img/chairs.jpg"
alt="cupboard"
class="gallery__set gallery__set--1"
/>
</div>
<div class="col-2-of-4">
<img
src="img/leather-couch-1.jpg"
alt="cupboard"
class="gallery__set gallery__set--1"
/>
</div>
</div>
</section>
<section class="section-contact">
<div class="row">
<div class="contact">
<div class="contact__form">
<form action="#" class="form">
<div class=" u-margin-bottom-medium">
<h3 class="heading-secondary">Contact Us</h3>
</div>
<div class="form__group">
<input type="text" class="form__input" placeholder="Full Name" id="name" required>
<label for="name" class="form__label">Full Name</label>
</div>
<div class="form__group">
<input type="email" class="form__input" placeholder="Email address" id="email" required>
<label for="email" class="form__label">Email address</label>
<textarea class="form__input" placeholder="Enter Message" id="Message" required></textarea>
<label for="email" class="form__label">Enter Your Message</label>
</div>
<div class="form__group">
<button class="btn btn--green">Send Message →</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- <section class="grid-test">
<div class="row">
<div class="col-1-of-2">col 1 of 2</div>
<div class="col-1-of-2">col 1 of 2</div>
</div>
<div class="row">
<div class="col-1-of-3">col 1 of 3</div>
<div class="col-1-of-3">col 1 of 3</div>
<div class="col-1-of-3">col 1 of 3</div>
</div>
<div class="row">
<div class="col-1-of-3">col 1 of 3</div>
<div class="col-2-of-3">col 2 of 3</div>
</div>
<div class="row">
<div class="col-1-of-4">col 1 of 4</div>
<div class="col-1-of-4">col 1 of 4</div>
<div class="col-1-of-4">col 1 of 4</div>
<div class="col-1-of-4">col 1 of 4</div>
</div>
<div class="row">
<div class="col-1-of-4">col 1 of 4</div>
<div class="col-1-of-4">col 1 of 4</div>
<div class="col-2-of-4">col 2 of 4</div>
</div>
<div class="row">
<div class="col-1-of-4">col 1 of 4</div>
<div class="col-3-of-4">col 3 of 4</div>
</div>
</section> -->
</body>
</html>