-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (50 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--meta name="viewport" content="width=device-width, initial-scale=1.0"-->
<title>Welcome | Harsh Pratap Singh</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<a href="http://www.iiitranchi.ac.in/" target="_blank" class="image"><img src="logobar.png" width="800" height="100"></a>
<div class="header-right">
<a class="active" href="er.html" target="_blank">Expectations VS Reality</a>
<a href="me.html" target="_blank">About me </a>
</div>
</div>
<h2><marquee>Welcome to my Website!</marquee></h2>
<table>
<tr>
<td><img src="hostels.jpg" width="700" height="450" style="border-radius:8px;"></td>
<td><h3 style="color: white;text-shadow: 2px 2px 4px #000000;">Indian Institute of Information Technology (IIIT),
Ranchi was set up by the Ministry of Human Resource Development
(MHRD) in 2016.<br> It is an autonomous institute funded by the Government of India (GoI),
the Government of Jharkhand along with the
industry partners Central Coalfield Limited (CCL) (5%), Tata Consultancy
Services (TCS) (5%) and Tata Technologies (5%) on a Public-Private Partnership (PPP).</h3></td>
</tr>
<tr>
<td><h3 style="color: white;text-shadow: 2px 2px 4px #000000; ">IIIT Ranchi offers admission to Bachelor of Technology
(BTech), Master of Technology (MTech) and Doctor of Philosophy
(PhD).<br> Presently, the institute is operating from its interim campus and
the permanent campus, which is spread over 67 acres, is under construction.</h3></td>
<td><img src="academic building.jpg" width="800" height="450" style="border-radius:8px;"></td>
</tr>
<tr>
<td><img src="auditorium.jpg" width="700" height="450" style="border-radius:8px;"></td>
<td><h3 style="color: white;text-shadow: 2px 2px 4px #000000;">At present, IIIT Ranchi is offering UG, PG,
Ph.D. level courses in the field of Engineering and Technology. B.Tech in Computer Science and
Engineering<br> (CSE) is the flagship course of IIIT Ranchi. Admissions to the program are
offered on<br> the basis of scores in JEE Main which is further followed by JoSAA Counselling.</h3></td>
</tr>
</table>
<div class="navbar">
<a href="https://www.instagram.com/iiitranchi.official/" class="active">Instagram</a>
<a href="https://www.linkedin.com/company/placement-cell-iiitr/about/">LinkedIn</a>
<a href="http://www.iiitranchi.ac.in/contact.aspx">Contact us</a>
</div>
</body>
</html>