-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from MananAg29/patch-8
Create jiit.html
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Responsive</title> | ||
<link rel="stylesheet" href="css/rss.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1> Jaypee Institute of Information Technology, Noida</h1> | ||
<nav> | ||
<a href="http://www.umich.edu/">University of Michigan</a> | ||
<a href="http://www.intro-webdesign.com/">Intro to Web Design</a> | ||
</nav> | ||
</header> | ||
|
||
|
||
<section id = "left"> | ||
<h2>Admissions 2021</h2> | ||
<ul> | ||
<li>B.Tech (JEE & 10+2 Based)</li> | ||
<li>B.Tech Lateral Entry</li> | ||
<li>M.Tech</li> | ||
<li>Integrated M.Tech</li> | ||
<li>BBA</li> | ||
<li>MBA</li> | ||
<li>Ph.D</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section id = "center"> | ||
<h2>Why I am at University of Michigan</h2> | ||
<div class="myClass"> | ||
<h3> Ann Arbor</h3> | ||
<p >There are many excellent reason to attend the <a href = "umich.edu">University of Michigan</a>. The academics are top-notch, the students are exceptionally good-looking, and for about six weeks out of the year the weather is almost pleasant.</p> | ||
</div> | ||
|
||
<div> | ||
<img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTO8WIJ5ygVENopHPC5Op9z4ua-MoGD-LoUZuEd6vdL-EMro28CWw" alt="Football"> | ||
|
||
<img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTO8WIJ5ygVENopHPC5Op9z4ua-MoGD-LoUZuEd6vdL-EMro28CWw" alt="Solar Car"> | ||
|
||
<img src="http://www-personal.umich.edu/~jensenl/visuals/album/annarbor/IMG_1051.jpg" alt="campus"> | ||
|
||
<img src="http://www-personal.umich.edu/~jensenl/visuals/album/annarbor/IMG_1051.jpg" alt="campus" alt="Football"> | ||
</div> | ||
</section> | ||
|
||
|
||
<footer> | ||
<p>Sample code for Responsive Design .<br/> Colleen van Lent</p> | ||
</footer> | ||
</body> | ||
</html> |