-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
234 lines (203 loc) · 9.47 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
<!DOCTYPE html>
<html lang="en">
<!-- changes... -->
<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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./Footer/footer.css">
<link rel="icon" href="img/cn.ico"> <!-- =====favicon===== -->
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="./navbar.css">
<title>Coding Ninjas | LPU 💻</title>
</head>
<body>
<section class="hero">
<!-- nav -->
<nav class="navbar navbar-expand-lg navbar-dark sticky-top" style="background-color: #121212;">
<div class="container-fluid">
<div class="">
<a class="navbar-brand" href="./index.html">
<img src="img/cn-lpu-logo.png"
alt="" width="180px">
</img>
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Events/index.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Team_Page/index.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./About/index.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Contact/index.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- nav -->
<div class="home">
<div class="row">
<div class="col-lg-6">
<div class="hero-text">
<h1 class="top-heading"> We are <span class="input"></span></h1>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<h3 class="intro-text">The World has Enough Coders. Be More than a Coder. Be a Coding Ninja. </h3>
<a href="#about-section" class = "arrow-link">
<div class="arrow">
<span></span>
<span></span>
<span></span>
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="hero-image">
<img class="image" src="./img/cn-home.png" alt="hero">
</div>
</div>
</div>
</div>
</section>
<div class="about-section-wrapper">
<section id="about-section" class="mx-auto text-center">
<h1 align="center" class="text-5xl">ABOUT US</h1>
<div class="about-text text-wrap">
<p class="text-2xl">
Our community is an open platform for all students to learn and grow together.
At Coding Ninjas LPU we believe in the power of knowledge to enhance humanity and
make greater impacts. For tech-enthusiast, budding entrepreneurs, designers and
curious learners, Coding Ninjas LPU is here for you. We organise peer to peer learning
sessions, engage with people and make sure you learn from the best.
</p>
<div><a href="./Contact/index.html"><button type="button" class="btn btn-outline-danger btn-lg" >Join Us</button></a></div>
</div>
</section>
</div>
</div>
<section id="contact-section">
<!-- <div class="parent-color">
<div id="nav-placeholder">
</div>
<div class="form-section">
<div class="form-box-main">
<form class="contact-form" action="" method="post" autocomplete="off" name="google-sheet">
<input class="custom-input-dark" type="email" name="Email" placeholder="Email">
<input class="custom-input-dark" type="text" name="Name" placeholder="Name">
<textarea class="custom-text-area-dark" name="Query" id="" cols="30" rows="5"
placeholder="Write your queries here"></textarea>
<button class="btn btn-block btn-danger mb-3" type="submit" name="submit">SUBMIT</button>
</form>
</div>
</div>
</div>
<div class="ninja">
</div> -->
<div class="row parent-color">
<div class="col-lg-6 align-items-center d-flex justify-content-center">
<img src="./img/ninja.png" alt="ninja" class="ninjalogo">
</div>
<div class="col-lg-6">
<div class="form-section">
<div class="form-box-main">
<form class="contact-form" action="" method="post" autocomplete="off" name="google-sheet">
<input class="custom-input-dark" type="email" name="Email" placeholder="Email">
<input class="custom-input-dark" type="text" name="Name" placeholder="Name">
<textarea class="custom-text-area-dark" name="Query" id="" cols="30" rows="5"
placeholder="Write your queries here"></textarea>
<button class="btn btn-block btn-danger mb-3" type="submit" name="submit">SUBMIT</button>
</form>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="row footer-section">
<div class="col">
<img src="./Footer/footer-logo.png" alt="CNLPU Logo" class="logo">
<p> You have visited Coding Ninjas LPU Official Website.</p>
</div>
<div class="col footer-visit">
<h3>Visit <div class="underline"><span></span></div> </h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Events/index.html">Events</a></li>
<li><a href="Team_Page/index.html">Team</a></li>
<li><a href="About/index.html">About Us</a></li>
<li><a href="Contact/index.html">Contact</a></li>
</ul>
</div>
<div class="col">
<h3>Post Us At <div class="underline"><span></span></div> </h3>
<p> Coding Ninjas LPU <br> Block-13 <br> Division of Student Welfare <br>
Lovely Professional University <br> Kapurthala, Pin 144402, Punjab</p>
</div>
<div class="col">
<h3>Reach Us At <div class="underline"><span></span></div> </h3>
<div class="email-id">
<a href="mailto:[email protected]"> [email protected] </a>
</div>
<div class="tel">
<a href="tel:0123456789"> +91-0123456789 </a>
</div>
<h3>Follow Us On <div class="underline"><span></span></div> </h3>
<div class="social-icons">
<a href="https://instagram.com/codingninjas.lpu?utm_medium=copy_link" target="_blank"> <i class="fab fa-instagram"></i> </a>
<a href="https://www.facebook.com/Coding-Ninjas-LPU-105358785328076" target="_blank"> <i class="fab fa-facebook"></i> </a>
<a href="https://www.youtube.com/channel/UCz1MlFBIZMLzddbm2h9MF9w" target="_blank"> <i class="fab fa-youtube"></i> </a>
<!-- <a href="https://www.discord.com" target="_blamk"> <i class="fab fa-discord"></i> </a> -->
<a href="https://www.linkedin.com/company/coding-ninjas-lpu" target="_blank"> <i class="fab fa-linkedin-in"></i> </a>
<a href="https://github.com/CodingNinjas-LPU" target="_blank"> <i class="fab fa-github"></i> </a>
</div>
</div>
</div>
<hr>
<div class="copyright">
<p><i class="far fa-copyright"></i> 2021 All Rights Reserved to Coding Ninjas LPU </p>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/46497096b2.js" crossorigin="anonymous"></script>
<!-- typewriter animation script -->
<script type="text/javascript">
var typed = new Typed('.input', {
strings: ["NOT Programmers", "CODING NINJAS"],
typeSpeed: 100,
backSpeed: 100,
loop: true,
});
</script>
<!-- end of typewriter animation script -->
<!-- Fetch data from site to google sheet script-->
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbztaje9lww1oYk_9OGHL9cVegJlqrvmFy1fS6oygA2j2Gk-v20yQOAWnv9w_YKMA04z/exec'
const form = document.forms['google-sheet']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => alert("Thanks for Contacting us..! We Will Contact You Soon..."))
.catch(error => console.error('Error!', error.message))
})
</script>
<!-- end of data from site to google sheet script -->
<!-- Scripts -->
</body>
</html>