summaryrefslogtreecommitdiff
path: root/public/projects/programs
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects/programs')
-rw-r--r--public/projects/programs/Dotfiles.html2
-rw-r--r--public/projects/programs/Fakefetch.html25
2 files changed, 11 insertions, 16 deletions
diff --git a/public/projects/programs/Dotfiles.html b/public/projects/programs/Dotfiles.html
index fd831a1..c8af59c 100644
--- a/public/projects/programs/Dotfiles.html
+++ b/public/projects/programs/Dotfiles.html
@@ -17,7 +17,7 @@
</div>
<div class="content">
<header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
+ <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1><hr>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
diff --git a/public/projects/programs/Fakefetch.html b/public/projects/programs/Fakefetch.html
index a849e96..c0d4cc1 100644
--- a/public/projects/programs/Fakefetch.html
+++ b/public/projects/programs/Fakefetch.html
@@ -13,12 +13,12 @@
<ul>
<li><a href="#info">Fakefetch</a></li>
<li><a href="#images">Images</a></li>
- <li><a href="https://gitlab.com/Shipwreckt/Fakefetch">Gitlab link</a></li>
+ <li><a onclick="window.open('https://gitlab.com/Shipwreckt/Fakefetch', '_blank')">GitLab</a></li>
</ul>
</div>
<div class="content">
<header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
+ <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1><hr>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
@@ -30,7 +30,7 @@
</header>
<main id="main-content">
<section id="info">
- <h2>Fakefetch</h2>
+ <h1>Fakefetch</h1>
<h3><b>Background</b></h3>
<p>
Fakefetch is the first real program I have ever created that I use daily apart from config
@@ -69,20 +69,15 @@
<a href="https://gitlab.com/Shipwreckt/fakefetch">Source code on Gitlab</a>
</section>
- <section id="images" style="display: none;">
- <img src="../../Images/Fakefetch/purplearch.png" width="900" height="auto" class="center">
- <br>
- <img src="../../Images/Fakefetch/bluearch.png" width="900" height="auto" class="center">
- <br>
- <img src="../../Images/Fakefetch/greenarch.png" width="900" height="auto" class="center">
- <br>
- <img src="../../Images/Fakefetch/orangearch.png" width="900" height="auto" class="center">
- <br>
- <img src="../../Images/Fakefetch/redarch.png" width="900" height="auto" class="center">
- <br>
- <img src="../../Images/Fakefetch/plumarch.png" width="900" height="auto" class="center">
+ <section id="images">
+ <img src="../../Images/Fakefetch/bluearch.png" width="900" height="auto" class="space-image">
+ <img src="../../Images/Fakefetch/greenarch.png" width="900" height="auto" class="space-image">
+ <img src="../../Images/Fakefetch/orangearch.png" width="900" height="auto" class="space-image">
+ <img src="../../Images/Fakefetch/redarch.png" width="900" height="auto" class="space-image">
+ <img src="../../Images/Fakefetch/plumarch.png" width="900" height="auto" class="space-image">
</section>
+
</main>
</div>
<script src="../../script.js"></script>