forked from iodump01/iodump
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
87 lines (84 loc) · 4.57 KB
/
Copy pathabout.html
File metadata and controls
87 lines (84 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>IODump</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column">
<main class="flex-shrink-0">
<!-- Navigation-->
<div id="navigation"></div>
<!-- Header-->
<header class="py-5">
<div class="container px-5">
<div class="row justify-content-center">
<div class="col-lg-8 col-xxl-6">
<div class="text-center my-5">
<h1 class="fw-bolder mb-3">Empowering young minds to drive technological progress through
hands-on learning and collaboration.
</h1>
<p class="lead fw-normal text-muted mb-4">IODump strives to provide a
platform for young minds to explore, learn, and grow in the field of technology. We
strive to inspire and empower students to unleash their potential and make a positive
impact on society through technology. We aim to achieve this by offering regular
technical workshops, guest speaker series, project-based learning opportunities, and
community outreach events. Our goal is to create a supportive and collaborative
community that nurtures innovation and fosters the growth of future leaders in
technology.</p>
<a class="btn btn-primary btn-lg" href="#scroll-target">See our team</a>
</div>
</div>
</div>
</div>
</header>
<!-- About section one-->
<section class="py-5 bg-light">
<div class="container px-5 my-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-6"><img class="img-fluid rounded mb-5 mb-lg-0" src="assets/team.jpg" alt="..." />
</div>
<div class="col-lg-6">
<h2 class="fw-bolder">Why we Started?</h2>
<p class="lead fw-normal text-muted mb-0">The foundation of IODump was based on a common
realization that there was a lack of active technical clubs in the community and a lack of
awareness among students about the latest developments and advancements in technology. We
saw an opportunity to bridge this gap and provide a platform for students to learn,
grow, and explore the vast field of technology. We envisioned a community where students
could share their ideas, collaborate on projects, and gain hands-on experience with
cutting-edge technologies. With these goals in mind, IODump was established to support and
empower young minds in their journey towards a brighter future in technology.</p>
</div>
</div>
</div>
</section>
<!-- Team members section-->
<section class="py-5 bg-light" id="scroll-target">
<div class="container px-5 py-5 my-5">
<div class="text-center">
<h2 class="fw-bolder">Our Core team</h2>
<!-- <p class="lead fw-normal text-muted mb-5">Dedicated to quality and your success</p> -->
</div>
<div class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-4 justify-content-center" id="team-info">
<!-- Adding Team members Dynamically -->
</div>
</div>
</section>
</main>
<!-- Footer-->
<div id="footer"></div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/template.js"></script>
<script type="module" src="js/aboutScript.js"></script>
</body>
</html>