-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
446 lines (436 loc) · 16 KB
/
index.html
File metadata and controls
446 lines (436 loc) · 16 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
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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ventsphere</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- Navigation Panel -->
<header>
<nav aria-label="Primary Navigation">
<div class="nav-logo">
<img
src="./assests/Images/Logo (2).svg"
alt="company logo"
aria-label="Homepage"
/>
</div>
<a href="" aria-label="Toggle navigation menu">
<img
class="hamburger"
src="./assests/Images/list.svg"
alt="hamburger"
/>
</a>
<div class="nav-links">
<div>
<ul>
<li>
<a href="#" aria-label="Learn more about our services"
>Service</a
>
</li>
<li>
<a href="#" aria-label="Learn more about us">About us</a>
</li>
<li>
<a href="#" aria-label="Explore benefits">Benefits</a>
</li>
<li>
<a href="#" aria-label="Frequently Asked Questions">FAQ?</a>
</li>
</ul>
</div>
<div class="nav-btn">
<button class="btn1">
Book a Strategy Call
<img
src="./assests/Images/stash_arrow-up-duotone.svg"
alt="arrow image"
role="presentation"
/>
</button>
<button class="btn2">
Partner with Us
<img
src="./assests/Images/stash_arrow-up-duotone (2).svg"
alt="arrow image"
role="presentation"
/>
</button>
</div>
</div>
</nav>
</header>
<!-- First Section -->
<section id="section1" aria-labelledby="hero-heading">
<div class="hero-div">
<div class="hero-container">
<div class="hero-text">
<div>
<h1 id="hero-heading">Providing Support for Startups</h1>
</div>
<div>
<p>
Empowering visionary entrepreneurs with the capital and support
needed to transform innovative ideas into successful businesses.
</p>
</div>
<div class="hero-button">
<button class="hero-btn1" aria-label="Partner with Us">
Partner with Us
<img
src="./assests/Images/stash_arrow-up-duotone (2).svg"
alt="button-image"
role="presentation"
/>
</button>
<button class="hero-btn2" aria-label="Book a Strategy Call">
Book a Strategy Call
<img
src="./assests/Images/stash_arrow-up-duotone.svg"
alt="button-image"
role="presentation"
/>
</button>
</div>
</div>
<div class="image-container">
<img
src="./assests/Images/Rectangle 1.svg"
alt="Illustration of startup concept"
/>
</div>
</div>
<div class="hero-links" aria-label="Partner logos">
<div class="hero-links1">
<p>Trusted Partnership with 100+ company’s</p>
<img src="./assests/Images/Zippo logo.svg" alt="Zippo logo" />
<img
src="./assests/Images/grammarly logo.svg"
alt="Grammarly logo"
/>
</div>
<div class="hero-links2">
<img
src="./assests/Images/GoodLeap_Orange_Logo logo.svg"
alt="GoodLeap logo"
/>
<img src="./assests/Images/google logo.svg" alt="Google logo" />
<img src="./assests/Images/loom logo.svg" alt="Loom logo" />
</div>
</div>
</div>
</section>
<!-- Second Section Styling -->
<section id="section2" aria-labelledby="about-heading">
<div class="section2-heading">
<p>WHO WE ARE</p>
<h1 id="about-heading">Your Dedicated Partner in Startup Success</h1>
</div>
<div class="section2-main" aria-labelledby="mission-heading">
<article class="section2-main-left" aria-labelledby="mission-heading">
<figure>
<img
src="./assests/Images/Icon (1).svg"
alt="icon"
role="presentation"
/>
</figure>
<div class="section2-inner-div">
<h2 id="mission-heading">Our Mission</h2>
<p>
Our mission is to support startups by providing not only financial
investment but also strategic guidance, mentorship, and access to
a robust network of industry experts.
</p>
</div>
</article>
<article class="section2-main-right" aria-labelledby="vision-heading">
<img src="./assests/Images/Icon.svg" alt="icon" role="presentation" />
<div class="section2-inner-div">
<h2 id="vision-heading">Our Vision</h2>
<p>
To be the leading venture capital agency that fuels innovation and
empowers entrepreneurs, creating a thriving ecosystem where
visionary startups can flourish and make a lasting impact on the
world.
</p>
</div>
</article>
</div>
</section>
<!-- Main Section -->
<main id="main1" aria-labelledby="what-we-do-heading">
<header class="main-top">
<h4 id="what-we-do-heading">WHAT WE DO</h4>
<h1>Financial Backing You Need to Succeed</h1>
<p>
We understand that financial support is foundational to startup
growth, which is why we offer:
</p>
</header>
<section class="main-middle" aria-label="Our Services">
<div class="main-left">
<article class="main-one" aria-labelledby="seed-funding-heading">
<figure>
<img
src="./assests/Images/seek funding.svg"
alt="icon"
role="presentation"
/>
</figure>
<div class="sub-main-one">
<h2 id="seed-funding-heading">Seed Funding</h2>
<p>
We provide initial capital to early-stage startups, helping them
turn innovative ideas into viable businesses.
</p>
</div>
</article>
<article class="main-one" aria-labelledby="post-investment-heading">
<figure>
<img
src="./assests/Images/post investment.svg"
alt="icon"
role="presentation"
/>
</figure>
<div class="sub-main-one">
<h2 id="post-investment-heading">Post-Investment Support</h2>
<p>
We provide flexible funding options designed to match the unique
needs of your startup, helping you grow at every stage."
</p>
</div>
</article>
</div>
<div class="main-right">
<article class="main-one" aria-labelledby="mentorship-heading">
<figure>
<img
src="./assests/Images/mentorship.svg"
alt="icon"
role="presentation"
/>
</figure>
<div class="sub-main-one">
<h2 id="mentorship-heading">Mentorship and Coaching</h2>
<p>
We provide flexible funding options designed to match the unique
needs of your startup, helping you grow at every stage."
</p>
</div>
</article>
<article class="main-one" aria-labelledby="partnership-heading">
<img
src="./assests/Images/strategic partnership.svg"
alt="icon"
role="presentation"
/>
<div class="sub-main-one">
<h2 id="partnership-heading">Strategic Partnership</h2>
<p>
Access our extensive network to forge partnerships that can open
doors and drive meaningful growth for your business.
</p>
</div>
</article>
</div>
</section>
<button aria-label="Partner with Us">
Partner with Us
<img src="./assests/Images/stash_arrow-up-duotone (2).svg" alt="icon" />
</button>
</main>
<!-- first Article Section -->
<article id="article1" aria-labelledby="article-heading-1">
<section class="article-one" aria-labelledby="article-heading-1">
<div class="article-main">
<h2>Unlocking Potential for Ambitious Startups</h2>
<p>
We empower startups with essential resources and guidance to thrive.
Our tailored support provides not only capital but also strategic
insights, mentorship, and access to a vast network of industry
experts.
</p>
<button>
Partner with Us
<img
src="./assests/Images/stash_arrow-up-duotone (2).svg"
alt="icon"
role="presentation"
/>
</button>
</div>
<img
src="./assests/Images/Image.svg"
alt="Illustration representing startup potential"
/>
</section>
<section class="article-one mobile" aria-labelledby="article-heading-">
<img
src="./assests/Images/Image (1).svg"
alt="Illustration of professional mentorship"
/>
<div class="article-main">
<h2>Partner with seasoned professionals</h2>
<p>
We bring extensive industry experience and insights. Our team is
dedicated to providing you with tailored advice and mentorship,
ensuring you navigate challenges effectively and capitalize on
opportunities to drive your startup's success.
</p>
<button>
Partner with Us
<img
src="./assests/Images/stash_arrow-up-duotone (2).svg"
alt="icon"
role="presentation"
/>
</button>
</div>
</section>
</article>
<!-- Second Article section -->
<article id="article2" aria-labelledby="testimonials-heading">
<header class="testimonial-heading">
<h3>TESTIMONIALS</h3>
<h1>Success Stories from Visionary Founders</h1>
</header>
<section class="testimonial-main" aria-label="Founder Testimonials">
<div class="testimonial-main1">
<h3>WORD FROM FOUNDER</h3>
<p>
“ We’re committed to empowering startups with the funding and
guidance they need to succeed.”
</p>
<h4>— Augustine Ifenna</h4>
</div>
<div class="testimonial-main1">
<p>
“ Ventsphere’s support has been pivotal, providing both the
resources and expertise needed to scale our business. ’’
</p>
<h3>Henry Orton</h3>
<h4>CEO of Daganox</h4>
</div>
<div class="testimonial-main1">
<p>
“ Working with Ventsphere gave us the confidence and tools to
navigate our industry and achieve our goals. ’’
</p>
<h3>Henry Orton</h3>
<h4>CEO of Jobber</h4>
</div>
</section>
</article>
<!-- Aside Section(FAQ Section) -->
<aside id="aside1" aria-labelledby="Frequently-asked-questions">
<section class="aside-left" aria-labelledby="we-have-answers">
<h4>WE HAVE ANSWERS</h4>
<h1>Frequently Asked Questions</h1>
<p>
Explore the most common inquiries to learn more about how we support
startups like yours. For more inquiries, reach us at
<span>contact@ventsphere.com.</span>
</p>
</section>
<section class="aside-faq" aria-labelledby="FAQ-section">
<details>
<summary>What types of startups do you work with?</summary>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Reiciendis, impedit. Lorem ipsum dolor sit amet.
</p>
</details>
<details>
<summary>How can I apply for funding?</summary>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Reiciendis, impedit. Lorem ipsum dolor sit amet.
</p>
</details>
<details>
<summary>What support do you provide after funding?</summary>
<p>
We offer mentorship, strategic guidance, and access to our network
of industry experts to help you grow your business successfully..
</p>
</details>
<details>
<summary>How long does the funding process take?</summary>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Reiciendis, impedit. Lorem ipsum dolor sit amet.
</p>
</details>
</section>
</aside>
<!-- Second Aside Section -->
<aside id="aside2" aria-labelledby="partnership-heading">
<h1 id="partnership-heading">Let’s Partner for Your Startup Success!</h1>
<p>Join us in transforming your startup vision into reality!</p>
<button aria-label="Partner with us">
Partner with Us
<img
src="./assests/Images/stash_arrow-up-duotone.svg"
alt="icon"
aria-hidden="true"
/>
</button>
</aside>
<!-- Footer Section -->
<footer aria-labelledby="footer-heading">
<div class="footer-top">
<div class="footer-top1">
<img src="./assests/Images/Logo (2).svg" alt="logo" />
<p>
Empowering visionary startups to reach new heights through funding
and support.
</p>
<div class="footer-icons">
<a href="" aria-label="Ventsphere on LinkedIn"
><img src="./assests/Images/linkedin.svg" alt="icon"
/></a>
<a href="" aria-label="Ventsphere on twitter"
><img src="./assests/Images/vector.svg" alt="icon" /></a>
<a href="" aria-label="Ventsphere on facebook"
><img src="./assests/Images/facebook.svg" alt="icon"
/></a>
<a href="" aria-label="Ventsphere on instagram"
><img src="./assests/Images/instagram.svg" alt="icon"
/></a>
</div>
</div>
<div class="footer-top2">
<div class="footer-links" aria-label="Quick-links">
<h4>Quick Links</h4>
<p>Our Service</p>
<p>Benefits Offered</p>
<p>Mission & Vision</p>
<p>FAQ</p>
</div>
<div class="footer-links" aria-label="partnership">
<h4>Partnership</h4>
<p>Seed Funding</p>
<p>Investor Partner</p>
<p>Mentorship</p>
<p>Partnership</p>
</div>
<div class="footer-links" aria-label="contact-us">
<h4>Contact Us</h4>
<p>+1 (123) 456-7890</p>
<p>COntact@ventsphere.com</p>
<p>Location Map</p>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© Ventsphere inc All Rights Reserved</p>
<p>Terms & Condition . Privacy Policy</p>
</div>
</footer>
</body>
</html>