Skip to content

Commit

Permalink
hero animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed Jun 15, 2024
1 parent da014c7 commit d537dd8
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 63 deletions.
55 changes: 10 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-astro": "^0.7.2",
"typescript": "^4.9.4"
}
}
16 changes: 7 additions & 9 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
/>
<div class="mt-1 float-left">
<p>
the tractore store reference implementations
a <a
the tractore store reference implementations a <a
class="text-neuland"
href="https://www.neuland-bfi.de/"
target="_blank"
Expand All @@ -32,7 +31,7 @@
</p>
</div>
</div>

<div class="links">
<a
class="text-black"
Expand All @@ -48,11 +47,7 @@
>
blueprint project
</a><br />
<a
class="text-black"
href="https://micro-frontends.org/"
target="_blank"
>
<a class="text-black" href="https://micro-frontends.org/" target="_blank">
micro-frontends.org
</a><br />
<a
Expand All @@ -72,7 +67,10 @@
width: 100vw;
left: calc(-50vw + 50%);
height: 100px;
background: linear-gradient(rgba(238, 235, 226, 0), rgba(238, 235, 226, 0.35));
background: linear-gradient(
rgba(238, 235, 226, 0),
rgba(238, 235, 226, 0.35)
);
margin-bottom: 4rem;
margin-top: 2rem;
}
Expand Down
Loading

0 comments on commit d537dd8

Please sign in to comment.