-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (173 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Events of Technocrat Coders - A coding society of East Champaran</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!--Favicon-->
<link rel="shortcut icon" href="./assets/img/favicon.png" type="image/x-icon">
<!--CSS CDNs-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<!--Local CSS Files-->
<link rel="stylesheet" href="./assets/css/style.css">
<!-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
* Template Name: Technocrat Coders
* Template URL: https://technocratcoders.github.io/
* Author: Geekblower
* Portfolio: https://geekblower.github.io/
-------------------------------------------------------------------------------------
------------------------------------------------------------------------------------->
</head>
<body>
<!-- ======= pages-top Section ======= -->
<section id="pages-top">
<div class="pages-top-container" style="display: flex; flex-direction: column;">
<img src="./assets/img/hero-logo.png" alt="" style="height: 45%; margin-bottom: 10px;">
<h1>Technocrat Coders</h1>
<h2>Events Section</h2>
</div>
</section><!-- End pages-top -->
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center fixed-top">
<div class="container-fluid d-flex align-items-center justify-content-lg-between">
<a href="https://technocratcoders.github.io" class="logo me-auto me-lg-0"><img src="./assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="https://technocratcoders.github.io/#hero">Home</a>
</li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io/#about">About</a></li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io/event.html">Events</a>
</li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io/project.html">Projects</a></li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io/team.html">Team</a>
</li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io/blog.html">Blogs</a>
</li>
<li><a class="nav-link scrollto" href="#contact-us">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="header-social-links d-flex align-items-center">
<a href="https://instagram.com/technocratcoders" class="instagram" title="Instagram" target="_blank"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/groups/14014368/" class="linkedin" title="Linkedin" target="_blank"><i
class="bi bi-linkedin"></i></i></a>
<a href="https://github.com/technocratcoders/" class="github" title="Github" target="_blank"><i
class="bi bi-github"></i></i></a>
<a href="https://twitter.com/technocratcoders" class="twitter" title="Twitter" target="_blank"><i
class="bi bi-twitter"></i></a>
<a href="https://facebook.com/technocratcoders" class="facebook" title="Facebook" target="_blank"><i
class="bi bi-facebook"></i></a>
</div>
</div>
</header><!-- End Header -->
<div class="card" style="text-align: center; margin-top: 160px; border: none;">
<h1 style="font-size: 250px; margin-bottom: 0%; opacity: 0.9;">404</h1>
<h4 style="font-size: 25px; margin-top: -50px; opacity: 0.8;">Site Under Construction</h4>
</div>
<div style="height: 120px;"></div>
<!-- ======= Contact Us Section ======= -->
<section id="contact-us" class="contact-us">
<div class="container" data-aos="zoom-out">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Contact Us</h3>
<p class="cta-text">If you want to give any feedback, or register a complain or
to contact us, then send your
message by filling out this form. Your every single effort is
appreciated.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn my-btn align-middle"
href="https://docs.google.com/forms/d/e/1FAIpQLSeJCp0DajZW8bNE4Q80oCnDcd47pKPGffQ4v4MiK-LwFCHoMw/viewform?usp=sf_link"
target="_blank">Send Message</a>
</div>
</div>
</div>
</section><!-- End Contact Us Section-->
<!-- ======= Footer Section ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Technocrat coders</h3>
<p>
LND College, Motihari<br>
East Champaran, Bihar <br>
India - 845401<br><br>
<strong>Phone:</strong> +91 77399 36615<br>
<strong>Email:</strong> technocratcoders@gmail.com<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Some Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/#team">Our Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/#join-us">Join Us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#contact-us">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links" id="list-2">
<h4 style="visibility: hidden;">Some More Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/#event">Our Events</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/project.html">Our Projects</a>
</li>
<li><i class="bx bx-chevron-right"></i> <a href="https://technocratcoders.github.io/blog.html">Our Blogs</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://geekblower.github.io/"
target="_blank">Geekblower</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://khwabfoundation.org/"
target="_blank">Khwab
Foundation</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Connect us and join our community on different social platforms</p>
<div class="social-links mt-3">
<a href="https://github.com/technocratcoders" class="github" title="Github"
target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/groups/14014368/" class="linkedin" title="Linkedin"
target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://instagram.com/technocratcoders" class="instagram" title="Instagram" target="_blank"><i
class="bx bxl-instagram"></i></a>
<a href="https://twitter.com/technocratcoders" class="twitter" title="Twitter" target="_blank"><i
class="bx bxl-twitter"></i></a>
<a href="https://facebook.com/technocratcoders" class="facebook" title="Facebook" target="_blank"><i
class="bx bxl-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Technocrat Coders</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed and Developed by <a href="https://instagram.com/geekblower">Geekblower</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!--Local JS Files-->
<script src="./assets/js/script.js"></script>
<!--JS CDNs-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@srexi/purecounterjs/dist/purecounter_vanilla.js"></script>
</body>
</html>