-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
306 lines (297 loc) · 11.5 KB
/
Copy pathindex.html
File metadata and controls
306 lines (297 loc) · 11.5 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
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hufie</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<div class="nav__logo">
<img src="./assets/hufie-logo.svg" alt="hufie-logo" />
</div>
<div class="nav__buttons">
<a
href="#"
aria-label="login button"
class="nav__buttons__login btn"
>Log In</a
>
<a
href="#"
aria-label="signup button"
class="nav__buttons__signup btn"
>Sign Up</a
>
</div>
</nav>
</div>
<section class="hero">
<div class="container">
<div class="hero__column">
<div class="hero__version">
<div>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_771_2064)">
<path
d="M16.65 7.56003L11.7 2.69003C11.31 2.31003 10.69 2.31003 10.3 2.69003L5.35 7.56003C3.9 8.99003 3 10.96 3 13.13C3 17.48 6.58 21 11 21C15.42 21 19 17.48 19 13.13C19 10.96 18.1 8.99003 16.65 7.56003ZM6.75 8.99003L11 4.81003L15.25 8.99003C16.13 9.86003 17.29 11.58 16.92 14H5.07C4.7 11.58 5.87 9.85003 6.75 8.99003Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_771_2064">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<span>version 4.0.1</span>
</div>
<h1 class="hero__heading">
Where data and creativity come together.
</h1>
<p class="hero__sub-heading">
The fastest way to build and deploy websites with reusable
components.
</p>
<div class="hero__buttons">
<a
href="#"
aria-label="signup button"
class="hero__buttons__get-started btn"
>Get Started</a
>
<a
href="#"
aria-label="login button"
class="hero__buttons__view-demo btn"
>View Demo</a
>
</div>
</div>
<div class="hero__column">
<div class="hero__image">
<img src="./assets/hero-image-huffie.png" alt="hero image" />
</div>
</div>
</div>
</section>
</header>
<main class="main">
<section class="process">
<div class="container">
<h2 class="process__heading">This is a new creative process</h2>
<p class="process__sub-heading">
Quisque eleifend velit vel erat fringilla interdum
</p>
<ul class="process__list">
<li class="process__list-item">
<div class="process__list-item__icon blue">
<span>🎨</span>
</div>
<h3 class="process__list-item__heading">
200+ cloneable components
</h3>
<p class="process__list-item__body">
Suspendisse id tortor venenatis, blandit lacus ut, efficitur
diam. Proin vulputate nisl vel sem consequat euismod.
</p>
</li>
<li class="process__list-item">
<div class="process__list-item__icon yellow">
<span>🎯</span>
</div>
<h3 class="process__list-item__heading">
Complete style guide for projects
</h3>
<p class="process__list-item__body">
Suspendisse id tortor venenatis, blandit lacus ut, efficitur
diam. Proin vulputate nisl vel sem consequat euismod.
</p>
</li>
<li class="process__list-item">
<div class="process__list-item__icon green">
<span>🌸</span>
</div>
<h3 class="process__list-item__heading">
Modern & beautiful landing page
</h3>
<p class="process__list-item__body">
Suspendisse id tortor venenatis, blandit lacus ut, efficitur
diam. Proin vulputate nisl vel sem consequat euismod.
</p>
</li>
<li class="process__list-item">
<div class="process__list-item__icon purple">
<span>⚙️</span>
</div>
<h3 class="process__list-item__heading">
Built-in multiple ways
</h3>
<p class="process__list-item__body">
Suspendisse id tortor venenatis, blandit lacus ut, efficitur
diam. Proin vulputate nisl vel sem consequat euismod.
</p>
</li>
</ul>
</div>
</section>
<section class="product-features">
<div class="container">
<div class="product-features__item">
<div class="product-features__item__image">
<img src="./assets/image-1.png" alt="" />
</div>
<div class="product-features__item__copy">
<div class="product-features__item__copy__icon blue">
<span>🎨</span>
</div>
<h2 class="product-features__item__copy__heading">
200+ cloneable components
</h2>
<p class="product-features__item__copy__body">
From navigation bars to modals, buttons to forms, our library
has everything you need to jumpstart your development process.
</p>
<ul class="product-features__item__copy__list">
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Rapidly build your own design system
</li>
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Maintain consistency across your website
</li>
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Save hours in production time
</li>
</ul>
</div>
</div>
<div class="product-features__item">
<div class="product-features__item__image">
<img src="./assets/image-2.png" alt="" />
</div>
<div class="product-features__item__copy">
<div class="product-features__item__copy__icon yellow">
<span>🎯</span>
</div>
<h2 class="product-features__item__copy__heading">
Complete style guide for projects
</h2>
<p class="product-features__item__copy__body">
A comprehensive style guide can make all the difference in
creating a cohesive and effective design.
</p>
<ul class="product-features__item__copy__list">
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Determine the key elements of your brand
</li>
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Include guidelines for layout
</li>
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Share your style guide with your team
</li>
</ul>
</div>
</div>
<div class="product-features__item">
<div class="product-features__item__image">
<img src="./assets/image-3.png" alt="" />
</div>
<div class="product-features__item__copy">
<div class="product-features__item__copy__icon purple">
<span>⚙️</span>
</div>
<h2 class="product-features__item__copy__heading">
Built-in multiple ways
</h2>
<p class="product-features__item__copy__body">
Our approach to content creation allows you to build your
content in multiple ways, maximizing your efficiency and output.
</p>
<ul class="product-features__item__copy__list">
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Identify the core message of your content
</li>
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Create a content calendar
</li>
<li class="product-features__item__copy__list__item">
<img src="./assets/check_circle.svg" alt="" />
Repurpose your content by adapting
</li>
</ul>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__row">
<h2 class="footer__heading">
Always with the legendary customer
<span class="highlight">experience.</span>
</h2>
<nav class="footer__nav">
<ul class="footer__nav-list">
<div class="footer__nav-list__column">
<li class="footer__nav-list__item">
<a href="#"> Features </a>
</li>
<li class="footer__nav-list__item">
<a href="#"> Glossary </a>
</li>
<li class="footer__nav-list__item"><a href="#"> FAQ </a></li>
<li class="footer__nav-list__item">
<a href="#"> Style Guide </a>
</li>
</div>
<div class="footer__nav-list__column">
<li class="footer__nav-list__item">
<a href="#"> Colors </a>
</li>
<li class="footer__nav-list__item">
<a href="#"> Typography </a>
</li>
<li class="footer__nav-list__item">
<a href="#"> Shadow </a>
</li>
<li class="footer__nav-list__item">
<a href="#"> Avatar </a>
</li>
<li class="footer__nav-list__item">
<a href="#"> Buttons </a>
</li>
</div>
</ul>
</nav>
</div>
<div class="footer__row">
<div class="footer__logo">
<img src="./assets/hufie-logo.svg" alt="" />
<span>Hufie</span>
</div>
</div>
</div>
</footer>
<script src="index.js"></script>
</body>
</html>