Skip to content

Commit

Permalink
fix: update footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
anup-a committed Jan 20, 2024
1 parent 8b2af4e commit 163cee5
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions src/lib/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
<script>
import semiTorusImg from "./../assets/semi-torus.webp";
import cubeImg from "./../assets/cube.webp";
import arrowImg2 from "./../assets/Group 7_2.webp";
</script>

<div id="footer-illustration">
<div id="footer-left">
<!-- <img id="torus-img" src={semiTorusImg} alt="semi torus" /> -->
<div id="footer-center">
<!-- <div class="arrow">
<img src={arrowImg2} alt="arrow illustration" />
</div> -->
<p>
Credits -
<a href="http://stripe.com">stripe</a>
and <a href="https://kevinhufnagl.com/">kevinhufnagl</a> .
<a href="https://www.freepik.com/vectors/background"
>Vectors by - pikisuperstar</a
>
</p>
<a href="https://creatica.app">
Generate awesome svg vector backgrounds with Creatica
</a>
</div>
</div>
<!-- <div id="footer-right">
Expand All @@ -37,11 +26,6 @@
display: flex;
flex-direction: column;
#torus-img {
width: 4rem;
margin-left: 2rem;
}
#footer-center {
width: 100%;
height: 100%;
Expand All @@ -54,7 +38,7 @@
width: 100%;
}
p {
a {
font-size: smaller;
text-align: center;
color: rgb(100, 106, 112);
Expand Down

1 comment on commit 163cee5

@vercel
Copy link

@vercel vercel bot commented on 163cee5 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.