forked from lugnitdgp/10-days-of-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (94 loc) · 5.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Landing Page</title>
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="container-fluid">
<div class="row home">
<div id="preloader">
<div id="status">
</div>
</div>
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#"><img src="images/logo.png" class="logo" width="70"></a>
<button class="navbar-toggler nav-button" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item mt-2 mt-md-0 text-center">
<a href="index.html" style="color:white;font-size:1.3em;text-decoration:underline">Home</a>
</li>
<li class="nav-item mt-2 mt-md-0 text-center">
<a href="timeline.html" style="color:white;font-size:1.3em;text-decoration:underline">Timeline</a>
</li>
<li class="nav-item mt-2 mt-md-0 text-center">
<a href="projects.html" style="color:white;font-size:1.3em;text-decoration:underline">Projects</a>
</li>
<li class="nav-item mt-2 mt-md-0 text-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdi8hl3biNPzca7hAUifYdsusA17IC0rdDh055OKSxh5-hP3A/viewform" style="color:white;font-size:1.3em;text-decoration:underline">Register</a>
</li>
</ul>
</div>
</nav>
<div class='split-pane1 col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 d-flex flex-column align-items-center'>
<img src="images/logo.png" class="glug_logo">
<div class="d-block" style="margin-top:auto;margin-bottom:auto">
<div class="d-flex justify-content-center" id="main-image">
</div>
<div id="time d-flex justify-content-center">
<div class="clock"><div id="demo"></div></div>
</div>
</div>
<a href="a" class="scroll-down" address="true"></a>
</div>
<div class='split-pane col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 frontend-side'>
<div class="links row">
<a href="index.html"><strong>Home</strong></a>
<a href="timeline.html"><strong>Timeline</strong></a>
<a href="projects.html"><strong>Projects</strong></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdi8hl3biNPzca7hAUifYdsusA17IC0rdDh055OKSxh5-hP3A/viewform"><strong>Register</strong></a>
</div>
<div>
<h1 class="big">
Welcome
</h1>
<p class="description">
10 days of code is an initiative to encourage young minds to take up coding and take them through a comprehensive process of building a project from scratch.
<p class="description">⭐ Project development based learning.</p>
<p class="description">⭐ All difficulty levels covered.</p>
<p class="description">⭐ Open Source Quizzes!</p>
<p class="description">⭐ Dev Talks With Internationally renowned software professionals!</p>
<p class="description">⭐ Live Coding sessions and personalised mentorship.</p>
<p class="description">⭐ Certificates of Completion and Merit to be awarded.</p>
<br><br>
<div class="register">
<button class="btn-lg reg-btn"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdi8hl3biNPzca7hAUifYdsusA17IC0rdDh055OKSxh5-hP3A/viewform">Register</a></button>
</div>
<div class="description1" style="margin-top:5%">
+91-8100416433<br>
</div>
</p>
<div class="footer contacts">
<a href="https://www.facebook.com/nitdgplug" class="fa fa-facebook fa-xs"></a>
<a href="https://github.com/lugnitdgp" class="fa fa-github fa-xs"></a>
<a href="https://in.linkedin.com/company/lugnitdgp" class="fa fa-linkedin fa-xs"></a>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fas fa-arrow-up"></i></button>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> -->
<script src="assets/js/main.js"></script>
<script src="assets/js/preloader.js"></script>
</body>
</html>