-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtimeline.html
252 lines (214 loc) · 10.5 KB
/
timeline.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178760666-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-178760666-1');
</script>
<title>10 Days of Code</title>
<link rel="stylesheet" type="text/css" href="assets/css/timeline.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.4/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollReveal.js/4.0.7/scrollreveal.min.js"></script>
<script src="assets/js/main.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css">
</head>
<body>
<div id="preloader">
<div id="status">
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="logo">
<img src="images/logo.png" alt="" width="50">
</div>
<a class="navbar-brand" id="texty" href="index.html"><strong>#10DaysOfCode</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto d-flex justify-content-between m-0 p-0 w-50 mr-5 pl-md-5">
<li class="nav-item mt-2 mt-md-0">
<a href="index.html">Home</a>
</li>
<li class="nav-item mt-2 mt-md-0">
<a href="timeline.html">Timeline</a>
</li>
<li class="nav-item mt-2 mt-md-0">
<a href="projects.html">Projects</a>
</li>
<!-- <li class="nav-item mt-2 mt-md-0">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdi8hl3biNPzca7hAUifYdsusA17IC0rdDh055OKSxh5-hP3A/viewform">Register</a>
</li> -->
<li class="nav-item mt-2 mt-md-0">
<a href="trending.html">Trending</a>
</li>
<li class="nav-item mt-2 mt-md-0">
<a href="faq.html">FAQs</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<br>
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline">
<img src="images/rocket2.png" alt="" width="50" class="logo1">
<span class="timeline-icon"></span>
<span class="year">2nd October, 2020</span>
<div class="timeline-content js--fadeInLeft">
<h3 class="title">Day 1</h3>
<p class="description">
<ul>
<li>Welcome and Onboarding</li>
<li>What is the event about</li>
<li>What do we gain at the end (Incl HacktoberFest)</li>
<li>How do we cover various aspects (Importance of projects)</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">3rd October, 2020</span>
<div class="timeline-content js--fadeInLeft">
<h3 class="title">Day 2</h3>
<p class="description">
<ul>
<li>Combined VC on Discord where we introduce the individual mentors/team channels</li>
<li>Participants split into groups</li>
<li>Git/GitHub Basics</li>
<li>Individual orientation and Projects begin</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">4th October, 2020</span>
<div class="timeline-content js--fadeInLeft">
<h3 class="title">Day 3</h3>
<p class="description">
<ul>
<li>Agenda for the day</li>
<li>Students code individually</li>
<li>Mentoring as required</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">5th October, 2020</span>
<div class="timeline-content js--fadeInLeft">
<h3 class="title">Day 4</h3>
<p class="description">
<ul>
<li>DevTalk by Mr. Igor Podkhodov</li>
<li>Coding Continues</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">6th October, 2020</span>
<div class="timeline-content">
<h3 class="title">Day 5</h3>
<p class="description">
<ul>
<li>Agenda for the day</li>
<li>Students code individually</li>
<li>Mentoring as per requirement</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">7th October, 2020</span>
<div class="timeline-content">
<h3 class="title">Day 6</h3>
<p class="description">
<ul>
<li>Coding Continues</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">8th October, 2020</span>
<div class="timeline-content">
<h3 class="title">Day 7</h3>
<p class="description">
<ul>
<li>End the Main Task</li>
<li>The submission deadline for the main task</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">9th October, 2020</span>
<div class="timeline-content">
<h3 class="title">Day 8</h3>
<p class="description">
<ul>
<li>Introduction about Open innovation</li>
<li>Open Innovation starts</li>
<li>Individual mentoring if required</li>
<ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">10th October, 2020</span>
<div class="timeline-content">
<h3 class="title">Day 9</h3>
<p class="description">
<ul>
<li>Open Innovation continues</li>
<li>Talks with Alumni</li>
<li>Individual mentoring If Required</li>
<li>Open Innovation closes, Submission deadline</li>
</ul>
</p>
</div>
</div>
<div class="timeline">
<span class="timeline-icon"></span>
<span class="year">11th October, 2020</span>
<div class="timeline-content">
<h3 class="title">Day 10</h3>
<p class="description">
<ul>
<li>Closing ceremony (Vote of Thanks)</li>
<li>Winner(s) announcement</li>
</ul>
</p>
</div>
</div>
<br><br>
</div>
</div>
</div>
</div>
<br><br>
<script src="assets/js/main.js"></script>
<script src="assets/js/preloader.js"></script>
</body>
</html>