-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
208 lines (192 loc) · 8.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<link rel="icon" href="../media/ICON.ico"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><img src="media/logo2.png" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto w-100 d-lg-flex justify-content-end">
<li class="nav-item ">
<a class="nav-link activ" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teams.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="CompetetionPage/competetion.html">Competition</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="blog.html">Blog/News</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item ">
<a class="nav-link custom-button text-white" href="RegisterPage/register.html" id="register">Register Now</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- About Section -->
<section class="hult-section">
<div class="container">
<div class="row align-items-center ">
<!-- Image Section -->
<div class="col-md-6 text-center illustration ">
<img src="media/img1.png" alt="Illustration">
</div>
<!-- Content Section -->
<div class="col-md-6 hult-content text-center text-md-start">
<h1 class="fw-bold">What is Hult Prize?</h1>
<p class="my-md-5 my-4 ">
The Hult Prize is a global movement empowering young people to create social enterprises that
address the world’s most pressing challenges. Known as the "Nobel Prize for Students," the
Hult Prize inspires thousands of students worldwide to develop innovative solutions for a
better tomorrow. Its mission is to build a generation of leaders who transform the world
into a sustainable and equitable place.
</p>
<a href="#" class="custom-button text-decoration-none ">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Hero Section -->
<section id="home" class=" py-5 text-center">
<div class="container">
<h1 class="display-4">Welcome to Hult Prize at MUET SZAB!</h1>
<p class="lead">We are thrilled to welcome you to the Hult Prize at MUET SZAB, where creativity meets impact! Our
campus chapter serves as a launchpad for young innovators to develop groundbreaking solutions and
turn their dreams into actionable realities. Together, we’re building a future full of possibilities.
</p>
</div>
<!-- Be Part of the Change Section -->
<section id="be-part" class="py-5 text-center">
<div class="container">
<h2 class="section-title mb-4">Be Part of the Change!</h2>
<p class="lead mb-4">
Take the first step towards becoming a changemaker.
</p>
<div class="d-flex justify-content-center gap-3">
<a href="#register" class="btn btn-primary btn-lg register-btn">Register Now</a>
<a href="#learn-more" class="btn btn-outline-primary btn-lg learn-more-btn">Learn More</a>
</div>
</div>
</section>
</section>
<!-- Achievements Section -->
<section id="achievements">
<div class="container">
<div class="row align-items-center mb-4">
<div class="col-lg-6 ">
<h2>Our Achievements</h2>
<p>At Hult Prize MUET SZAB, we are proud of our journey so far:</p>
<ul>
<li>Organized <strong>7+</strong> impactful sessions to nurture innovation.</li>
<li>Distributed <strong>200+</strong> certificates to passionate participants.</li>
<li>Collaborated with <strong>5+</strong> dynamic communities to extend our reach.</li>
<li>Empowered young entrepreneurs to bring their ideas to life and create meaningful change.</li>
</ul>
</div>
<div class="col-lg-6 d-flex justify-content-center">
<div class="row g-4">
<div class="col-md-6">
<div class="achievement-box ">
<h3>7+</h3>
<p>Impactful Sessions</p>
</div>
</div>
<div class="col-md-6">
<div class="achievement-box">
<h3>200+</h3>
<p>Certificates Distributed</p>
</div>
</div>
<div class="col-md-6">
<div class="achievement-box ">
<h3>5+</h3>
<p>Communities Collaborated</p>
</div>
</div>
<div class="col-md-6">
<div class="achievement-box">
<h3>Innovators</h3>
<p>Empowered</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<h5>Hult Prize at MUET SZAB</h5>
<p>Empowering young innovators to create social impact through entrepreneurship.</p>
</div>
<div class="col-lg-2 mb-4">
<h5>Quick Links</h5>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 mb-4">
<h5>Contact Us</h5>
<p>
Mehran UET SZAB Campus,<br>
Khairpur Mir's, Sindh, Pakistan<br>
Phone: +923051028803<br>
Email: <a href="mailto: [email protected]">[email protected]</a>
</p>
</div>
<div class="col-lg-3 mb-4">
<h5>Follow Us</h5>
<div class="social-icons">
<a href="https://www.facebook.com/share/19p9QJzvCU/?mibextid=wwXIfr" class="me-2"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="me-2"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/hult-prize-muet-szab/" class="me-2"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/hpmuetkhp?igsh=MXhoN292aXB3NWsxaQ==" class="me-2"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="text-center mt-4">
<p class="mb-0">© 2025 Hult Prize MUET SZAB. All rights reserved.</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="script.js"></script>
</body>
</body>
</html>