-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (187 loc) · 6.15 KB
/
index.html
File metadata and controls
187 lines (187 loc) · 6.15 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
<!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" />
<title>Furniture</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Lato:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="images/logo.svg" />
</head>
<body>
<div class="container">
<header class="header">
<img src="/images/logo.svg" alt="" width="50" />
<nav class="navbar">
<div><a href="#">Home</a></div>
<div><a href="#">Store</a></div>
<div><a href="#">Customer care</a></div>
<div><a href="#">Contacts</a></div>
<div>
<a href="#">
<img src="images/shopping cart.webp" alt="" />
Shopping bag (0)
</a>
</div>
</nav>
</header>
<section class="heading">
<p>You deserve a comfortable life</p>
<p class="heading-info">
We have made quality our habit. It’s not something that we just strive
for – we live by
</p>
<p class="heading-info heading-info-m">this principle every day.</p>
<a href="#" class="btn-store">Our Store</a>
</section>
<section class="gallery">
<img
src="images/agata-create-unsplash-AQEzqWqnVaS3eKx5.avif"
alt=""
class="img-first"
/>
<img
class="img-middle"
src="images/daniil-silantev-unsplash-YleXlbbvg6U9PDB9.avif"
alt=""
/>
<img
src="images/jean-philippe-delberghe-PVQnaFyePvU-unsplash-mnl08bgoeeHyRV0W.avif"
alt=""
class="img-last"
/>
</section>
<section class="info">
<div class="firstinfo">
<div>WHO WE ARE</div>
<p>It's not just furniture - it's our passion</p>
</div>
<div class="lastinfo">
<p>
We have made quality our habit. It’s not something that we just
strive for – we live by this principle every day.
</p>
<p>
While most of the things about the creative process will be
forgotten, the excellence of our products and services will be
remembered.
</p>
</div>
</section>
<article class="article" id="about">
<div class="credo">
<div>OUR CREDO</div>
<div class="comfort">Comfort Beauty Versatilitity</div>
<p>
We have made quality our habit. It's not something that we just
strive - for we live by this principle every day.
</p>
</div>
<div class="cred-img">
<img
src="images/pexels-element-digital-m2WybgeZovtEvZ9K.avif"
alt=""
/>
</div>
</article>
<section>
<div class="insta">Instagram feed</div>
<section class="insta-feed">
<div><img src="images/feed1.webp" alt="" /></div>
<div><img src="images/feed2.avif" alt="" /></div>
<div><img src="images/feed3.avif" alt="" /></div>
<div><img src="images/feed4.avif" alt="" /></div>
</section>
<div class="follow"><a href="#" class="btn-store">Follow us</a></div>
</section>
<section class="enquiry">
<section class="askque">
<p>Have a question?</p>
<div>Left your e-mail and we will contact you soon</div>
</section>
<section class="form">
<form action="" method="">
<div><label for="Name">Name*</label></div>
<div class="input">
<input
type="text"
name="Name"
id=""
placeholder="Your name"
required
/>
</div>
<div><label for="l_name">Last name</label></div>
<div class="input">
<input
type="text"
name="L_Name"
id=""
placeholder="Your last name"
/>
</div>
<div><label for="Email">Your email*</label></div>
<div class="input">
<input
type="email"
name="email"
id=""
placeholder="example@mail.com"
required
/>
</div>
<div><label for="Message">Message</label></div>
<div>
<textarea
name="message"
id=""
cols="0"
rows="5"
placeholder="Enter your message"
required
></textarea>
</div>
<button type="submit" class="btn-store">Contact me</button>
</form>
</section>
</section>
<section class="f-img"></section>
<section class="footer">
<section class="address">
<h2>Address</h2>
<p>3721 Single Street Quincy MA 02169</p>
<p class="social">
<img src="images/twitter-brands.svg" alt="" />
<img src="images/facebook-brands.svg" alt="" />
<img src="images/instagram-brands.svg" alt="" />
</p>
</section>
<section class="contact">
<h2>Contacts</h2>
<p>123-456-7890 info@email.com</p>
</section>
<section class="news">
<h2>Subscribe to our newsletter</h2>
<form action="" method="">
<label for="Email">Email address*</label>
<input
type="email"
name=""
id=""
placeholder="Your email address"
required
/>
<button type="submit" class="btn-store">Submit</button>
</form>
</section>
</section>
<footer><small>Powered by Zyro.com</small></footer>
</div>
</body>
</html>