diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-29 22:01:55 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-29 22:01:55 +0100 |
commit | 3532ce22c10b45f3bfc373d8fd4b80664aa1661b (patch) | |
tree | 8ffc2a3ac5ccb3d4ea34752c23c7a9e0954d502b /public/projects | |
parent | f83ea8997efe58f15198308ae765f102a66c269c (diff) |
Added some minor changes to fakefetch page for example adding a line to the header and adding spaces to the images. More will come tomorrow but this is all I had time for today
Diffstat (limited to 'public/projects')
-rw-r--r-- | public/projects/programs/Dotfiles.html | 2 | ||||
-rw-r--r-- | public/projects/programs/Fakefetch.html | 25 |
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> |