feature/services-pages (#7)
Reviewed-on: #7 Co-authored-by: mifi <badmf@mifi.dev> Co-committed-by: mifi <badmf@mifi.dev>
This commit was merged in pull request #7.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<p class="copyright">
|
||||
© <span id="copyright-year">2026</span> mifi Ventures, LLC · Boston, MA
|
||||
© <span id="copyright-year">2026</span> mifi Ventures, LLC. All rights reserved.
|
||||
</p>
|
||||
<nav class="footer-links" aria-label="Social media links">
|
||||
<nav class="footer-links footer-links-wrap" aria-label="Footer links">
|
||||
<a
|
||||
class="link"
|
||||
href="https://linkedin.com/in/the-mifi"
|
||||
@@ -36,6 +36,22 @@
|
||||
GitHub
|
||||
<ExternalLinkIcon aria-label="Opens in new tab" size={15} />
|
||||
</a>
|
||||
<a
|
||||
class="link"
|
||||
href="/privacy-policy"
|
||||
data-umami-event="footer link"
|
||||
data-umami-event-label="privacy-policy"
|
||||
>
|
||||
Privacy Policy
|
||||
</a>
|
||||
<a
|
||||
class="link"
|
||||
href="/terms-of-service"
|
||||
data-umami-event="footer link"
|
||||
data-umami-event-label="terms-of-service"
|
||||
>
|
||||
Terms of Service
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -56,6 +72,10 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.footer-links-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user