Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions Projects/mohit/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="home.css">
<title>
IAF-Home
</title>
</head>
<body>
<div class="Header">
<h1> INDIAN AIR FORCE </h1>
</div>
<div class="Content">
<h3> A CUT ABOVE </h3>
<div class="home">
<p>The Indian Air Force is the air arm of the Indian Armed Forces. Its complement of personnel and aircraft assets ranks fourth amongst the air forces of the world. Its primary mission is to secure Indian airspace and to conduct aerial warfare during armed conflict.</p>
</div>
</div>
<div class="mj">
<div class="image">
<a href="career.html" target="_blank">
<figure class="image">
<img src="career.jpg" alt="CAREER IN AIR FORCE">
<figcaption class="caption"> CAREER </figcaption>
</figure>
</a>
</div>
<p><div class="image1">
<a href="apply.html" target="_blank">
<figure class="image">
<img src="apply1.jpg" alt="How to apply">
<figcaption class="caption1"> HOW TO APPLY !! </figcaption>
</figure>
</a>
</div>
</div>
<div class="info">
TO CONTACT ME !!
</div>
<div class="links">
<div class="github">
<a href="https://github.com/iammohit07" target="_blank"> GITHUB </a>
</div>
<div class="linkedin">
<p><a href= "https://www.linkedin.com/mwlite/in/mohit-jangid-32a4ba180" target="_blank"> LINKED IN </a></p>
</div>
</div>
</body>
</html>