Skip to content

Commit

Permalink
remove scrollspy
Browse files Browse the repository at this point in the history
  • Loading branch information
bydzen committed Oct 30, 2023
1 parent 8c79321 commit 0037713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- Header -->
<header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top border-bottom" id="sultan-kautsar-navigation">
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top border-bottom">
<div class="container">
<a class="navbar-brand fw-medium" href="/"><i class="bi-person-workspace me-2"></i>Sultan Kautsar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -101,7 +101,7 @@
<main class="d-flex justify-content-center align-items-center sultan-kautsar-main-height">
<!-- Section: resource -->
<section id="resource" class="mt-5 py-5">
<div class="container d-flex flex-column gap-2" data-bs-spy="scroll" data-bs-target="#sultan-kautsar-navigation">
<div class="container d-flex flex-column gap-2">
<h1 class="fw-bold animate__animated animate__fadeInUp animate__faster">Resource and Project</h1>
<p class="animate__animated animate__fadeInUp animate__faster animate__delay-1s">I'm always open to discussing product design work or partnership opportunities. If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch.</p>
<!-- Section: achievement -->
Expand Down

0 comments on commit 0037713

Please sign in to comment.