-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (253 loc) · 9.39 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
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
<!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 rel="stylesheet" href="fonts/fonts.css" />
<link rel="stylesheet" href="pages/index.css" />
<title>Gifts</title>
</head>
<body>
<div class="page">
<header class="header">
<div class="header__navbar-wrapper">
<a href="#" class="logo">logo</a>
<nav class="navbar">
<ul class="navbar__list">
<li class="navbar__list-item">
<a href="#" class="navbar__link">Home</a>
</li>
<li class="navbar__list-item">
<a href="#" class="navbar__link">About Us</a>
</li>
<li class="navbar__list-item">
<a href="#" class="navbar__link">Services</a>
</li>
<li class="navbar__list-item">
<a href="#blogs" class="navbar__link">Blogs</a>
</li>
</ul>
</nav>
<button class="btn btn_size_xs">GIFT FINDER</button>
</div>
<section class="in-half">
<div class="in-half__text-side">
<div class="in-half__text-container">
<h1 class="title">Find a gift for your wife or girlfriend</h1>
<p class="paragraph">
Struggling to find a gift for your wife or girlfriend? No
problem!
</p>
<button class="btn btn_bckg-color_orange btn_font-color_white">
FIND GIFT NOW
</button>
</div>
</div>
<div class="in-half__image-side">
<img
class="in-half__image"
src="images/Background.png"
alt="Main image"
/>
</div>
</section>
</header>
<section class="in-half">
<div class="in-half__image-side">
<img
class="in-half__image"
src="images/MediaBackground.png"
alt="Second image"
/>
</div>
<div class="in-half__text-side">
<div class="in-half__text-container in-half__text-container_cut">
<h2 class="subtitle">How we work</h2>
<p class="paragraph">
We’ve actually already asked hundreds of women what they want, and
made a database with the results. All you have to do is take our
short survey that only takes seconds, and our proprietary
algorithm will match you with a few perfect gift options.
</p>
<button class="btn">LEARN MORE</button>
</div>
</div>
</section>
<section class="occasions">
<h2 class="subtitle subtitle_type_section-title">
Gifts for all Occasions
</h2>
<p class="paragraph paragraph_small paragraph_type_section-subtitle">
“Try our web app to find the best gifts for all occasions”
</p>
<ul class="occasions__cards">
<li class="occasions__card">
<img src="images/Birthday.png" alt="Birthday" />
<div class="occasions__paragraphs-container">
<p class="paragraph">Birthday</p>
<p class="occasions__see-more">See More ›</p>
</div>
</li>
<li class="occasions__card">
<img src="images/Anniversary.png" alt="Anniversary" />
<div class="occasions__paragraphs-container">
<p class="paragraph">Anniversary</p>
<p class="occasions__see-more">See More ›</p>
</div>
</li>
<li class="occasions__card">
<img src="images/ValentinesDay.png" alt="Valentine's Day" />
<div class="occasions__paragraphs-container">
<p class="paragraph">Valentine's Day</p>
<p class="occasions__see-more">See More ›</p>
</div>
</li>
<li class="occasions__card">
<img src="images/Christmas.png" alt="Christmas" />
<div class="occasions__paragraphs-container">
<p class="paragraph">Christmas</p>
<p class="occasions__see-more">See More ›</p>
</div>
</li>
</ul>
</section>
<section class="cta">
<div class="cta__text-container">
<h2 class="cta__title">Ready to get started?</h2>
<p class="cta__subtitle">Sign up or contact us</p>
</div>
<div class="cta__btn-container">
<button class="cta__btn">FIND GIFT NOW</button>
<button class="cta__btn cta__btn_limpid">HOW IT WORKS</button>
</div>
</section>
<section class="blogs" id="blogs">
<h2 class="subtitle subtitle_type_section-title">
Our Best Blogs Ever
</h2>
<p class="paragraph paragraph_small paragraph_type_section-subtitle">
“Try our blog to find the best tips and tricks to select your gift”
</p>
<div class="blogs__main-card">
<div class="blogs__image-side">
<img
src="images/Media.png"
alt="Happy couple"
class="blogs__image"
/>
</div>
<div class="blogs__text-side">
<div class="blogs__text-container">
<p class="blogs__signature">Mr. John Doe</p>
<h3 class="blogs__main-card-title">
The best way to wish your wife
</h3>
<p class="paragraph paragraph_small paragraph_color_white">
Read More
</p>
</div>
</div>
</div>
<div class="blogs__cards">
<div class="blogs__card">
<p class="blogs__card-title">
Database to find the gifts for your girlfriend
</p>
<p class="paragraph paragraph_small">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore...
</p>
<p class="blogs__card-read-more">Read More</p>
</div>
<div class="blogs__card">
<p class="blogs__card-title">
How Artificial Intelligence read your mind to find the best gift
</p>
<p class="paragraph paragraph_small">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore...
</p>
<p class="blogs__card-read-more">Read More</p>
</div>
</div>
</section>
<footer class="footer">
<nav class="navbar navbar_place_footer">
<ul class="navbar__list">
<li class="navbar__list-item navbar__list-item_place_footer">
<a href="#" class="navbar__link navbar__link_place_footer"
>Home</a
>
</li>
<li class="navbar__list-item navbar__list-item_place_footer">
<a href="#" class="navbar__link navbar__link_place_footer"
>About</a
>
</li>
<li class="navbar__list-item navbar__list-item_place_footer">
<a class="logo logo_place_footer">logo</a>
</li>
<li class="navbar__list-item navbar__list-item_place_footer">
<a href="#" class="navbar__link navbar__link_place_footer"
>Service</a
>
</li>
<li class="navbar__list-item navbar__list-item_place_footer">
<a href="#blogs" class="navbar__link navbar__link_place_footer"
>Blog</a
>
</li>
</ul>
</nav>
<div class="footer__devided-line"></div>
<ul class="footer__social">
<li class="footer__social-icon">
<a class="footer__social-link" href="#"
><img
class="footer__social-img"
src="images/icons/facebook.png"
alt="Facebook icon"
/></a>
</li>
<li class="footer__social-icon">
<a class="footer__social-link" href="#"
><img
class="footer__social-img"
src="images/icons/twitter.png"
alt="Twitter icon"
/></a>
</li>
<li class="footer__social-icon">
<a class="footer__social-link" href="#"
><img
class="footer__social-img"
src="images/icons/instagram.png"
alt="Instagram icon"
/></a>
</li>
<li class="footer__social-icon">
<a class="footer__social-link" href="#"
><img
class="footer__social-img"
src="images/icons/youtube.png"
alt="Youtube icon"
/></a>
</li>
<li class="footer__social-icon">
<a class="footer__social-link" href="#"
><img
class="footer__social-img"
src="images/icons/pinterest.png"
alt="Pinterest icon"
/></a>
</li>
</ul>
<div class="footer__end">
<p class="footer__end-paragraph">©2010-2020</p>
<p class="footer__end-paragraph">Privacy — Terms</p>
</div>
</footer>
</div>
</body>
</html>