Updated the carousel.

This commit is contained in:
Batuhan Berk Başoğlu 2024-03-04 10:36:00 -05:00
parent 1090ae156e
commit 535ba1ad32
2 changed files with 3 additions and 71 deletions

View file

@ -34,7 +34,7 @@
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<div id="heroCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel" data-bs-interval="5000">
<div id="heroCarousel" class="carousel slide carousel-fade" data-bs-interval="false">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
@ -56,7 +56,7 @@
<div class="carousel-content">
<h2 class="animate__animated animate__fadeInDown">Batuhan Basoglu's Personal Website</h2>
<p class="animate__animated animate__fadeInUp">Batuhan Basoglu's personal portfolio website to introduce his work and projects to the people. It is made with HTML, CSS and Javascript</p>
<a href="https://batuhan.basoglu.co" class="btn-get-started animate__animated animate__fadeInUp scrollto">Visit the Website</a>
<a href="https://batuhan.basoglu.co" target="_blank" class="btn-get-started animate__animated animate__fadeInUp scrollto">Visit the Website</a>
</div>
</div>
</div>
@ -67,7 +67,7 @@
<div class="carousel-content">
<h2 class="animate__animated animate__fadeInDown">Batuhan Basoglu's Personal Blog</h2>
<p class="animate__animated animate__fadeInUp">Batuhan Basoglu's personal blog to talk about his views on technology, as well as sharing news and trends in the field. It is made with PHP, HTML, CSS and Javascript</p>
<a href="https://arcticpress.basoglu.co" class="btn-get-started animate__animated animate__fadeInUp scrollto">Visit the Website</a>
<a href="https://arcticpress.basoglu.co" target="_blank" class="btn-get-started animate__animated animate__fadeInUp scrollto">Visit the Website</a>
</div>
</div>
</div>