-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/IEEEUCSC/RevolUX-3.0-2024
- Loading branch information
Showing
3 changed files
with
177 additions
and
20 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<section id="portfolio" class="portfolio"> | ||
<div class="container" data-aos="fade-up"> | ||
|
||
<div class="section-title"> | ||
<h2>Delegate Pack</h2> | ||
|
||
</div> | ||
|
||
<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">Size Chart</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="row portfolio-container mb-4 mt-2" data-aos="fade-up" data-aos-delay="200"> | ||
|
||
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200"> | ||
|
||
|
||
|
||
<div class="col-lg-4 col-md-6 portfolio-item filter-web offset-lg-2"> | ||
<div class="portfolio-wrap" style="background-color: transparoffset-lg-4ent;"> | ||
<img src="assets\img\img\delegatePack\tshirt.jpg" 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.jpg" 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"> | ||
<img src="assets/img/img/delegatePack/sizeChart.jpg" class="img-fluid" alt="" style="height:44.5vh"> | ||
<div class="portfolio-info"> | ||
<h4>SIZE CHART</h4> | ||
|
||
<div class="portfolio-links"> | ||
<a href="assets/img/img/delegatePack/sizeChart.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Size Chart"><i class="bx bx-plus"></i></a> | ||
<!-- <a href="#" title="More Details" ><i class="bx bx-link"></i></a> --> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div class="col-lg-6 col-12 offset-lg-3 mt-3"> | ||
<div class="alert alert-success" role="alert" id="alert-div3"> | ||
<label class="form-label" style="color: black;">WITHOUT DELIVERY - Rs. 1750.00</label><br/> | ||
<label class="form-label" style="color: black;">WITH DELIVERY - Rs. 2050.00</label></br> | ||
|
||
<br/> | ||
<label class="form-label"> S Praneesh <br/> | ||
Account No - 018-2-001-7-0066877 <br/> | ||
People's Bank <br/> | ||
Gampola Branch | ||
</label> | ||
|
||
|
||
|
||
</div> | ||
<select class="form-select" aria-label="Default select example" id="size"> | ||
<option selected value="">Select Size</option> | ||
<option value="XXS">XXS</option> | ||
<option value="XS">XS</option> | ||
<option value="S">S</option> | ||
<option value="M">M</option> | ||
<option value="L">L</option> | ||
<option value="XL">XL</option> | ||
<option value="XXL">XXL</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" placeholder="Address" id="tadd"/> | ||
<select class="form-select mt-2" aria-label="Default select example" id="collection"> | ||
<option selected value="">Collection Method</option> | ||
<option value="delivery">Delivery</option> | ||
<option value="collect">Collect</option> | ||
|
||
</select> | ||
<input type="file" class="form-control mt-2" id="receipt"/> | ||
<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-2" style="background-color: #5ebd61;width: 100%;"onclick=order();>Order Now</button> | ||
</div> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters