-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage3.html
115 lines (115 loc) · 5.61 KB
/
page3.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
<!DOCTYPE html>
<html>
<head>
<title>student blog</title>
<link href="./style.css" rel="stylesheet">
</head>
<body>
<div class='headder'>
<span id="heading">
<bold>Catchy Education Blog</bold>
</span>
<span class="buttons" style="margin-left: 200px;">
<a href="./home.html">HOME</a>
</span>
<span class='buttons'>
<a href="./post-photo.html">postphoto</a>
</span>
<span class="buttons">
<a href="./contact.html">contact</a>
</span>
<span class="buttons">
<a href="./login.html">LOGIN</a>
</span>
</div>
<br><br><br>
<div class="content">
<div class="articles">
<span>
<h1 style="text-align: left;background-color:aquamarine;font-size: larger;">IIT Delhi Plans to fully start physical classes from January 2022: Director V Ramgopal Rao
<br> <span style="font-size: 20px;">By digitalLEARNING Network<br>
Print edition : November 13, 2021</span></h1>
<span>
Indian Institute of Technology (IIT) Delhi to fully start physical classes from January onwards. The institution will follow all COVID-19-realted precautions.
“By November, we will have the first-year students attending in-person classes, and by January 2022, we are expecting to go back to the normal mode of teaching, of course following all the precautions,” IIT Delhi Director V Rampgopal Rao said at a press conference recently.
Speaking in this context, Shantanu Roy, Dean Academics, IIT Delhi, said “Over a period of time, if things remain well, we expect the DDMA (Delhi Disaster Management Authority) order to offer further relaxations.”
“We will then start moving to actual classrooms. Not all courses will go offline immediately. Core courses in different disciplines will go offline first and the elective courses will be continued online,” he said.
<br>
<a href="#articles">read more</a>
</span>
</span>
</div>
<div class="side-top">
<span style="padding-top: 0px;">
<h1 style="background-color:aquamarine"><bold>Trending</bold></h1>
<span>
<ol>
<li><a href="./main.html">The IIT Story</a> </li>
<li><a href="./page2.html">Why Should You Join LPU</a></li>
<li><a href="./main.html">Why LPU is regarded Top university</a></li>
<li><a href="./page2.html">IIT IIM Shaadi</a></li>
<li><a href="./page3.html">IIT Delhi Plans classes</a></li>
</ol>
</span>
</span>
</div>
<br>
<div class="articles">
<span>
<h1 style="text-align: left;background-color:aquamarine;font-size: larger;">The IIT Story: Issues and Concerns
<br> <span style="font-size: 20px;">KANTA MURALI<br>
Print edition : February 14, 2003</span></h1>
<span>The Indian Institute of Technology, Guwahati has partnered
with NTPC to design and develop a highly energy-efficient
plant for CO2 capture from power pla
This indigenous technology, which may soon be patented, was
developed by a research team led by Prof. Bishnupada
Mandal, Department of Chemical Engineering, IIT Guwahati.
The outcomes of this project will benefit oil, natural gas,
biogas industries, and petroleum refineries. It also stands
to potentially save forex for In ..
Read more at:<br>
<a href="#articles">read more</a>
</span>
</span>
</div>
<div class="side-top" style="padding: 30px; padding-left: 20px;padding-bottom: 0px; width:18%;">
<span>
<span style="font-size: 30px; color:black;background-color:aquamarine">
<bold>Become a supporter</bold>
</span>
<br>
<span style="color:blue">
you can donate some money here
</span><br>
<span>
<a href="./payment.html">click here to pay</a>
</span>
</span>
</div>
</div>
<div class="content2">
<span class="shift">
<a href="./page2.html">previous</a>
</span>
<span class="shift">
<a href="./page4.html">next</a>
</span>
</div>
<br>
<br>
<div class="footer">
<span>
follow us on <a href="https://www.instagram.com/?hl=en">instagram</a>
<br>or on <a href="https://www.facebook.com/">facebook</a>
</span><br>
<span>
thanks for visiting our blog
</span>
<br>
<span>
coppy rights@swaroop,bandhan,abhinav.
</span>
</div>
</body>
</html>