Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
devartstar authored Aug 17, 2020
1 parent b064f42 commit 02fa30d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2 class="project">
</h2>

<div class="home">
<img src="img/PROJECT1.jpg" alt="Project1" class="home__img">
<img src="img/Project1.jpg" alt="Project1" class="home__img">
<svg class="home__like">
<use xlink:href="img/sprite.svg#icon-heart-full"></use>
</svg>
Expand Down Expand Up @@ -190,24 +190,24 @@ <h5 class="home__name">Play Old Classic Games</h5>
</div>

<div class="home">
<img src="img/PROJECT5.jpg" alt="House 5" class="home__img">
<img src="img/Project6.jpg" alt="Project6" class="home__img">
<svg class="home__like">
<use xlink:href="img/sprite.svg#icon-heart-full"></use>
</svg>
<h5 class="home__name">Legendary Tetris</h5>
<h5 class="home__name">Daily Planner</h5>
<div class="home__location">
<p>HTML 5 and CSS 3</p>
</div>
<div class="home__rooms">
<p>Vanilla Javascript ES6</p>
</div>
<div class="home__area">
<p>Game Development Algorithms</p>
<p>Learn about Javascript Event Bubbling</p>
</div>
<div class="home__price">
<p>Some Games are Responsive</p>
<p>The Page is Responsive</p>
</div>
<button class="btn home__btn"><a href="https://devartstar.github.io/Game/"><h4 style="color:black">VISIT THE WEBSITE</h4></a></button>
<button class="btn home__btn"><a href="https://devartstar.github.io/To-do-LIst/"><h4 style="color:black">VISIT THE WEBSITE</h4></a></button>
</div>

<div class="home">
Expand All @@ -219,16 +219,16 @@ <h5 class="home__name">Crazy Driving</h5>
<div class="home__location">
<p>HTML 5 and CSS 3</p>
</div>
<div class="home__area">
<p>Bootstrap</p>
</div>
<div class="home__rooms">
<p>Vanilla Javascript ES6</p>
</div>
<div class="home__area">
<p>Game Development Algorithms</p>
</div>
<div class="home__price">
<p>Some Games are Responsive</p>
<p>Page Fully Responsive</p>
</div>
<button class="btn home__btn"><a href="https://devartstar.github.io/Game/"><h4 style="color:black">VISIT THE WEBSITE</h4></a></button>
<button class="btn home__btn"><a href="https://devartstar.github.io/Restaurant/"><h4 style="color:black">VISIT THE WEBSITE</h4></a></button>
</div>
</section>

Expand Down

0 comments on commit 02fa30d

Please sign in to comment.