Skip to content

Commit

Permalink
remove countdown and restore
Browse files Browse the repository at this point in the history
  • Loading branch information
kittykat-sudo committed Feb 17, 2024
1 parent 39ee3c9 commit 4f165de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@

<div class="buttonContainer">
<!-- Button 1 -->
<!-- <div class="inner-border">
<div class="inner-border">
<div class="text-container">
<div>REVOLUX</div>
<div>STORE</div>
</div>
<a href="#portfolio" class="arrow">
<button type="button" class="button">&#x2192;</button>
</a>
</div> -->
</div>

<!-- Button 2 -->
<div class="inner-border">
Expand Down Expand Up @@ -263,7 +263,7 @@ <h3 style="color:#00FF0F; font-weight: 400;">What is RevolUX ?</h3>
</section><!-- End About Section -->

<!-- ======= Portfolio Section ======= -->
<!-- <section id="portfolio" class="portfolio">
<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">

<div class="section-title">
Expand Down Expand Up @@ -359,10 +359,10 @@ <h4>SIZE CHART</h4>
<div class="alert alert-success d-none mt-1" role="alert" id="alert-div2">
A simple success alert—check it out!
</div>
<button class="btn btn-success mt-2" style="background-color: #00FF0F ;width: 100%;"onclick=order();>Order Now</button>
<button class="btn btn-success mt-2" style="background-color:rgb(41, 41, 41); width: 100%; color: #00FF0F;"onclick=order();>Order Now</button>
</div>

</section-->
</section



Expand Down

0 comments on commit 4f165de

Please sign in to comment.