Skip to content

Commit

Permalink
change delay to one sec
Browse files Browse the repository at this point in the history
  • Loading branch information
bydzen committed Oct 28, 2023
1 parent 6da12ee commit b20755e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@
<main class="d-flex justify-content-center align-items-center sultan-kautsar-main-height">
<!-- Section: index -->
<section id="index" class="mt-5 py-5">
<div class="row g-lg-4 row-cols-1 row-cols-lg-2 align-items-center">
<div class="col-lg-8 order-2 order-lg-1">
<div class="container d-flex flex-column gap-2">
<div class="container d-flex flex-column gap-2">
<div class="row g-lg-4 row-cols-1 row-cols-lg-2 align-items-center">
<div class="col-lg-8 order-2 order-lg-1">
<h1 class="fw-bold animate__animated animate__fadeInUp animate__faster">Technology and Business Enthusiast</h1>
<p class="animate__animated animate__fadeInUp animate__faster animate__delay-1s">Hello! I'm Sultan Kautsar, the founder of <a href="https://rayatiga.com" target="_blank">Rayatiga</a>, a business agency that provides web services such as domain name registration, static website hosting, WordPress hosting, any cloud environment services, and similar. I'm also a web developer at <a href="https://breefstudio.com" target="_blank" rel="nofollow noindex noopener">PT Breef Digital Indonesia</a>, and a technology enthusiast.</p>
<div class="d-flex flex-wrap gap-2">
<a class="btn btn-dark animate__animated animate__fadeInUp animate__faster animate__delay-2s" href="/resource.html#resume"><i class="bi-file-earmark-richtext me-2"></i>Resume</a>
<a class="btn btn-outline-primary animate__animated animate__fadeInUp animate__faster animate__delay-3s" href="https://linkedin.com/in/sultankautsar/" target="_blank" rel="nofollow noindex noopener"><i class="bi-linkedin me-2"></i>LinkedIn</a>
</div>
</div>
</div>
<div class="col-lg-4 order-1 order-lg-2">
<img src="/asset/svg/hero.svg" alt="Hero" class="img-fluid animate__animated animate__fadeInUp animate__faster animate__delay-4s" />
<div class="col-lg-4 order-1 order-lg-2">
<img src="/asset/svg/hero.svg" alt="Hero" class="img-fluid animate__animated animate__fadeInUp animate__faster animate__delay-1s" />
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit b20755e

Please sign in to comment.