wip
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
import SkipNavLink from "./SkipNavLink.astro";
|
||||||
|
|
||||||
// import Logo from "../assets/ci/side-gradient.svg";
|
// import Logo from "../assets/ci/side-gradient.svg";
|
||||||
|
|
||||||
function getCurrentYear() {
|
function getCurrentYear() {
|
||||||
@@ -7,6 +9,8 @@ function getCurrentYear() {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
<SkipNavLink contentId="main-content" />
|
||||||
|
|
||||||
{/* Footer nav */}
|
{/* Footer nav */}
|
||||||
<nav>
|
<nav>
|
||||||
{/* Explore */}
|
{/* Explore */}
|
||||||
@@ -31,11 +35,13 @@ function getCurrentYear() {
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{/* Socials */}
|
{/* Socials */}
|
||||||
{/*<ul class="socials">
|
{
|
||||||
|
/*<ul class="socials">
|
||||||
<li>icon</li>
|
<li>icon</li>
|
||||||
<li>icon</li>
|
<li>icon</li>
|
||||||
<li>icon</li>
|
<li>icon</li>
|
||||||
</ul> */}
|
</ul> */
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Legal */}
|
{/* Legal */}
|
||||||
|
|||||||
@@ -90,4 +90,9 @@
|
|||||||
color: var(--clr-light-400);
|
color: var(--clr-light-400);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
border-radius: 0.25rem;
|
||||||
|
border: 2px solid var(--clr-ts-red-400);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import ArrowUpRight from "../icons/ArrowUpRight.astro";
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="link">
|
<a class="link" href="mailto:office@tideshiftdigital.com">
|
||||||
<span class="heading-gradient">Contact us</span>
|
<span class="heading-gradient">Contact us</span>
|
||||||
<ArrowUpRight />
|
<ArrowUpRight />
|
||||||
</a>
|
</a>
|
||||||
@@ -77,6 +77,8 @@ import ArrowUpRight from "../icons/ArrowUpRight.astro";
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
|
width: max-content;
|
||||||
|
margin-inline: auto;
|
||||||
|
|
||||||
margin-top: 12rem;
|
margin-top: 12rem;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user