-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
258 lines (230 loc) · 12.7 KB
/
index.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE HTML>
<html>
<head>
<title>Techknights RTU</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<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/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/site.webmanifest">
<link rel="stylesheet" type="text/css" href="./assets/css/achiever.css">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><img src="images/Asset 1.png" alt="logo" width="230" height="120" style="margin-top: -60px;;"></a>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi, Programmers<br />
</h1>
<p>JOIN COMMUNITY OF TECH PEOPLE</p>
</header>
<p>We are doing lots of creative things together to explore the world around us. We are trying to solve real-life problems with the help of technology. We are working day and night to develop a coding culture in our college. What are you doing? Join our community and be a part of revolution happening around.</p>
<ul class="actions">
<li><a href="about.html" class="button big">Learn More</a></li>
</ul>
</div>
<span class="image object ">
<div class="news-feed">
<div><h2 align="center" style="color: white;background-color: #09203f;">News Feed</h2></div>
<marquee direction="up" id="marquee" onmouseover="this.stop();" onmouseout="this.start();" style="height: 230px;background-image: url('./images/newsfeed-bg.jpg'); background-size: cover; font-size: 22px; padding-left: 20px; color: white; border-top: 1px solid black;">
</marquee>
</div>
</span>
</section>
<!-- Section -->
<section>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./img/banner[314].png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/IMG_20190804_182530.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/IMG_1132.JPG" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/20190805144513_IMG_8577.JPG" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/IMG_20190714_140021.jpg" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/20190805145504_IMG_8588.JPG" alt="Sixth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Section -->
<section style="margin: auto; max-width: 1200px;">
<div class="row text-justify ">
<div class="col-md-7">
<header class="major">
<h2>High-Fliers of the Month</h2>
</header>
<article>
<h3>June, 2020</h3>
We observe the achievements and progress of the students in each section of the club. To boost the morale of the students we appreciate them on our media handle.
</article>
<div class="row row-cols-1 row-cols-md-2 mt-5">
<div class="col mb-4">
<div class="card h-100">
<img src="./images/shubham.jpg" class="card-img-top p-2 rounded" alt="..." height="300" style="object-fit: cover">
<div class="card-body">
<h3 class="card-title">Software Development</h3>
<p>Shubham Gautam (1 Year)</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card h-100">
<img src="./images/atish.jpg" class="card-img-top p-2 rounded" alt="...">
<div class="card-body">
<h3 class="card-title">Competitive Programming</h3>
<p>Atish Salgotra (1 Year)</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 ml-5 ">
<header class="major">
<h2>Blogs</h2>
</header>
<div class="list-group mt-n1">
<div class="list-group-item list-group-item-action bg-danger text-light">
Popular Blogs <img src="images/blog.png" class="float-right">
</div>
<div class="list-group-item list-group-item-action">1. Turning the Floor of Learning</div>
<div class="list-group-item list-group-item-action">2. Ethereum and Blockchain</div>
<div class="list-group-item list-group-item-action">3. Know your knack for programming</div>
<button class="mt-5" onclick="location.href='blogs.html'">View All <i class="fas fa-angle-double-right"></i></button>
</div>
</div>
</div>
</section>
<section style="margin: auto; max-width: 1200px; border-bottom: solid 2px rgba(210, 215, 217, 0.75);" >
<header class="major">
<h2>SUBSCRIBE TO OUR NEWSLETTER</h2>
</header>
<div class="posts">
<article>
Subscribe to our Newsletter and we promise you to send every single update regarding our club activities directly into your inbox
</article>
<article>
<input type="email" name="email" id="email" placeholder="Email Address">
<ul class="actions">
<li>
</br>
<!-- Button trigger modal -->
<button type="button" class="btn " id="button" data-toggle="modal" data-target="#staticBackdrop">
Subscribe
</button>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1" role="dialog" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">Techknights RTU</h5>
<span aria-hidden="true" class="close" data-dismiss="modal" aria-label="Close">×</span>
</div>
<div class="modal-body">
Thankyou!
</div>
<div class="modal-footer">
<button type="button" class="btn" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
</ul>
</article>
</div>
</section>
<div style="margin-top: 20px; font-size: 22px;">
<p align="center">
<a style="margin-right: 30px;" href="https://twitter.com/techknightsrtu" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a><a style="margin-right: 30px;" href="https://www.facebook.com/techknightsrtu/" target="_blank" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a><a style="margin-right: 30px;" href="https://instagram.com/techknightsrtu?igshid=oi04p8wh9io1" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a><a style="margin-right: 30px;" href="https://github.com/techknightsrtu" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a><a style="margin-right: 30px;" href="https://linkedin.com/company/techknightsrtu" target="_blank" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a><a href="https://youtube.com/techknightsprogrammingclubrtu" target="_blank" class="icon brands fa-youtube"><span class="label">Youtube</span></a>
</p>
</div>
<footer id="footer">
<p class="text-center">© Made with <span style="color: firebrick;"></span>❤️</span> Techknights | Powered by Techknights</p>
</footer>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="about.html" >About Us</a></li>
<li><a href="events.html" >Events</a></li>
<li><a href="learning.html" >Tech-Library</a></li>
<li><a href="blogs.html" >Blogs</a></li>
<li><a href="community.html" >Community</a></li>
<li><a href="register.html" >Register to the community</a></li>
<li><a href="talk.html" > Talk-To-Saksham</a></li>
<li><a href="podcast.html" > Student Podcast</a></li>
<li><a href="contact.html" >Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Scripts -->
<script src="https://www.gstatic.com/firebasejs/7.15.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.0/firebase-database.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.0/firebase-analytics.js"></script>
<script src="./js/newsletter-firebase-config.js"></script>
<script src="./js/newsFeed.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--popup-->
</body>
</html>