Skip to content

Commit

Permalink
removed the first workshop link
Browse files Browse the repository at this point in the history
  • Loading branch information
PamaliWeerasinghe authored Jan 15, 2024
1 parent 54c3714 commit 839f1e5
Showing 1 changed file with 37 additions and 51 deletions.
88 changes: 37 additions & 51 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<br>

<p class="pt-3">
<a class="btn btn-success btn js-scroll px-4 get-started-btn" href="revol_form/workshop01Registration" role="button" style="height: 6vh;background-color: #5ebd61;cursor: pointer;"><label class="mt-1">REGISTER NOW (WORKSHOP 01)</label>
<!-- <a class="btn btn-success btn js-scroll px-4 get-started-btn" href="revol_form/workshop01Registration" role="button" style="height: 6vh;background-color: #5ebd61;cursor: pointer;"><label class="mt-1">REGISTER NOW (WORKSHOP 01)</label> -->

</a>
</p>
Expand Down Expand Up @@ -201,74 +201,60 @@ <h2>Delegate Pack</h2>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Packs</li>
<li data-filter=".filter-card">Offers</li>
<ul id="portfolio-flters"> -->
<!-- <li data-filter="*" class="filter-active">All</li> -->
<!-- <li data-filter=".filter-app">Packs</li> -->
<!-- <li data-filter=".filter-card">Size Chart</li> -->

</ul>
<!-- </ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets\img\img\delegatePack\wristband.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>WRISTBAND</h4>
<div class="portfolio-links">
<a href="assets\img\img\delegatePack\wristband.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="WRISTBAND"><i class="bx bx-plus"></i></a>
<a href="#" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="col-lg-4 col-md-6 portfolio-item filter-web offset-lg-4" >
<div class="portfolio-wrap">
<img src="assets\img\img\delegatePack\tshirt.png" class="img-fluid" alt="" style="height:44.5vh">
<div class="portfolio-info">
<h4>TSHIRT</h4>
<div class="portfolio-links">
<a href="assets\img\img\delegatePack\tshirt.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="TSHIRT"><i class="bx bx-plus"></i></a>
<a href="#" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<div class="img-fluid" alt="" style="height:44.5vh">
<div class="portfolio-info">
<h4>DELEGATE PACK</h4>
<div class="portfolio-links">
<a href="" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Delegate Pack"><i class="bx bx-plus"></i></a>
<a href="#" title="More Details" ><i class="bx bx-link"></i></a>
</div>
<a href="assets\img\img\delegatePack\tshirt.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="TSHIRT"><i style="color: black;"class="bx bx-plus"></i></a> -->
<!-- <a href="#" title="Order Now"><i style="color: black;"class="bx bx-link"></i></a> -->
<!-- </div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12 offset-lg-3">
<select class="form-select" aria-label="Default select example" id="size">
<option selected value="">Select Size</option>
<option value="XS">XS</option>
<option value="S">S</option>
<option value="M">M</option>
<option value="L">L</option>
</select>
<input type="text" class="form-control mt-2" placeholder="Name" id="tname"/>
<input type="text" class="form-control mt-2" placeholder="Email" id="temail"/>
<input type="text" class="form-control mt-2" placeholder="Contact Number" id="tcnum" maxlength="10"/>
<input type="text" class="form-control mt-2 mb-3" placeholder="Address" id="tadd"/>
<div class="alert alert-success d-none" role="alert" id="alert-div2">
A simple success alert—check it out!
</div>
<button class="btn btn-success mt-4" style="background-color: #5ebd61;width: 100%;"onclick=order();>Order Now</button>
</div>
</section>End Portfolio Section -->
</section> -->
<!-- End Portfolio Section -->

<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg ">
Expand Down Expand Up @@ -392,7 +378,7 @@ <h4 style="color: rgb(171, 171, 171)">
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">

<h3 style="color: #5ebd61;">JANUARY 13, 2024</h3>
<h3 style="color: #5ebd61;">JANUARY 15, 2024</h3>
<h4 style="color: grey;">1<sup>st</sup> Workshop ( Online )</h4><br/>
<h4 style="color: whitesmoke;">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
Expand Down Expand Up @@ -803,6 +789,6 @@ <h3>Call Us</h3>
<script src="/forms/register/script.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>

<script src="revol_form/script.js"></script>
</body>
</html>
</html>

0 comments on commit 839f1e5

Please sign in to comment.