Skip to content

Commit

Permalink
infinite scrolling + email hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneffel committed Jul 11, 2024
1 parent abd12cd commit d9c44ed
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions web/demodar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,22 @@
</div>


<div class="container-fluid bg-black px-0">
<img src="assets/720.webp" class="parallax">
<div class="container-fluid bg-black px-0 z-1 position-relative overflow-hidden">
<img src="assets/720.webp" class="parallax z-0">
<div class="looping z-1 position-absolute top-50 start-0 arsenal-sc-bold">
<p class="loop">
<span>thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla •
thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla •
thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla
• thedarlla • thedarlla • thedarlla • thedarlla •&nbsp;</span>
</p>
<p class="loop loop2">
<span>thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla •
thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla •
thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla • thedarlla
• thedarlla • thedarlla • thedarlla • thedarlla •&nbsp;</span>
</p>
</div>
<!-- <img src="img/Thecheriemag - TG - @FrenzyLeaked (545).jpeg" class="parallax"> -->
</div>

Expand All @@ -214,14 +228,17 @@
</div>

<div class="background-video end">
<div class="container d-sm-flex gap-4 gap-sm-1 gap-md-4 my-0 px-0 px-sm-0 px-md-4">
<div class="container d-flex gap-4 gap-sm-1 gap-md-4 my-0 px-0 px-sm-0 px-md-4">
<div class="d-flex align-items-md-center">
<div class="mx-4 mx-md-0 my-4 my-md-0 arsenal-sc-regular fs-2 text-center min-height w-100">
<div id="contact-block" class="mx-4 mx-md-0 my-4 my-md-0 arsenal-sc-regular fs-2 text-center min-height w-100">
<div style="font-size: 3rem; line-height: 1;" class="" data-rellax-speed="-5.5">
CONTACT ME:</div>
<div class="" data-rellax-speed="4" style="line-height: 1;"><a id="email"
href="mailto:[email protected]?subject=Hi!"
class="playwrite-cl-100">[email protected]</a></div>
<div class="z-1" data-rellax-speed="4" style="line-height: 1;">
<a id="email" href="mailto:[email protected]?subject=Hi!"
class="playwrite-cl-100 z-1">[email protected]</a>
</div>
<p class="fakeemail playwrite-cl-400 invisible z-0" style="transform: translateY(-100%)">
[email protected]</p>

</div>
</div>
Expand Down

0 comments on commit d9c44ed

Please sign in to comment.