mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -05:00
Update copyright notice, contact email, and project link
This commit is contained in:
parent
4810f071ec
commit
26321f663b
3 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
© 2021 Andrew Scott under a
|
||||
© 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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue