Skip to content

Commit

Permalink
Merge pull request #168 from MananAg29/patch-8
Browse files Browse the repository at this point in the history
Create jiit.html
  • Loading branch information
fineanmol authored Oct 1, 2021
2 parents 9c1a212 + d117473 commit 2d30a8e
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions Program's_Contributed_By_Contributors/jiit.html
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>

0 comments on commit 2d30a8e

Please sign in to comment.