-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
391 lines (382 loc) · 14.4 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
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Wing - Home Page</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<header>
<div>
<nav>
<a href="index.html"><h4>WebWing</h4></a>
<ul class="nav_menu">
<li><a href="/about.html">About Us</a></li>
<li><a href="/services.html">Our services</a></li>
<li><a href="/project.html">Projects</a></li>
<li><a href="/pricing.html">Pricing</a></li>
</ul>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<button class="header_button">Start project</button>
</nav>
</div>
</header>
<main class="index_main">
<section class="index_hero container">
<div class="index_hero_div">
<h1 class="black">
Transforming brands with
<span class="primary-color">Cutting-Edge</span> Solutions
</h1>
<p>
Let’s bring your vivid imagination to reality and smash those
business goals
</p>
<button class="index_hero_btn">Start project</button>
</div>
<img
class="index_mg-top index_hero_img index_hero_imgA"
src="../images/mobile Rectangle 4.svg"
alt="hero image"
/>
<img
class="index_mg-top index_hero_img index_hero_imgB"
src="../images/Frame 70.svg"
alt="hero image"
/>
</section>
<section class="index_about index_mg-top container">
<div class="index_about_header">
<img
class="line_img"
src="../images/line element.svg"
alt="line design"
/>
<h4>ABOUT US</h4>
</div>
<div class="index_about_contents">
<div>
<h2>
We Are <span class="primary-color">Experts</span> In The Field.
</h2>
<p class="mg-top">
We create designs that help businesses or organizations achieve
specific goals, such as increasing brand recognition or improving
user engagement on a website. They may also work on projects to
update or refresh existing designs or to create entirely new
design concepts.
</p>
</div>
<img src="../images/Frame 1686560212.svg" alt="about us" />
</div>
</section>
<section class="index_services index_mg-top container">
<div class="index_services_contents">
<h2>Our <span class="primary-color">Services</span></h2>
<p class="mg-top">
We offer innovative solutions and client-centric approach for your
digital goals. Let us be your dedicated digital partner, redefining
possibilities together.
</p>
</div>
<div class="index_services_gridContainer">
<p>Branding</p>
<p>Digital <br />Marketing</p>
<p>Mentoring</p>
<p>Project <br />Management</p>
<p>UI/UX Design</p>
<p>Web <br />Development</p>
</div>
</section>
<section class="index_projects container index_mg-top">
<div class="index_projects_div">
<img
class="line_img"
src="../images/line element.svg"
alt="line design"
/>
<div>
<h2>Our <span class="primary-color">Projects</span></h2>
<p class="mg-top">
A glimpse into our diverse design projects, ranging from different
fields.
</p>
</div>
</div>
<article>
<div class="carousel-container">
<div class="carousel">
<div class="image-container">
<img src="../images/Rectangle 3.svg" alt="project image" />
<h4 class="overlay">
Fashion | Clothing<br />
Projects
</h4>
</div>
<div class="image-container">
<img src="../images/Rectangle 3 (1).svg" alt="project image" />
<h4 class="overlay">
Fintech<br />
Projects
</h4>
</div>
<div class="image-container">
<img src="../images/Rectangle 3 (2).svg" alt="project image" />
<h4 class="overlay">
EduTech<br />
Projects
</h4>
</div>
<a href="/project.html">See all</a>
</div>
<div class="controls">
<button id="prevBtn">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M15.09 20.67C15.28 20.67 15.47 20.6 15.62 20.45C15.91 20.16 15.91 19.68 15.62 19.39L9.10002 12.87C8.62002 12.39 8.62002 11.61 9.10002 11.13L15.62 4.61C15.91 4.32 15.91 3.84 15.62 3.55C15.33 3.26 14.85 3.26 14.56 3.55L8.04002 10.07C7.53002 10.58 7.24002 11.27 7.24002 12C7.24002 12.73 7.52002 13.42 8.04002 13.93L14.56 20.45C14.71 20.59 14.9 20.67 15.09 20.67Z"
fill="#F8F8F8"
/>
</svg>
</button>
<button id="nextBtn">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M8.90998 20.67C8.71998 20.67 8.52998 20.6 8.37998 20.45C8.08998 20.16 8.08998 19.68 8.37998 19.39L14.9 12.87C15.38 12.39 15.38 11.61 14.9 11.13L8.37998 4.61C8.08998 4.32 8.08998 3.84 8.37998 3.55C8.66998 3.26 9.14998 3.26 9.43998 3.55L15.96 10.07C16.47 10.58 16.76 11.27 16.76 12C16.76 12.73 16.48 13.42 15.96 13.93L9.43998 20.45C9.28998 20.59 9.09998 20.67 8.90998 20.67Z"
fill="#CFCFCF"
/>
</svg>
</button>
</div>
</div>
</article>
</section>
<section class="index_mg-top container index_clientReview">
<h2>What our <span class="primary-color">Clients Say</span></h2>
<div class="index_rating">
<article class="index_rating_content">
<img
class="index_stars"
src="../images/Frame 83.svg"
alt="rating star"
/>
<h6>Outstanding service delivery</h6>
<p class="p-small">
Design agency is an awesome agency that delivers according too
clients expectations as it allows client free flow of information
</p>
<div class="index_rating_div">
<img src="../images/Ellipse 4.svg" alt="reveiwer" />
<div>
<p class="p-large">Hassanat Adeoye</p>
<p class="p-small">Development Manager</p>
</div>
</div>
</article>
<article class="index_rating_content">
<img
class="index_stars"
src="../images/Frame 83.svg"
alt="rating star"
/>
<h6>Outstanding service delivery</h6>
<p class="p-small">
Design agency is an awesome agency that delivers according too
clients expectations as it allows client free flow of information
</p>
<div class="index_rating_div">
<img src="../images/Ellipse 4.svg" alt="reveiwer" />
<div>
<p class="p-large">Hassanat Adeoye</p>
<p class="p-small">Development Manager</p>
</div>
</div>
</article>
<article class="index_rating_content">
<img
class="index_stars"
src="../images/Frame 83.svg"
alt="rating star"
/>
<h6>Outstanding service delivery</h6>
<p class="p-small">
Design agency is an awesome agency that delivers according too
clients expectations as it allows client free flow of information
</p>
<div class="index_rating_div">
<img src="../images/Ellipse 4.svg" alt="reveiwer" />
<div>
<p class="p-large">Hassanat Adeoye</p>
<p class="p-small">Development Manager</p>
</div>
</div>
</article>
</div>
</section>
<section class="index_mg-top container index_contact">
<h2><span class="primary-color">Contact</span> Us</h2>
<p>
You have some questions about our product or need assistance,<br />
fill out the form below, we will quickly get back to you
</p>
<form class="index_mg-top">
<div class="index_formDiv">
<div class="index_form_contents">
<label>Company Name</label>
<input type="text" />
</div>
<div class="index_form_contents">
<label>Email</label>
<input type="email" />
</div>
</div>
<div class="index_formDiv">
<div class="index_form_contents">
<label>First Name</label>
<input type="text" />
</div>
<div class="index_form_contents">
<label>Last Name</label>
<input type="text" />
</div>
</div>
<div class="index_formDiv">
<div class="index_form_country">
<label>Country/Region</label>
<select id="country">
<option value="Nigeria">Nigeria</option>
<option value="United States">United States</option>
<option value="United Nations">United Nations</option>
<option value="Germany">Germany</option>
</select>
</div>
<div class="index_form_country">
<label>Phone Number</label>
<div class="phone-input">
<select id="countryCode">
<option value="+234">+234</option>
<option value="+1">+1</option>
<option value="+44">+44</option>
<option value="+49">+49</option>
</select>
<input type="text" id="phoneNumber" />
</div>
</div>
</div>
<div class="index_form_contents">
<label>Leave your message...</label>
<textarea></textarea>
</div>
<button class="index_mg-top">Submit form</button>
</form>
</section>
<section class="index_newsletter index_mg-top">
<h5>Be the first to hear about our exciting offers!</h5>
<p class="p-small">
Rest assured, we respect your privacy and will only send you relevant
content. You can unsubscribe anytime with a simple click. Stay
connected with us and simplify your access to valuable information!
</p>
<div>
<input type="text" placeholder="Enter email to subscribe" />
<button>Subscribe</button>
</div>
</section>
<section class="index_sponsors index_mg-top container">
<div class="sponsor_divA">
<img src="../images/zapier-vector-logo-2023 1.svg" alt="sponsor 1" />
<img src="../images/1280px-MasterCard_Logo.svg" alt="sponsor 2" />
</div>
<div class="sponsor_divB">
<img src="../images/text_logo_11 1.svg" alt="sponsor 3" />
<img
class="sponsor_4"
src="../images/text_logo_18 1.svg"
alt="sponsor 4"
/>
</div>
<div class="sponsor_divA">
<img src="../images/coca-cola-logo 1.svg" alt="sponsor 5" />
<img src="../images/1718-768x591 1.svg" alt="sponsor 6" />
</div>
</section>
</main>
<footer>
<div class="footer-links">
<div>
<a href="index.html"><h4>WebWing</h4></a>
<p class="p-small mg-top">
We are strategic & creative digital agency who are focused on
connecting brands to their audience in the most creative and
technologically advanced manner possible.
</p>
</div>
<div>
<h6>Services</h6>
<ul>
<li class="p-small"><a href="#">Branding</a></li>
<li class="p-small"><a href="#">UI/UX Design</a></li>
<li class="p-small"><a href="#">Project Management</a></li>
<li class="p-small"><a href="#">Web Dev</a></li>
<li class="p-small"><a href="#">Digital Marketing</a></li>
<li class="p-small"><a href="#">Mentoring</a></li>
</ul>
</div>
<div>
<h6>Navigation</h6>
<ul>
<li class="p-small"><a href="about.html">About Us</a></li>
<li class="p-small"><a href="pricing.html">Pricing </a></li>
<li class="p-small">
<a href="contact.html">Contact Us</a>
</li>
<li class="p-small"><a href="project.html">Portfolio</a></li>
<li class="p-small">
<a href="/privacy.html">Privacy Policy</a>
</li>
</ul>
</div>
<div>
<h6>Contact</h6>
<div class="cont mg-top">
<img src="../images/tabler_mail.png" alt="" />
<p class="p-small">[email protected]</p>
</div>
<div class="cont">
<img src="../images/mingcute_phone-call-line.png" alt="" />
<p class="p-small">+234(0)9045******</p>
</div>
<div class="cont">
<img src="../images/Facebook.png" alt="" />
<img src="../images/Twitter.png" alt="" />
<img src="../images/Instagram.png" alt="" />
<img src="../images/LinkedIn.png" alt="" />
</div>
</div>
</div>
<div class="footer-copywright">
<p class="p-small">
Copyright 2023 inc. All rights reserved | Term of Use | Updated
Privacy Policy | Accessibility
</p>
</div>
</footer>
<script src="/main.js"></script>
</body>
</html>