Skip to content

Commit

Permalink
VD final submission
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaur02 authored Apr 20, 2024
1 parent a976f30 commit 52a5860
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!doctype html>
<html lang="en">

<head>
<link rel="stylesheet" href="style_homepage.css">
<meta charset="utf-8">
<title>Ishmeet-Projects</title>
</head>

<body>
<div class="header">
<div class="my-name">Ishmeet Kaur</div>
<div class="header-menu">
<nav>
<ul>
<li><a href="portfolio_website.html">Home</a></li>
<li><a href="portfolio_website_services.html">Services</a></li>
<li><a href="portfolio_website_projects.html">Projects</a></li>
<li><a href="portfolio_website_contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>

<div class="flex_container_project"><!--Parent container showcasing all the projects-->
<div class="flex_container_project_01"><!--Sub-container 01-->
<div class="project_01_first_div">
<p>I do experiments & write it down called as Research projects!Click below to see my projects</p></div>
<div class="project_01_second_div"><a href="images/AI Chatbot.png"><img src="images/KFC_cover.png" alt="KFC project cover image"></a></div>
<div class="project_01_second_div"><a href="images/Environment awareness website.png"><img src="images/Upaj_website_cover.png" alt="Upaj website cover image"></a></div>
<div class="project_01_second_div"><a href="images/Environment awareness_mobile.png"><img src="images/Upaj_website_cover.png" alt="Upaj website cover image"></a></div>
</div>

<div class="flex_container_project_02"><p>That's not all. Few more to go!</p></div><!--Sub-container 02-->

<div class="flex_container_project_03"><!--Sub-container 03-->
<div class="flex_container_project_03_first_div"><a href="//www.behance.net/gallery/161637351/Retailer-App"><img src="images/retaler_cover.png" alt="App for Retailer project cover image"></a></div>
<div class="flex_container_project_03_first_div"><a href="//www.behance.net/gallery/96074949/Biogas-App-UI"><img src="images/biogas_cover.jpg" alt="App on biogas cover image"></a></div>
<div class="flex_container_project_03_first_div"><a href="//www.behance.net/gallery/160922387/Ledger-App"><img src="images/ledger_cover.jpg" alt="App for managing ledger cover image"></a></div>
<div class="flex_container_project_03_first_div"><a href="//www.behance.net/gallery/121035629/Website-Design-UIUX"><img src="images/doctor_cover.jpg" alt="Website for doctore cover image"></a></div>
</div>
</div>

<footer>
<div class="flex-container_footer">
<div class="flex-container_footer_first_div">
<p>Wanna talk?</p></div>
<div class="flex-container_footer_second_div">
Reach me out at [email protected]
</div>
</div>
</footer>

</body>
</html>

0 comments on commit 52a5860

Please sign in to comment.