Skip to content

Commit

Permalink
Merge pull request #145 from lakshithaKaveen/main
Browse files Browse the repository at this point in the history
Add gun design
  • Loading branch information
lakshithaKaveen authored Jun 26, 2024
2 parents 8c9f133 + 311347b commit 8ace92c
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,4 @@ section {

.active-dot, .dot:hover {
background-color: #717171;
}
}
Binary file added docs/assets/img/gun/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/gun/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/gun/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/gun/deshan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ showSlides(); // Initialize slides
// Optional: Auto sliding
setInterval(function() {
moveSlide(1);
}, 3000); // Change image every 3 seconds
}, 3000); // Change image every 3 seconds
40 changes: 39 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,45 @@ <h4>Dasun Theekshana</h4>
</div>
</div>
</div>

</div>
<br>

<div class="container">
<div class="row content">
<div class="col-lg-6 pt-4 pt-lg-0" data-aos="fade-up" data-aos-delay="100">
<div class="section-left" data-aos="fade-up" data-aos-delay="100">
<h2>Gun Design</h2>
</div>
<div class="row">
<div class="member d-flex align-items-start">
<div class="pic">
<img src="./assets/img/gun/deshan.jpg" class="img-fluid" alt="Deshan">
</div>
<div class="member-info">
<h5>Designed by,</h5>
<h4>Deshan Weerasooriya</h4>
<span>E/19/429</span>
<div class="social">
<a href="https://www.linkedin.com/in/deshan-weerasooriya-5703bb315/" title="LinkedIn"><i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
</div>

<div class="col-lg-6 pt-4 pt-lg-0">
<div class="slider pt-5 pt-lg-6">
<div class="slides">
<div class="slide"><img src="./assets/img/gun/1.jpg" alt="Image 1"></div>
<div class="slide"><img src="./assets/img/gun/2.jpg" alt="Image 2"></div>
<div class="slide"><img src="./assets/img/gun/3.jpg" alt="Image 3"></div>
</div>
<button class="slide-btn prev" onclick="moveSlide(-1)">&#10094;</button>
<button class="slide-btn next" onclick="moveSlide(1)">&#10095;</button>
</div>
</div>

</div>
</div>
</section>

Expand Down

0 comments on commit 8ace92c

Please sign in to comment.