-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates a bunch of packages including Svelte 5, and other major versions. Fixes some warnings. - Closes #28
- Loading branch information
1 parent
7a14996
commit 2f54c7a
Showing
11 changed files
with
683 additions
and
798 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<script type="ts"> | ||
<script lang="ts"> | ||
import { base } from '$app/paths'; | ||
</script> | ||
|
||
<footer class="freq-container flex h-[50px] items-center justify-end gap-3 text-xs font-semibold"> | ||
<div>© {new Date().getFullYear()} Frequency Network Foundation</div> | ||
<span class="h-4 w-[2px] bg-black" /> | ||
<span class="h-4 w-[2px] bg-black"></span> | ||
<a href="{base}/privacy">Privacy Policy</a> | ||
<span class="h-4 w-[2px] bg-black" /> | ||
<span class="h-4 w-[2px] bg-black"></span> | ||
<div class="whitespace-nowrap">All Rights Reserved</div> | ||
</footer> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!-- Mobile --> | ||
<div | ||
class={`absolute bottom-0 w-full bg-[url(/src/lib/assets/section1waves.svg)] bg-no-repeat sm:right-[10%] sm:h-[180px] sm:bg-right-bottom md:h-[200px] lg:hidden vertical-lg:relative vertical-lg:block`} | ||
/> | ||
></div> | ||
|
||
<!-- Desktop --> | ||
<div | ||
class="relative z-10 h-full w-full bg-[url(/src/lib/assets/section1waves-top.svg)] bg-left-bottom bg-no-repeat sm:hidden lg:block vertical-lg:hidden" | ||
/> | ||
></div> | ||
<div | ||
class="relative z-0 -mt-[9px] h-[260px] w-full bg-[url(/src/lib/assets/section1waves-bottom.svg)] bg-left-top bg-no-repeat sm:hidden lg:block vertical-lg:hidden" | ||
/> | ||
></div> |
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<!-- Desktop --> | ||
<div | ||
class="relative z-10 h-full w-full bg-[url(/src/lib/assets/section2waves-top.svg)] bg-left-bottom bg-no-repeat sm:hidden lg:block" | ||
/> | ||
></div> | ||
<div | ||
class="relative z-0 -mt-[4px] h-[80px] w-full bg-[url(/src/lib/assets/section2waves-bottom.svg)] bg-left-top bg-no-repeat sm:hidden lg:block" | ||
/> | ||
></div> | ||
|
||
<!-- Mobile --> | ||
<div | ||
class="h-full w-full bg-[url(/src/lib/assets/section2mobile-top.svg)] bg-left-bottom bg-no-repeat sm:w-[170%] sm:max-w-[900px] md:w-[110%] md:max-w-full lg:hidden" | ||
/> | ||
></div> | ||
<div | ||
class="h-full w-full bg-[url(/src/lib/assets/section2mobile-bottom.svg)] bg-left-top bg-no-repeat sm:w-[170%] sm:max-w-[900px] md:w-[110%] md:max-w-full lg:hidden" | ||
/> | ||
></div> |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div | ||
class={`absolute left-0 h-full bg-left-bottom bg-no-repeat sm:-bottom-16 sm:max-h-[200px] sm:w-[200%] sm:bg-[url(/src/lib/assets/section3mobile.svg)] md:max-h-full md:w-full lg:bottom-0 lg:max-w-full lg:bg-[url(/src/lib/assets/section3waves.svg)]`} | ||
/> | ||
></div> |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div | ||
class={`md:max-h-auto absolute h-full bg-[url(/src/lib/assets/section4waves.svg)] bg-bottom sm:-bottom-[6px] sm:right-[10%] sm:max-h-[100px] sm:w-[800px] sm:bg-no-repeat md:right-[50%] lg:bottom-0 lg:left-auto lg:right-0 lg:max-h-[150px] lg:w-full lg:bg-repeat-x`} | ||
/> | ||
></div> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script type="ts"> | ||
<script lang="ts"> | ||
import { base } from '$app/paths'; | ||
</script> | ||
|
||
|