diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-28 14:33:20 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-28 14:33:20 +0100 |
commit | e7e6bdd5814f40fa5b75ba4a09395de54bcd9a9a (patch) | |
tree | cec205d053c5674b20013570fc236b77381bb8b3 /public/projects/programs | |
parent | ccc095d4924f13696f249e94682c2a4b23e5aac0 (diff) |
fixed fakefetch page and added some little bits to index.html including making contacts page font larger
Diffstat (limited to 'public/projects/programs')
-rw-r--r-- | public/projects/programs/Fakefetch.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/public/projects/programs/Fakefetch.html b/public/projects/programs/Fakefetch.html index 9fd31d7..0581cbb 100644 --- a/public/projects/programs/Fakefetch.html +++ b/public/projects/programs/Fakefetch.html @@ -11,8 +11,8 @@ <div class="sidebar"> <h2>Table of Contents</h2> <ul> - <li><a href="Fakefetch.html">Fakefetch</a></li> - <li><a href="#images">images</a></li> + <li><a href="#info">Fakefetch</a></li> + <li><a href="#images">Images</a></li> </ul> </div> <div class="content"> @@ -27,6 +27,7 @@ </nav> </header> <main id="main-content"> + <section id="info"> <h2>Fakefetch</h2> <h3><b>Background</b></h3> <p> @@ -55,16 +56,18 @@ <h3><b>How to install</b></h3> <li>Step one: The first thing you want to do is clone the gitlab project, you can do this from the following command.<br>$ git clone https://gitlab.com/Shipwreckt/fakefetch</li></p> - + <p><li>Step two: after cloneing the project you want to run the setup.sh with ./setup.sh</li></p> - + <p><li>To configure Fakefetch the file is located at /bin/fakefetch</p> <p>Here is an example of fakefetch!</p> <img src="../../Images/Fakefetch/Fakefetch.png" alt="An example of fakefetch!" width="750" height="auto" > <br> <a href="https://gitlab.com/Shipwreckt/fakefetch">Source code on Gitlab</a> - <section id="images"> + </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"> @@ -76,11 +79,9 @@ <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> - </main> + </main> </div> <script src="../../script.js"></script> </body> |