-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
353 lines (273 loc) · 14 KB
/
home.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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>KIT NCDRC - Home</title>
<meta content="NATIONAL CYBER DEFENCE RESEARCH CENTRE (NCDRC) - KITCBE" name="description">
<meta content="" name="keywords">
<link rel="stylesheet" href="./dist/particle.css">
<!-- Favicons -->
<link href="assets/img/ncdrc-logo.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-storage.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-analytics.js"></script>
<!-- =======================================================
*
*
* Author: sijin and Neelakandan
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<h1 class="text-light"><img src="assets/img/ncdrc-logo.png" alt="logo" ><a href="index.html"> KIT NCDRC<span></span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li class="active"><a href="ftpserver.html">FTP Server</a></li>
<li><a href="#team"></a></li>
<li class="get-started"id="btn-logout" aria-labelledby="option-id"><a href="#"> Logout</a> </li>
</div>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- partial:index.partial.html -->
<div id="particles-js"></div>
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="container">
<div class="row d-flex align-items-center">
<div class=" col-lg-6 py-5 py-lg-0 order-2 order-lg-1" data-aos="fade-right">
<h1>WELCOME TO NCDRC</h1>
<h2>“All our dreams can come true, if we have the courage to pursue them.”</h2>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left">
<img src="assets/img/system-using.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- partial -->
<script src='https://cldup.com/S6Ptkwu_qA.js'></script><script src="./dist/particle.js"></script>
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container">
<div class="row">
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center justify-content-lg-start"></div>
<div class="col-xl-7 pl-0 pl-lg-5 pr-lg-1 d-flex align-items-stretch">
<div class="content d-flex flex-column justify-content-center">
<h3 data-aos="fade-in" data-aos-delay="100">Cyber security</h3>
<p data-aos="fade-in">
Cyber security is the practice of defending computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks. It's also known as information technology security or electronic information security.
</p>
<div class="row">
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<i class='bx bxl-internet-explorer'></i>
<h4><a href="#">Network security</a></h4>
<p>Network security is a broad term that covers a multitude of technologies, devices and processes. In its simplest term, it is a set of rules and configurations designed to protect the integrity, confidentiality and accessibility of computer networks and data using both software and hardware technologies.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<i class='bx bx-cloud'></i>
<h4><a href="#">Cloud computing security</a></h4>
<p>Cloud computing security or, more simply, cloud security refers to a broad set of policies, technologies, applications, and controls utilized to protect virtualized IP, data, applications, services, and the associated infrastructure of cloud computing.</p>
</div>
</div>
</div><!-- End .content-->
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features section-bg">
<div class="container">
<div class="section-title">
<h2 data-aos="fade-in">Guidance</h2>
<p data-aos="fade-in"> Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven't found it yet, keep looking. Don't settle</p>
</div>
<div class="row content">
<div class="col-md-5" data-aos="fade-right">
<img src="assets/img/features-1.svg" class="img-fluid" alt="">
</div>
<div class="col-md-7 pt-4" data-aos="fade-left">
<h3>How to Start a New Career ?</h3>
<p class="font-italic">
</p>
<ul>
<li><i class="icofont-check"></i> Know what you do best. Make a list of what you enjoy doing and what you do best. They are usually the same things. Don’t think about jobs yet, think about your talents and interests.</li>
<li><i class="icofont-check"></i>List your training and experience. Volunteering counts. Unusual classes count. If you know a little bit about a lot of things, list them all. </li>
<li><i class="icofont-check"></i> Learn all you can about your chosen new career.</li>
<li><i class="icofont-check"></i> When you have the skills and training you need, polish your resume and start your job search.
</li>
</ul>
</div>
</div>
<div class="row content">
<div class="col-md-5 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/features-2.svg" class="img-fluid" alt="">
</div>
<div class="col-md-7 pt-5 order-2 order-md-1" data-aos="fade-right">
<h3>Steps to Becoming a Graphic Designer</h3>
<p class="font-italic">
</p>
<ul>
<li><i class="icofont-check"></i>Start Building Your Skills in High School. It never hurts to start early in any field, but it is particularly important when it comes to graphic design </li>
<li><i class="icofont-check"></i>Complete Internships </li>
<li><i class="icofont-check"></i>Create a Compelling Portfolio </li>
</ul>
</div>
</div>
<div class="row content">
<div class="col-md-5" data-aos="fade-right">
<img src="assets/img/features-3.svg" class="img-fluid" alt="">
</div>
<div class="col-md-7 pt-5" data-aos="fade-left">
<h3>Steps to Becoming a Web Developer</h3>
<p></p>
<ul>
<li><i class="icofont-check"></i> Choose a Development Specialization. Each element of a website is linked to something else, and it's a complex job to build a website successfully.</li>
<li><i class="icofont-check"></i> Get an Education.</li>
<li><i class="icofont-check"></i>Develop Technical Skills. </li>
<li><i class="icofont-check"></i>Practice Your Coding Skills. </li>
<li><i class="icofont-check"></i>Launch an Online Portfolio. </li>
</ul>
</div>
</div>
<div class="row content">
<div class="col-md-5 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/features-4.svg" class="img-fluid" alt="">
</div>
<div class="col-md-7 pt-5 order-2 order-md-1" data-aos="fade-right">
<h3> How to get an awesome internship.</h3>
<p class="font-italic">
</p>
<ul>
<li><i class="icofont-check"></i>TALK TO SOMEONE IN THE FIELD. </li>
<li><i class="icofont-check"></i>ATTEND A JOB FAIR. </li>
<li><i class="icofont-check"></i>TAKE ADVANTAGE OF ON-CAMPUS RESUME HELP</li>
<li><i class="icofont-check"></i>KNOW THE COMPANY</li>
<li><i class="icofont-check"></i>ASK QUESTIONS AT THE INTERVIEW</li>
</ul>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Portfolio Section ======= -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container">
<div class="section-title">
<h2 data-aos="fade-in">Platforms We Use</h2>
<p data-aos="fade-in">Some of the modern technologies used to develop your project with amazing outcomes.</p>
</div>
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="member" data-aos="fade-up">
<div class="pic"><img src="assets/img/team/kali_linux.jpg" alt=""></div>
<h4>Kali Linux</h4>
<span></span>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="pic"><img src="assets/img/team//Adobe.png" alt=""></div>
<h4>Adobe</h4>
<span></span>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="pic"><img src="assets/img/team/android_studio.png" alt=""></div>
<h4>Android Studio</h4>
<span></span>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="pic"><img src="assets/img/team/Ubuntu_log.jpg" alt=""></div>
<h4>Ubuntu</h4>
<span></span>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-lg-6">
<h3></h3>
<p>"Don't limit yourself"</p>
</div>
</div>
<div class="row footer-newsletter justify-content-center">
<div class="col-lg-6">
<form action="" method="post">
<input type="email" name="email" placeholder="192.168.42:8080">
</form>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright 2020 <strong><span>@KITNCDRC</span></strong> All Rights Reserved.
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/ -->
Designed by <a href="https://sijinraj.000webhostapp.com/">Sijin</a> and <a href="https://neelakandan.cf/">Neelakandan</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="js/index.js"></script>
<script>
firebase.auth().onAuthStateChanged(function(user)
{
if(!user)
{
window.location.href = "signin.html";
}
});
</script>
</body>
</html>