-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (118 loc) · 6.33 KB
/
Copy pathindex.html
File metadata and controls
131 lines (118 loc) · 6.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS Links -->
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<title>The Qubit Club</title>
</head>
<body>
<nav class="navigation">
<div class="logo">
<a href="/"><span><img src="img/Qubit Nav Logo.jpeg" width="60px" alt="website logo"></span></a>
</div>
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href=" https://t-karthik-reddy.github.io/QCWeb/team.html">Team</a></li>
<li><a href="/contactus.html">Contact Us</a></li>
</ul>
</div>
</nav>
<div class="home">
<video id="home-video" autoplay muted class="home-video">
<source src="img/HomeVideo1.75x.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="creditsonvideo">
<a href="https://youtu.be/jHoEjvuPoB8?feature=shared">
<p>credits: Quanta Magazine</p>
</a>
</div>
</div>
<!-- Content -->
<div class="content">
<h1>What We Do</h1>
<div class="content-box">
<div class="content-text">
<h2>Curiosity is our compass,<br> The Quantum field is our map</h2>
<p>Qubit MU is dedicated to fostering a collaborative environment where students,
professionals, and enthusiasts can learn, share, and innovate in the realm of
quantum computing. We introduce students to quantum computing, empowering our
members with the skills and insights needed to thrive in this cutting-edge field.
Whether you are a seasoned professional or a curious beginner, our club offers valuable
resources and a supportive network to help you navigate the complexities of quantum
computing.</p>
<div class="logo-links">
<a href="https://www.google.com"><img src="img/logos/Insta Logo.png" alt="Logo Instagram"></a>
<a href="https://www.google.com"><img src="img/logos/LinkedIn Logo.png" alt="Logo Linkedin"></a>
<a href="https://www.google.com"><img src="img/logos/GitHub Logo.png" alt="Logo Github"></a>
<a href="https://www.google.com"><img src="img/logos/X Logo.png" alt="Logo X"></a>
<a href="https://www.google.com"><img src="img/logos/Youtube Logo.png" alt="Logo Youtube"></a>
<a href="https://www.google.com"><img src="img/logos/Discord Logo.png" alt="Logo Discord"></a>
</div>
</div>
<div class="content-image"><img src="img/Qubit Content Logo.jpeg" alt="Qubit Club Logo"></div>
</div>
</div>
<div class="Offers">
<h1>Test Offers Box</h1>
<!-- Carousel From BootStrap -->
<div class="carousel-box">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel" data-bs-interval="2000">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/workshop.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/seminar.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/hackathon.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<script src="index.js"></script>
<!--Bootstrap functionality link-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>