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 Dec 30, 2024
1 parent 04e2001 commit 64a256d
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 664 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
<div id="rectangle6"></div>
<div id="header-background"></div>
<img src="./resources/images/logo1.svg" id="logo1">

<div id="intro-landing">
<img src="resources/images/logo1.svg" alt="Self Image" class="intro-image"/>
<div class="intro-quote">
WELCOME TO EASY-SELL!
</div>
</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 64a256d

Please sign in to comment.