commit e7e6bdd5814f40fa5b75ba4a09395de54bcd9a9a
parent ccc095d4924f13696f249e94682c2a4b23e5aac0
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date: Tue, 28 May 2024 14:33:20 +0100
fixed fakefetch page and added some little bits to index.html including making contacts page font larger
Diffstat:
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/public/index.html b/public/index.html
@@ -60,10 +60,10 @@
<section id="contact" style="display: none;">
<h2>Contact</h2>
- <p>You can contact me here for any querys or suggestions.<br>
+ <p style="font-size:20px; ">You can contact me here for any querys or suggestions.<br>
Email: shipwreckt@mailfence.com</p><br>
- <p>Code, mostly use gitlab:
+ <p style="font-size:20px; ">Code, mostly use gitlab:
<a href="https://gitlab.com/Shipwreckt">Gitlab</a>
<a href="https://github.com/Shipwrecktt">Github</a>
<a href="https://www.freecodecamp.org/Shipwreckt">Freecodecamp.org</a>
@@ -79,7 +79,7 @@
<p>Programming
<li><a href="projects/programs/Qtile.html">Qtile configs</a></li>
- <li><a href="projects/programs/Fakefetch.html">Fakefetch script</a></li>
+ <li><a href="projects/programs/Fakefetch.html#info">Fakefetch script</a></li>
</p><br>
<p>Written works
diff --git 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>