Update copyright notice, contact email, and project link

This commit is contained in:
Andrew Scott 2022-12-12 00:12:58 -05:00
parent 4810f071ec
commit 26321f663b
Signed by: a
GPG key ID: 3EB62D0BBB8DB381
3 changed files with 10 additions and 10 deletions

View file

@ -8,8 +8,7 @@ const today = new Date();
<a
href="https://github.com/manuelernestog/astro-modern-personal-website"
target="_blank"
class="font-bold"
>Website Template</a
class="font-bold">Website Template</a
>
developed by
<a href="https://manuelernestog.github.io" target="_blank" class="font-bold"
@ -18,15 +17,16 @@ const today = new Date();
</div>
<div class="pb-2">
<p>
Excluding the template design, all page content for
Excluding the template, all page content for
<a href="https://andyscott.me" class="font-bold">andyscott dot me</a>
&copy; 2021 Andrew Scott under a
&copy; 2021 Andrew Scott
<a
href="https://creativecommons.org/licenses/by-sa/4.0/"
class="font-bold"
>Creative Commons Attribution-ShareAlike 4.0 International License</a
>
class="font-bold">CC BY-SA 4.0</a
> unless otherwise noted
</p>
</div>
</footer>
<style></style>
<style>
</style>

View file

@ -22,7 +22,7 @@
<li><a href="/projects">Projects</a></li>
<li><a href="/blog/1">Blog</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="mailto:andy@andyscott.me">Contact</a></li>
<li><a href="mailto:hello@andyscott.me">Contact</a></li>
</ul>
<div class="grow"></div>
<div class="social-icons px-4 my-2 flex self-center">

View file

@ -65,7 +65,7 @@ import HorizontalCard from "../components/HorizontalCard.astro";
title="MASM & Low Level I/O"
img="/project_images/masm_low_level_io.jpg"
desc="Using the Microsoft Macro Assembler for low-level operations"
url="https://git.acscott.dev/a/MASM-Low-Level-IO"
url="https://git.andyscott.me/a/MASM-Low-Level-IO"
badge="Assembly"
/>
<div class="divider my-0"></div>