-
Notifications
You must be signed in to change notification settings - Fork 0
/
engineering.html
235 lines (193 loc) · 6.63 KB
/
engineering.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Academic Calendar</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0, maximum-scale=1.0"
/>
<!-- Add the evo-calendar.css for styling -->
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/[email protected]/evo-calendar/css/evo-calendar.min.css"
/>
<link rel="stylesheet" type="text/css" href="css/evo-calendar.midnight-blue.css" />
<link rel="stylesheet" href="styleHeader.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="styleFooter.css">
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap"
rel="stylesheet"
/>
</head>
<body >
<header>
<nav>
<label class="logo">TechCoders</label>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a class="active" href="index1.html">Calendar</a></li>
<li>
<a href="#">Stream
<i class="fas fa-caret-down"></i>
</a>
<ul>
<li><a href="engineering.html">Engineering</a></li>
<li><a href="medical.html">Medical</a></li>
</ul>
</li>
<li><a href="exam.html">Exam links</a></li>
</ul>
</nav>
<div class="break"></div>
</header>
<div id="calendar"></div>
<br>
<table width="100%" style="color: aliceblue;" >
<tr>
<td > <img src="images/yellow_circle-modified.png" alt="color" width="15px" > </td>
<td >National Holiday</td>
<td><img src="images/green_circle-modified.png" alt="color" width="15px"></td>
<td>Vacation Leave</td>
<td><img src="images/red_circle-modified.png" alt="color" width="15px"></td>
<td>Exam</td>
</tr>
</table>
<br>
<!-- TABLE -->
<link rel="stylesheet" href="table.css">
<!-- <h1 style="color: rgb(0, 26, 128);",>Engineering Schedule</h1> -->
<div class="t1">
<table >
<tr id="header">
<th style="height: 100px;" colspan="4" ><h1>Schedule For Engineering </h1></th>
</tr>
<tr id="header">
<th></th>
<th>Undergraduate</th>
<th>Postgraduate</th>
</tr>
<tr>
<th>Odd Sem</th>
<th>2nd week of July – 1st week of December</th>
<th>2nd week of July – End of November</th>
</tr>
<tr>
<th>Even Sem</th>
<th>3rd week of December – 1st week of May</th>
<th>2nd week of December – 1st week of May</th>
</tr>
<tr>
<th>Semester Break</th>
<th>2nd week of December</th>
<th>1st week of December</th>
</tr>
<tr>
<th>Year Break-Vacations</th>
<th>2nd week of May – 1st week of July</th>
<th>2nd week of May – 1st week of July</th>
</tr>
<tr>
<th>Results</th>
<th>4th week of May</th>
<th>4th week of May</th>
</tr>
<tr>
<td></td>
<td style="text-align="center""> For more information click here: <button onclick="location.href='PDF/Engineering.pdf';"> Open PDF</button></td>
<td></td>
</tr>
</table>
<br>
<br>
</div>
<div class="t1">
<table>
<tr id="header">
<th style="height: 100px;" colspan="4" ><h1>National Holidays</h1></th>
</tr>
<tr id="header">
<th>Holiday</th>
<th>Date</th>
<th>Day</th>
</tr>
<tr>
<th>New Year</th>
<th>1st January</th>
<th>Saturday</th>
</tr>
<tr>
<th>Republic Day</th>
<th>26th January</th>
<th>Wednesday</th>
</tr>
<tr>
<th>Eid-al-fitre</th>
<th>21st April</th>
<th>Thursday</th>
</tr>
<tr>
<th>Labour's Day</th>
<th>1st May</th>
<th>Sunday</th>
</tr>
<tr>
<th>Independence Day</th>
<th>15th August</th>
<th>Monday</th>
</tr>
<tr>
<th>Gandhi Jayanti</th>
<th>2nd October</th>
<th>Sunday</th>
</tr>
<tr>
<th>Christmas Day</th>
<th>25th December</th>
<th>Sunday</th>
</tr>
</table>
</div>
<br>
<br>
<footer class="footer-distributed">
<h1 style="color: white;" >Academic<span>Calendar</span></h1>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span><br>
<h5>We, the techcoders, are first year students, who are aiming to build an integrated annual academic calendar website for the ease of students and all the Indian Universities.</h5><br>
</p>
<a href="https://www.facebook.com" target="_blank"><img src="Logos/fb.png" width="40px" alt=""></a>
<a href="https://twitter.com/" target="_blank"><img src="Logos/twitter.png" width="40px" alt=""></a>
<a href="https://www.linkedin.com/" target="_blank"><img src="Logos/Linkedin-logo-on-transparent--background-PNG.png" width="40px" alt=""></a>
<a href="https://github.com/" target="_blank"><img src="Logos/github.png" width="40px" alt=""></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a class="link-1" href="index.html">Home</a>
<a href="#">Blog</a>
<a href="feedback.html">Feedback</a>
<a href="aboutus.html">About Us</a>
<a href="contactUs.html">Contact</a>
</p>
<p>TechCoders © 2021</p>
</div>
</footer>
<!-- jQuery -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<!-- Add the evo-calendar.js for the calendar -->
<script src="js/evo-calendar.min.js"></script>
<script src="event.eng.js"></script>
</body>
</html>