Skip to content

Commit

Permalink
add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Jul 7, 2024
1 parent 9192d0d commit b091d72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/app/tilt/HomepageTilt.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


<div class="main"
use:tilt={{ "full-page-listening": true, reverse: true, glare: false, "max-glare":0.5, speed:1400, "max":"10", perspective:500 }}>
use:tilt={{ "full-page-listening": true, reverse: true, glare: false, "max-glare":0.5, speed:2000, "max":"10", perspective:500 }}>
<div class="inner">
<img class="logo" src="/CVHS-logo.png">
</div>
Expand Down
13 changes: 13 additions & 0 deletions src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
width: 100vw;
}
.credits{
position: absolute;
bottom: 0;
color: rgba(214, 214, 214, 0.14);
font-family: "Montserrat", sans-serif;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
}
:root {
--text: #d6d6d6;
--background: #101014;
Expand All @@ -29,5 +41,6 @@
<div class="layout-main">
<Topnav/>
<slot/>
<div class="credits">Developed by Marc Hyeler</div>
<Botnav/>
</div>

0 comments on commit b091d72

Please sign in to comment.