Skip to content

Commit

Permalink
Added a loader screen. Closes #79
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat1276 committed Jan 8, 2025
1 parent 4d48508 commit e62f4f4
Show file tree
Hide file tree
Showing 4 changed files with 677 additions and 599 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
<div id="rectangle6"></div>
<div id="header-background"></div>
<img src="./resources/images/logo1.svg" id="logo1">

<div id="intro-landing">
<div class="intro-quote">
WELCOME TO EASY-SELL!
</div>
<img src="resources/images/siteLogo.png" alt="Self Image" class="intro-image"/>
</div>
<script src="resources/javascript/loaderScreen.js"></script>

<i class="fa fa-2x fa-bars" id="bars" onclick="show_hide()"> </i>
<nav class="nav">

Expand Down
Loading

0 comments on commit e62f4f4

Please sign in to comment.