-
Notifications
You must be signed in to change notification settings - Fork 0
/
desktop-1.html
94 lines (89 loc) · 3.51 KB
/
desktop-1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./desktop-1.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Crete Round:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Crimson Pro:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Balsamiq Sans:wght@700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Donegal One:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inria Sans:wght@700&display=swap"
/>
</head>
<body>
<div class="desktop-1">
<div class="desktop-1-child"></div>
<div class="mentorship3">Mentorship</div>
<div class="rectangle-parent">
<div class="group-inner"></div>
<div class="div7">₹1000/-</div>
<b class="venture-launchpad-program">Venture Launchpad Program</b>
<div class="group-child1"></div>
<div class="group-child2"></div>
<div class="div7">₹1000/-</div>
<div class="div9">₹2000/-</div>
<div class="div10">₹3000/-</div>
<img class="group-child3" alt="" src="./public/[email protected]" />
<img class="group-child4" alt="" src="./public/[email protected]" />
<img class="group-child5" alt="" src="./public/[email protected]" />
<div class="group-child6"></div>
<img class="group-child7" alt="" src="./public/rectangle-95.svg" />
<div class="group-child8"></div>
<div class="explore">Explore</div>
<div class="explore1">Explore</div>
<div class="explore-wrapper">
<div class="explore2">Explore</div>
</div>
<b class="investor-edge-series">Investor Edge Series</b>
<div class="master-pitch-decks-container">
<p class="master-pitch-decks">
- Master pitch decks, financial modeling, and legal
</p>
<p class="essentials">essentials</p>
<p class="master-pitch-decks">
- Live Q&A sessions with seasoned investors
</p>
<p class="master-pitch-decks">
- Networking opportunities with potential backers
</p>
</div>
<div class="led-by-industry-container">
<p class="master-pitch-decks">-Led by Industry Experts</p>
<p class="master-pitch-decks">-Interactive Modules</p>
<p class="master-pitch-decks">-Downloadable Resources</p>
<p class="master-pitch-decks">Covers essential Startup Topics</p>
</div>
<b class="venture-link-accelerator">Venture Link Accelerator</b>
<div class="unlock-potential-with-container">
<p class="master-pitch-decks">
- Unlock potential with practical insights, real cases
</p>
<p class="master-pitch-decks">- Personalized mentor feedback</p>
<p class="master-pitch-decks">- Transformative learning journey</p>
<p class="master-pitch-decks">- Alumni Support</p>
</div>
<div class="group-child9"></div>
</div>
</div>
</body>
</html>