Skip to content

Commit

Permalink
stripped out aos for now
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeVelez committed Apr 23, 2024
1 parent bafda61 commit 0ae2446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ header {
justify-content: flex-start;
margin-top: 1rem;
}
.aos-animate {
.nav__active {
background-color: var(--gabe-black);
}
#menu__toggle, .menu__btn {
Expand Down
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
<!-- Place favicon.ico in the root directory -->

<link rel="stylesheet" href="css/style.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/lho8sph.css">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="layout.js" type="text/javascript"></script>
</head>
<body class="home">
<header data-aos="menu-area" data-aos-anchor-placement="bottom-top">
<header>
</header>
<div class="hero">
<picture>
Expand Down Expand Up @@ -123,9 +122,5 @@ <h3 class="title">Satisfying a serious customer, while providing value.</h3>
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script> -->
<!-- <script src="scroll.js" type="text/javascript"></script> -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>

0 comments on commit 0ae2446

Please # to comment.