-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (183 loc) · 10.4 KB
/
index.html
File metadata and controls
200 lines (183 loc) · 10.4 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html class="text-white" style="background: #ffffff;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>GDSC RKMGEC</title>
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="shortcut icon" type="image/svg" href="/assets/img/logo.svg" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&display=swap">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@2.0.9/css/boxicons.min.css"/>
<link rel="stylesheet" href="/assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/Animated-Type-Heading.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.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">
<script defer src="/assets/js/script.js"></script>
</head>
<body class="text-white" id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="72" style="background: #ffffff;" onload="myFunc()">
<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 Navbar Start -->
<header>
<nav>
<a class="navbar_brand" href="" style="margin-top: 30px;">
<img src="/assets/img/logo.svg" alt="Logo" width="50"/>
<span style="margin-top: auto;">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="/" class="nav_link active">Home</a>
<a href="/events/" class="nav_link">Events</a>
<a href="/team.html" class="nav_link">Team</a>
<a href="/index.html#contact" class="nav_link">Contact</a>
</div>
</nav>
</header>
<!-- Header Navbar End -->
<div class="bgimg" style="padding: 4px; position: relative;">
<!-- <img src="./bg.png" alt="" style="position:absolute;width:50vw;"> -->
<h1 style="color: black; text-align: center; margin-top: 20px;font-size: 40px;margin-top: 150px;">
Welcome to
<span style="color: #34A853;">G</span><span style="color: #FBBC04;">D</span><span style="color: #EA4335;">S</span><span style="color: #4285F4;">C</span>
RKMGEC
</h1>
<div class="gdscrkm">
<img src="/assets/img/gdscRkm.png" alt="" class="gdscrkmimg">
</div>
<div id="register" class="text-center mt-4" style="background-color: rgb(255, 255, 255);"></div>
<section class="text-dark bg-white mb-0" id="about">
<div class="container">
<h2 class="text-uppercase text-center text-dark" data-aos="zoom-out" id="about">About</h2>
<hr class="star-light mb-5" style="color: rgb(0,0,0);">
<div class="row">
<div class="col-lg-4 ms-auto">
<p style="font-weight: 700; font-size: 15px;" class="lead" data-aos="fade-right">This is the official website of GDSC RKMGEC created & managed by Web Team, GDSC RKMGEC</p>
<p style="font-weight: 700; font-size: 15px;" class="lead" data-aos="fade-right">If you are a sponsor then you can contact <a href="mailto:gdsc@rkmgec.ac.in" style="color: #34A853;;">gdsc@rkmgec.ac.in</a></p>
</div>
<div class="col-lg-4 me-auto">
<p style="font-weight: 700; font-size: 15px;" class="lead" data-aos="fade-left">Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, you can join our community and make new possibilities</p>
</div>
</div>
<div class="text-center mt-4"><a href="https://gdsc.community.dev/ramkrishna-mahato-government-engineering-college-purulia/" class="btn btn-outline-light link-dark bg-info pulse animated infinite btn-xl" role="button" href="#" style="color: rgb(0,0,0);"><i class="fa fa-address-book-o me-2" style="color: rgb(0,0,0);"></i><span style="color: rgb(0,0,0);">Join GDSC</span></a></div>
</div>
</section>
<section id="contact">
<div class="container">
<h2 class="text-uppercase text-center text-secondary mb-0" data-aos="fade" data-aos-duration="100" id="contact">Contact US</h2>
<hr class="star-dark mb-5">
<div class="row" data-aos="fade-up" style="border-color: rgb(0,0,0);">
<div class="col-lg-8 mx-auto">
<form id="sheetdb-form" name="sentMessage" novalidate="novalidate" action="https://sheetdb.io/api/v1/8odsr7r0mgkhg" method="post">
<div class="control-group">
<div class="mb-0 form-floating controls pb-2"><input class="form-control" type="text" id="name" required="" placeholder="Name" name="name" style="border-width: 5px; color:#34A853"><label class="form-label">Name</label><small class="form-text text-danger help-block"></small></div>
</div>
<div class="control-group">
<div class="mb-0 form-floating controls pb-2"><input class="form-control" type="email" id="email" required="" placeholder="Email Address" name="email" style="color:#EA4335;"><label class="form-label">Email Address</label><small class="form-text text-danger help-block"></small></div>
</div>
<div class="control-group">
<div class="mb-0 form-floating controls pb-2"><input class="form-control" type="text" id="title" required="" placeholder="title" name="title" style="color:#4285F4;"><label class="form-label">Title</label><small class="form-text text-danger help-block"></small></div>
</div>
<div class="control-group">
<div class="mb-5 form-floating controls pb-2"><textarea class="form-control" id="message" required="" placeholder="Message" name="message" style="height: 150px; color:#FBBC04;"></textarea><label class="form-label">Message</label><small class="form-text text-danger help-block"></small></div>
</div>
<div id="success"></div>
<div><button class="btn btn-primary btn-xl" id="sendMessageButton" type="submit" style="background-color:#34A853;width: 100%;font-size: 15px;">Send</button></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- 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.html">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 src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="/assets/js/freelancer.js"></script>
<script src="/assets/js/Animated-Type-Heading.js"></script>
<script>
var preload=document.getElementById("preload");
function myFunc(){
preload.style.display="none";
}
</script>
<script>
var form = document.getElementById('sheetdb-form');
form.addEventListener("submit", e => {
e.preventDefault();
fetch(form.action, {
method : "POST",
body: new FormData(document.getElementById("sheetdb-form")),
}).then(
response => response.json()
).then((html) => {
// you can put any JS code here
document.getElementById("name").value="";
document.getElementById("email").value="";
document.getElementById("title").value="";
document.getElementById("message").value="";
alert("Thanks for your concern. We will get in touch with you soon.")
});
});
</script>
</body>
</html>