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

View file

@ -22,7 +22,7 @@
<li><a href="/projects">Projects</a></li> <li><a href="/projects">Projects</a></li>
<li><a href="/blog/1">Blog</a></li> <li><a href="/blog/1">Blog</a></li>
<li><a href="/cv">CV</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> </ul>
<div class="grow"></div> <div class="grow"></div>
<div class="social-icons px-4 my-2 flex self-center"> <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" title="MASM & Low Level I/O"
img="/project_images/masm_low_level_io.jpg" img="/project_images/masm_low_level_io.jpg"
desc="Using the Microsoft Macro Assembler for low-level operations" 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" badge="Assembly"
/> />
<div class="divider my-0"></div> <div class="divider my-0"></div>