-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
527 lines (495 loc) · 19.9 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
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>UPRAISE</title>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="navigation-bar.css" />
<link rel="stylesheet" href="footer.css">
<!-- <link rel="stylesheet" href="registration.css"> -->
<!-- <link rel="stylesheet" href="search-bar.css">
-->
</head>
<body>
<nav>
<div class="wrapper">
<img class="nav-logo" src="Upraise-logo-2.png" alt="upraise logo">
<div class="logo"><a href="#">UPRAISE</a></div>
<input type="radio" name="slider" id="menu-btn">
<input type="radio" name="slider" id="close-btn">
<ul class="nav-links">
<label for="close-btn" class="btn close-btn"><i class="fas fa-times"></i></label>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li>
<a href="#" class="desktop-item">Log in/Sign up</a>
<input type="checkbox" id="showDrop">
<label for="showDrop" class="mobile-item">Log in/Sign up</label>
<ul class="drop-menu">
<li><a href="registration.html">Sign up</a></li>
<li><a href="Register-now-button.html">log in</a></li>
</ul>
</li>
<li>
<a href="#" class="desktop-item">Menu</a>
<input type="checkbox" id="showMega">
<label for="showMega" class="mobile-item">Menu</label>
<div class="mega-box">
<div class="content">
<div class="row">
<img src="Upraise-logo-2.png" alt="">
</div>
<div class="row">
<header>Services</header>
<ul class="mega-links">
<li><a href="#Features">Get Mentorship</a></li>
<li><a href="#Features">Raise Funds</a></li>
<li><a href="#Features">Revenue Growth</a></li>
<li><a href="#">Hunt Co-Founders </a></li>
</ul>
</div>
<div class="row">
<header>Features</header>
<ul class="mega-links">
<li><a href="#">Challenges</a></li>
<li><a href="#Features">Programmes</a></li>
<li><a href="#Blog-Section">Blogs</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
</div>
<div class="row">
<header>Other</header>
<ul class="mega-links">
<li><a href="#">Our Socials</a></li>
<li><a href="#">Careers</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSezQDSmG22WLQtOGcn4EfwzoDdsi_q5TEFS5qhLv2BgcFMmBQ/viewform">feedback</a></li>
<li><a href="#Contact-US">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</li>
<li><a href="#" class="desktop-item" href="#">Profile </a>
<input type="checkbox" id="showDrop">
<label for="showDrop" class="mobile-item">Profile</label>
<ul class="drop-menu">
<li><a href="profilecard.html">View profile</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSezQDSmG22WLQtOGcn4EfwzoDdsi_q5TEFS5qhLv2BgcFMmBQ/viewform">Feedback</a></li>
<li><a href="Register-now-button.html">Log out</a></li>
</ul>
</li>
</ul>
<label for="menu-btn" class="btn menu-btn"><i class="fas fa-bars"></i></label>
</div>
</nav>
<br>
<br>
<br>
<br>
<section>
<div class="color"></div>
<div class="color"></div>
<div class="color"></div>
<div class="square" style="--i:0;"></div>
<div class="square" style="--i:1;"></div>
<div class="square" style="--i:2;"></div>
<div class="square" style="--i:3;"></div>
<div class="square" style="--i:4;"></div>
<div class="container" style="
margin-right: 60px;
margin-bottom: 0;
margin-top: 0px;
border-top-width: 0px;
width: 330px;
height: 50px;
">
<div class="form" style="
padding-top: 30px;
padding-bottom: 0px;
">
<form>
<div class="inputBox">
<input type="text" placeholder="Search Here">
</div>
</form>
</div>
</div>
</section>
<br/>
<table>
<tr>
<td>
<p class="about-section-info">
<br>
An online entrepreneurship platform allows startups to network, <br />
access free tools & resources and participate in programs & challenges.
</p>
<br> <br>
<a href="registration.html">
<button class="register-now">REGISTER NOW </button> </a>
</td>
<td>
<div class="animation">
<img src="animated-logo.jpg" alt="animated-logo">
</div>
</td>
</tr>
</table>
<div class="animated logo">
<br>
</div>
<br><br><br><br><br>
<p id="Features" class="introducing-portal">Introducing the Upraise Portal</p>
<br>
<br>
<div class="mentorship-div">
<img class="mentorship" src="Mentoship-revenue-funds-images/Mentorship-image.jpg" alt="Mentorship-image" />
<a href="mentorship.html">
<button class="mentorship-button">
<u><b>Mentorship</b></u>
</button> </a>
<br>
<br>
<p class="mentorship-desc">Get mentorship <br> from experts</p>
</div>
<div class="raise-div">
<img
class="raise-funds"
src="Mentoship-revenue-funds-images/Raise-funds-image.jpg" alt="Raise-funds-image" />
<a href="raise-funds.html">
<button class="raise-funds-button">
<u><b>Raise Funds</b></u>
</button></a>
<br>
<br>
<p class="raise-funds-desc">From top <br> investors</p>
</div>
<div class="revenue-div">
<img
class="Revenue-growth"
src="Mentoship-revenue-funds-images/Revenue-growth-image.jpg"
alt="Revenue-growth-image"
/>
<a href="revenue-growth.html"><button class="revenue-growth-button">
<u><b>Revenue Growth</b></u>
</button></a>
<br>
<br>
<p class="revenue-desc">Boost your <br> revenue</p>
</div>
<br>
<br>
<br>
<h1 id="Blog-Section" class="blog-header">Blogs</h1>
<div class="blog-preview">
<div>
<img class="thumbnail" src="Blog-Thumbnails/blog-thumbnail-1.jpg" />
</div>
<div>
<p class="blog-title">
<button class="blog-button">
<a href="blog-1.html"><u><b>Communication strategies as an Entrepreneur</b></u></a>
</p>
<p class="blog-author">~Pratap Pawar</p>
</div>
</div>
<div class="blog-preview-2">
<div>
<img class="thumbnail" src="blog-thumbnail-2.png" />
</div>
<div>
<p class="blog-title">
<button class="blog-button">
<a href="blog-2.html"><u><b>How to hunt for perfect startup ideas</b></u></a>
</p>
<p class="blog-author">~Aditya Mohite</p>
</div>
</div>
<div class="blog-preview-3">
<div>
<img class="thumbnail" src="Blog-Thumbnails/blog-thumbnail-3.jpg" />
</div>
<div>
<p class="blog-title">
<button href="" class="blog-button">
<a href="blog-3.html"><u><b>A guide to shift your business online effectively</b></u></a>
</p>
<p class="blog-author">~Ganesh Navale</p>
</div>
</div>
<h1 id="about" class="faq-heading">FAQ'S</h1>
<section class="faq-container">
<div class="faq-one">
<!-- faq question -->
<h1 class="faq-page">What is an FAQ Page?</h1>
<!-- faq answer -->
<div class="faq-body">
<p><br> What does FAQ mean? It stands for frequently-asked questions, and it's a page on a website that gives quick answers to
customer questions.The idea is to keep the answers short and direct so that people find info quickly. We write it as “an FAQ</p>
</div>
</div>
<hr class="hr-line">
<div class="faq-two">
<!-- faq question -->
<h1 class="faq-page">What is UPRAISE?</h1>
<!-- faq answer -->
<div class="faq-body">
<p><br> UPRAISE is a one-stop platform for all stakeholders in the Startup ecosystem to interact amongst each other,
exchange knowledge and form succesful partnerships in a highly dynamic environment.</p>
</div>
</div>
<hr class="hr-line">
<div class="faq-three">
<!-- faq question -->
<h1 class="faq-page">How do Investors add value to Startups?</h1>
<!-- faq answer -->
<div class="faq-body">
<p><br> Investors particularly venture capitalists (VCs) add value to startups in a lot of ways:
<br>
<b>1. Stakeholder Management:</b> Investors manage the company board and leadership to facilitate smooth operations of
the startup. In addition, their functional experience and domain knowledge of working and investing with startups imparts
vision and direction to the company.
<br>
<b>2. Raising Funds:</b> Investors are best guides for the startup to raise subsequent rounds of funding on the basis of stage,
maturity, sector focus etc. and aid in networking and connection for the founders to pitch their business to other investors.
<br>
<b>3. Recruiting Talent:</b> Sourcing high-quality and best-fit human capital is critical for startups, especially when it comes
to recruiting senior executives to manage and drive business goals. VCs, with their extensive network can help bridge the
talent gap by recruiting the right set of people at the right time.
<br>
<b>4. Marketing:</b> VCs assist with marketing strategy for your product/service.
<br>
<b>5. M&A Activity:</b> VCs have their eyes and ears open to merger and acquisition opportunities in the local entrepreneurial
ecosystem to enable greater value addition to the business through inorganic growth.
<br>
<b>6. Organizational Restructuring:</b> As a young startup matures to an established company, VCs help with the right organizational
structuring and introduce processes to increase capital efficiency, lower costs and scale efficiently.</p>
</div>
</div>
<hr class="hr-line">
<div class="faq-four">
<!-- faq question -->
<h1 class="faq-page">Why do Investors invest in Startups?</h1>
<!-- faq answer -->
<div class="faq-body">
<p><br> Investing in startups is a risky proposition, but the low requirement for overhead capital combined with high upside potential, makes it lucrative for investors to put their bets on startups.
The Thomson Reuters Venture Capital Research Index replicated the performance of venture capital industry in 2012 and found that overall venture capital has returned at an annual rate of 20% since 1996 – far
outperforming
modest returns of 7.5% and 5.9% from public equities and bonds respectively.</p>
</div>
</div>
<hr class="hr-line">
<div class="faq-five">
<!-- faq question -->
<h1 class="faq-page"> How can I register a profile on the hub?</h1>
<!-- faq answer -->
<div class="faq-body">
<p><br> Registering a profile on the hub is a fairly simple process.
On clicking the “Register” tab on the top right hand corner of the page which you will be directed to our platform for authentication where you will be asked to fill details such as your name, email address, etc. This will give you a one time password for verification as well as a link to set a new password.
Sign in using the login credentials you created in step 1. This will direct you to the Hub where you can select and create the profile of a stakeholder which best defines your role.</p>
</div>
</div>
<hr class="hr-line">
<div class="faq-six">
<!-- faq question -->
<h1 class="faq-page">I want to share events, tools & templates, reports, blogs, etc. How can I publish these on the Hub?</h1>
<!-- faq answer -->
<div class="faq-body">
<p><br> For publishing content, you can get in touch with us on <b>[email protected]</b></p>
<br><br><br>
</div>
</div>
</section>
</main>
<div class="contact-us">
<h3 id="Contact-US"><br> CONTACT US:</h3>
<br>
<p><i>UPRAISE</i></p>
<a href="mailto:[email protected]"> <p><i>[email protected]</i></p> </a>
<p><i>9876543210</i></p>
<br><br>
</div>
<script src="javascript.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<footer class="ct-footer">
<div class="container">
<form name="contentForm" enctype="multipart/form-data" method="post" action="">
<div class="ct-footer-pre text-center-lg">
<div class="inner">
<span>Join Upraise to receive updates, news & events!</span>
</div>
<div class="inner">
<div class="form-group">
<input name="formfields[nl_email]" id="nl_email" class="validate[required]" placeholder="Enter your email address" type="text" value=""> <label for="nl_email" class="sr-only">Email Address</label> <button type="submit" class="btn btn-motive">Join</button>
</div>
</div>
</div>
</form>
<ul class="ct-footer-list text-center-sm">
<li>
<h2 class="ct-footer-list-header">Learn More</h2>
<ul>
<li>
<a href="">Company</a>
</li>
<li>
<a href="">Clients</a>
</li>
<li>
<a href="">News</a>
</li>
<li>
<a href="">Careers</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">Services</h2>
<ul>
<li>
<a href="">Design</a>
</li>
<li>
<a href="">Marketing</a>
</li>
<li>
<a href="">Sales</a>
</li>
<li>
<a href="">Programming</a>
</li>
<li>
<a href="">Support</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">The Industry</h2>
<ul>
<li>
<a href="">Thought Leadership</a>
</li>
<li>
<a href="">Webinars</a>
</li>
<li>
<a href="">Events</a>
</li>
<li>
<a href="">Sponsorships</a>
</li>
<li>
<a href="">Advisors</a>
</li>
<li>
<a href="">Training Program</a>
</li>
<li>
<a href="">Activities & Campaigns</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">Public Relations</h2>
<ul>
<li>
<a href="">Upraise Blog</a>
</li>
<li>
<a href="">Programmes</a>
</li>
<li>
<a href="">Videos</a>
</li>
<li>
<a href="">News Releases</a>
</li>
<li>
<a href="">Newsletters</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">About</h2>
<ul>
<li>
<a href="">FAQ</a>
</li>
<li>
<a href="">Our Board</a>
</li>
<li>
<a href="">Our Staff</a>
</li>
<li>
<a href="">Contact Us</a>
</li>
</ul>
</li>
</ul>
<div class="ct-footer-meta text-center-sm">
<div class="row">
<div class="col-sm-6 col-md-2">
<img alt="logo" src="Upraise-logo-2.png">
</div>
<div class="col-sm-6 col-md-3">
<address>
<span>UPRAISE<br></span>123 Easy Street<br>
_MP, India, 466114<br>
<span>Phone: <a href="tel:5555555555">(+91) 777-8899</a></span>
</address>
</div>
<div class="col-sm-6 col-md-2 ct-u-paddingTop10">
<a href="" target="_blank"><img alt="app store" src="Social-logos/app-store.png"></a>
</div>
<div class="col-sm-6 col-md-2 ct-u-paddingTop10">
<a href="" target="_blank"><img alt="google play store" src="Social-logos/google-play.png"></a>
</div>
<div class="col-sm-6 col-md-3">
<ul class="ct-socials list-unstyled list-inline">
<li>
<a href="" target="_blank"><img alt="facebook" src="Social-logos/facebook.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="twitter" src="Social-logos/twitter.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="youtube" src="Social-logos/youtube.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="instagram" src="Social-logos/instagram.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="pinterest" src="Social-logos/pinterest.png"></a>
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div class="ct-footer-post">
<div class="container">
<div class="inner-left">
<ul>
<li>
<a href="#about">FAQ</a>
</li>
<li>
<a href="">News</a>
</li>
<li>
<a href="">Contact Us</a>
</li>
</ul>
</div>
<div class="inner-right">
<p>Copyright © 2022 UPRAISE <a href="#">Privacy Policy</a></p>
<p><a class="ct-u-motive-color" href="" target="_blank">Web Design</a> by Group 95</p>
</div>
</div>
</div>
</footer>
</body>
</html>