Skip to content

Commit

Permalink
Added a loader screen. Closes IMGIITRoorkee#79
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat1276 committed Jan 15, 2025
1 parent 10eba95 commit 4f8faa8
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 546 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 4f8faa8

Please sign in to comment.