-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate particles.js into the FAQ and sponsoring sections
- Loading branch information
Showing
4 changed files
with
42 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,10 +73,10 @@ <h2 class="text-2xl lg:text-5xl">What is DandyHacks?</h2> | |
</div> | ||
<img class="hidden lg:block lg:relative lg:b-[150px]" src="img/sticker1.png" /> | ||
</div> | ||
<div id="faq" class="px-5 lg:bg-repeat-y lg:bg-center-top lg:bg-fireflies lg:px-0"> | ||
<div id="faq" class="relative px-5"> | ||
<div class="flex flex-col items-center py-24 box-border gap-12 lg:gap-20"> | ||
<h2 class="text-5xl">FAQS</h2> | ||
<div class="flex flex-col px-10 py-4 lg:py-0 gap-5 lg:px-0"> | ||
<div class="flex flex-col px-10 py-4 pointer-events-none lg:py-0 gap-5 lg:px-0"> | ||
<details> | ||
<summary> | ||
What is a hackathon? | ||
|
@@ -213,6 +213,7 @@ <h3 class="text-3xl text-center pb-7">Why sponsor?</h3> | |
<span>© 2023 DandyHacks</span> | ||
</div> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script> | ||
<script src="script.js"></script> | ||
</body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters