forked from adismort14/scitech-iitbhilai
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgdsc.html
176 lines (155 loc) · 7.38 KB
/
gdsc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GDSC</title>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="Scitechlogos/favicon.ico" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.1/css/lightbox.min.css" />
<link
href="https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Oswald:wght@500&family=Poppins:wght@600&family=Raleway:wght@300&display=swap"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="clubs_styles.css" />
</head>
<body>
<!-- <div id="particles-js"></div>
<script src="particles.js"></script> -->
<script src="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.1/js/lightbox.min.js"></script>
<script src="app.js"></script>
<script src="https://code.jquery.com/jquery-3.6.1.js" integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI="
crossorigin="anonymous"></script>
<nav class="navbar navbar-expand-lg navbar-dark">
<h1 class="scitech" style="font-size: 28px;">SCI-TECH COUNCIL </h1>
<a href="https://www.iitbhilai.ac.in/">
<h1 class="scitech college">IIT BHILAI</h1>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" style="align-items: left;"></span>
</button>
<div class="collapse navbar-collapse " id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto current">
<li class="nav-item">
<a href="about.html" class="nav-link">ABOUT</a>
</li>
<li class="nav-item">
<a href="meraz.html" class="nav-link">MERAZ</a>
</li>
<a class="nav-link" href="index.html"><img class="nav-logo"
src="Scitechlogos\Sci Tech Council Logo Final - Light Mode.png" alt="" /></a>
<li class="nav-item">
<a href="gallery.html" class="nav-link">GALLERY</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link" href="">CONTACT</a>
</li>
</ul>
</div>
</nav>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel" style="margin-bottom: 15%">
<div class="carousel-inner" style="width: auto;">
<div class="carousel-item active" data-bs-interval="1000">
<img src="scitech imgs/gdsc/GDSC1.png" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item" data-bs-interval="1000">
<img src="scitech imgs/gdsc/GDSC2.png" class="d-block w-100" alt="..." />
</div>
</div>
<div class="circle">
<img class="frame" src="Scitechlogos/GDSC (2).png" />
</div>
</div>
<div class="clubname">
<h1 class="clubtitle">GOOGLE DEVELOPERS STUDENT'S CLUB</h1>
</div>
<div class="handle_name-container">
<div class="tagline">THE DEVELOPERS' CLUB</div>
<div class="contact">
<a href="mailto:[email protected]">
<img class="item" src="Scitechlogos/gmail-icon-logo.png" alt="" />
</a>
<a href="https://www.linkedin.com/in/iit-bhilai-sci-tech-council-b962a7250/">
<img class="item" src="Scitechlogos\linkedin.png" alt="" />
</a>
<a href="https://instagram.com/scitech_iitbh?igshid=YmMyMTA2M2Y=">
<img class="item" src="Scitechlogos\instagram.png" alt="" /></a>
</div>
</div>
<div class="data">
<h1 class="aboutus">ABOUT US</h1>
</div>
<div class="clubdesc">
<p class="about">
Developer Student Clubs or DSC is a University Program kickstarted by
Google Developers to train thousands of student developers globally and
work with their communities to solve real-life problems.DSC IIT Bhilai
was set-up primarily to ensure that we can bridge the divide between a
student’s eagerness to learn and the technology evolving every day. The
Developer Student Clubs (DSC) program is a grassroots channel through
which the members of the community provide development skills for
students, towards employability. In addition to workshops, DSCs also
provide an opportunity for student to apply their newly gained skills to
develop solutions for local organizations and then provide visibility
via showcases.We will be taking up projects and any individual, group or
organization with a good idea for a project and a thought to create an
impact by making lives of people better will be welcome. We welcome all
the development projects that involve the latest technologies like App
development, Machine Learning, Web Development, Cloud Development and
much more.
</p>
</div>
<hr class="hr2" />
<h1 class="ourteam">CONTACT US</h1>
<br />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
<section id="team">
<div class="container">
<div class="row">
<div class="col">
<div class="member">
<div class="member-img">
<img src="COORDINATORS_SECREATRIES/GDSC.png" class="img-fluid" alt="">
</div>
<div class="member-info">
<h4>Ananya Hooda</h4>
<span>GDSC Lead</span>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest-p"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container text-center">
<p class="text-muted mb-0 py-2 footer-text">© Copyright Sci-Tech Council, IIT Bhilai. All rights reserved.</p>
</div>
</footer>
</body>
</html>