-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
181 lines (154 loc) · 6 KB
/
team.html
File metadata and controls
181 lines (154 loc) · 6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Site Title -->
<title>Team | GDSC RKMGEC</title>
<!-- Favicon-->
<link rel="shortcut icon" type="image/svg" href="assets/img/logo.svg" />
<!-- Meta Character & Device Dimension -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- Meta Author, Description, Keywords -->
<meta name="author" content="GDSC RKMGEC" />
<meta name="description" content="Welcome to Official Website of GDSC RKMGEC" />
<meta name="keywords" content="gdsc, RKMGEC, google, developer, club" />
<!-- Meta OG: Site, Title, Description, Image, Link Displayed -->
<meta property="og:site_name" content="GDSCRKMGEC" />
<meta property="og:title" content="GDSC RKMGEC" />
<meta property="og:description" content="Welcome to GDSC RKMGEC" />
<!-- <meta property="og:image" content="https://gdscjgec.github.io/assets/opengraph.png" /> -->
<!-- Icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.9/css/boxicons.min.css"
/>
<!-- Address Bar/Tab Color -->
<!-- Mobile -->
<meta name="theme-color" content="#FFFFFF" />
<!-- Windows -->
<meta name="msapplication-navbutton-color" content="#FFFFFF" />
<!-- External CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css"
/>
<!-- Main CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/header.css">
<link rel="stylesheet" href="assets/bootstrap/css/footer.css">
<link rel="stylesheet" href="assets/bootstrap/css/settings.css">
<link rel="stylesheet" href="assets/bootstrap/css/team.css">
<!-- Main JS -->
<script defer src="assets/js/script.js"></script>
<script defer src="assets/js/team.data.js"></script>
</head>
<body onload="myFunc()">
<!-- Header Navbar Start -->
<div class="preloader" id="preload" >
<div>
<img src="assets/img/preloader/logo.svg" alt="" id="preload1">
<img src="assets/img/preloader/dots.gif" alt="" id="preload2">
</div>
</div>
<header>
<nav>
<a class="navbar_brand" href="" style="margin-top: 30px;">
<img src="assets/img/logo.svg" alt="Logo" />
<span>GDSC RKMGEC</span>
</a>
<button class="menu_toggle">
<span class="menu_toggle_icon"></span>
</button>
<div class="navbar_menus" style="margin-top: 30px;">
<a href="/index.html" class="nav_link">Home</a>
<a href="/events/" class="nav_link">Events</a>
<!-- <a href="./index.html" class="nav_link">Projects</a> -->
<!-- <a href="/index.html" class="nav_link">Blogs</a> -->
<a href="/team.html" class="nav_link active">Team</a>
<a href="/index.html#contact" class="nav_link">Contact</a>
</div>
</nav>
</header>
<!-- Header Navbar End -->
<!-- Team Section Start -->
<section id="team" class="bgimg">
<div class="container-fluid team">
<h1>Meet Our Team</h1>
<!-- Team Lead Start -->
<div id="lead" class="member">
</div>
<!-- Team Lead End -->
<h2>Core Team Members</h2>
<!-- Team Core Start -->
<div id="core" class="member">
</div>
<!-- Team Core End -->
<h3>Extended Core Team Members</h3>
<!-- Team Extended Core Start -->
<div id="exCore" class="member">
<!-- Team Extended Core End -->
</div>
</section>
<!-- Team Section End -->
<!-- Footer Start -->
<footer>
<!-- Footer Desc -->
<div class="footer_desc">
<h2>Join Our Community</h2>
<p>
Helping students to bridge the gap between theory and practice. By joining a GDSC,
students grow their knowledge in a peer-to-peer learning environment and build solutions
for local businesses and their community.
</p>
<a href="https://discord.gg/v2YcDhnB" class="join_btn">
<i class="bx bxl-discord-alt"></i>
<span>Join Us</span>
</a>
<div class="logo_tag">
<img src="assets/img/logo.svg" alt="GDSC Logo" />
<p>Google Developer Student Clubs</p>
<span>2022</span>
</div>
</div>
<!-- Footer Links -->
<div class="footer_links">
<h2>Quick Links</h2>
<span>
<a href="/index.html#about">About</a>
<a href="">Team</a>
<a href="/index.html#contact">Contact</a>
</span>
</div>
<!-- Footer Contact -->
<div class="footer_contact">
<h2>Contact Us</h2>
<a href="mailto:gdsc@rkmgec.ac.in" class="follow">
<i class="bx bxs-envelope"></i>
<span>gdsc@rkmgec.ac.in</span>
</a>
<div class="follow">
<i class="bx bxs-map"></i>
<span>RKMGEC, Vill: Agharpur, P.O.- Ramamoti, P.S.- Joypur, Dist.- Purulia 723103</span>
</div>
<div class="social_links">
<a href="https://github.com/GDSC-RKMGEC" target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.youtube.com/channel/UCbXndkgknnavoY_r0Whi6SQ" target="_blank"><i class="bx bxl-youtube"></i></a>
<a href="https://www.linkedin.com/company/gdsc-rkmgec" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.facebook.com/GDSC-Rkmgec-100241672785571" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="https://twitter.com/gdsc_rkmgec" target="_blank"><i class="bx bxl-twitter"></i></a>
</div>
</div>
</footer>
<!-- Footer End -->
<script>
var preload=document.getElementById("preload");
function myFunc(){
preload.style.display="none";
}
</script>
</body>
</html>