-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog(new).html
237 lines (213 loc) · 9.25 KB
/
blog(new).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
<!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" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/x-icon"
href="https://raw.githubusercontent.com/KGEC-Robotics-Society/assets/main/icons/kgec_rs_light_hex_192px.png" />
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css" />
<link rel="stylesheet" href="./Static_Design/css/landing.css" />
<link rel="stylesheet" href="./Static_Design/css/motto.css" />
<link rel="stylesheet" href="./Static_Design/css/domains.css" />
<link rel="stylesheet" href="./Static_Design/css/projects.css" />
<link rel="stylesheet" href="./Static_Design/css/techfest.css" />
<link rel="stylesheet" href="./Static_Design/css/faculty.css" />
<link rel="stylesheet" href="./Static_Design/css/notice-contact.css" />
<link rel="stylesheet" href="./Static_Design/css/footer.css" />
<!-- Sweet alert cdn -->
<script defer src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<title>KGEC-Robotics-Society</title>
</head>
<!-- <video autoplay muted loop id="myVideo">
<source src="rain.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video> -->
<body class="light-theme" id="body">
<button class="toggle-btn" id="toggle-btn">
<i class="fas fa-moon" id="dark-light"></i>
</button>
<!-- <button class="toggle light" id="light"><i class="far fa-moon"></i></button> -->
<header class="header">
<div class="navbar container">
<div class="logo">
<!-- <span>KGEC-RS</span> -->
<img class="light-logo"
src="https://raw.githubusercontent.com/KGEC-Robotics-Society/assets/main/icons/kgec_rs_light_hex_192px.png"
alt="" />
<img class="dark-logo active"
src="https://raw.githubusercontent.com/KGEC-Robotics-Society/assets/main/icons/kgec_rs_dark_hex_192px.png"
alt="" />
</div>
<nav class="nav" id="nav">
<ul class="navbar-links" id="navbar-links">
<li><a href="index.html#home" onclick="navScroll('home')">Home</a></li>
<li><a href="#domain" onclick="navScroll('domain')">Domains</a></li>
<li><a href="#projects" onclick="navScroll('projects')">Projects</a></li>
<li><a href="#techfest" onclick="navScroll('techfest')">Techfest</a></li>
<li><a href="#member" onclick="navScroll('member')">Faculty</a></li>
<li><a href="https://kgec-robotics-society.github.io/hackathon" >Hackathon</a></li>
<li>
<a href="blog(new).html" class="highlight-btn">Blogs</a>
</li>
</ul>
</nav>
<div class="nav-toggle" id="nav-toggle">
<span class="bar first"></span>
<span class="bar second"></span>
<span class="bar third"></span>
</div>
</div>
</header>
<main>
<!-- EVERY section SHOULD HAVE A min-height of 100vh -->
<!-- /// INTRO SECTION /// -->
<section class="motto-section" id="motto">
<div class="container container-motto">
<img src="./Static_Design/assets/lines.png" class="lines" />
<div class="motto-description">
<h1 class="motto-title">WELCOME</h1>
<p class="motto-text">Discover The Amazing Blogs.</p>
</div>
<div class="about-video">
<iframe width="640" height="640" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
"
src="https://www.youtube.com/embed/_0xqFfpLjm4?rel=0?version=3&autoplay=1&controls=0&showinfo=0&loop=1&mute=1&playlist=_0xqFfpLjm4&vq=hd720"></iframe>
</div>
</div>
</section>
<!-- /// BLOGS SECTION /// -->
<h2 style="margin: auto;margin-top: 50px;margin-bottom: 20px;">Our Blogs</h2>
<!-- 1st blog? -->
<section class="techfest-section" id="techfest">
<div class="container container-techfest">
<h1 class="event-main-title">Blog Name/Title</h1>
<div class="techfest-event-details">
<div class="techtix-description">
<p class="event-title">
<span class="part-techtix">Blog Topic -</span> made by (username)
</p>
<p class="event-text">
Here the Blog-Tag/Intro will be shown.
</p>
<ul class="events-list">
<li>- Feature1</li>
<li>- Feature2</li>
<li>- Feature3</li>
</ul>
<p>Blog Description</p>
</div>
<div class="event-content-links">
<div class="event-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ESrFtRcL0KY"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="content-links">
<div class="left-side-btns">
<a href="https://kgec-robotics-society.github.io/techFest/"><button class="btn btn-rectangular">
Explore more<i class="fa-solid fa-arrow-right-long"></i></button></a>
</div>
<ul class="social-media-list">
<li class="social-links">
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
</li>
<li class="social-links">
<a href="https://www.facebook.com/kgecrs/"><i class="fa-brands fa-facebook-f"></i></a>
</li>
<li class="social-links">
<a href="https://www.linkedin.com/company/kgecroboticssociety/"><i class="fab fa-linkedin-in"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- 2nd blog -->
<section class="techfest-section" id="techfest">
<div class="container container-techfest">
<h1 class="event-main-title">Blog Name/Title</h1>
<div class="techfest-event-details">
<div class="event-content-links">
<div class="event-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ESrFtRcL0KY"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="content-links">
<ul class="social-media-list">
<li class="social-links">
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
</li>
<li class="social-links">
<a href="https://www.facebook.com/kgecrs/"><i class="fa-brands fa-facebook-f"></i></a>
</li>
<li class="social-links">
<a href="https://www.linkedin.com/company/kgecroboticssociety/"><i class="fab fa-linkedin-in"></i></a>
</li>
</ul>
<div class="left-side-btns">
<a href="https://kgec-robotics-society.github.io/techFest/"><button class="btn btn-rectangular">
Explore more<i class="fa-solid fa-arrow-right-long"></i></button></a>
</div>
</div>
</div>
<div class="techtix-description">
<p class="event-title">
<span class="part-techtix">Blog Topic -</span> made by (username)
</p>
<p class="event-text">
Here the Blog-Tag/Intro will be shown.
</p>
<ul class="events-list">
<li>- Feature1</li>
<li>- Feature2</li>
<li>- Feature3</li>
</ul>
<p>Blog Description</p>
</div>
</div>
</div>
</section>
<!-- /// FACULTY SECTION /// -->
</main>
<footer>
<div class="copyright">
<p>© Copyright 2021 - KGEC, Robotics Society</p>
</div>
</footer>
<!-- <div class="intro">
<div class="intro-text">
<h1 class="hide">
<span class="text">KGEC</span>
</h1>
<h1 class="hide">
<span class="text">ROBOTICS</span>
</h1>
<h1 class="hide">
<span class="text">SOCIETY</span>
</h1>
</div>
</div>
<div class="slider"></div> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/gsap.min.js"
integrity="sha512-UxP+UhJaGRWuMG2YC6LPWYpFQnsSgnor0VUF3BHdD83PS/pOpN+FYbZmrYN+ISX8jnvgVUciqP/fILOXDjZSwg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="./Static_Design/JS/blog.js"></script>
<script type="text/javascript" src="./Static_Design/JS/form.js"></script>
</body>
</html>