website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 0f987c144a7678b781ae8c3ac2428e2672b0cafd
parent 9a5bf685faaf0848175e691d89a310524d29b777
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date:   Sat, 20 Jul 2024 09:21:43 +0100

trying to get mobile working (Again)

Diffstat:
Mpublic/index.html | 11+++++------
Mpublic/posts/0learningC | 3++-
Mpublic/styles.css | 14+++++++-------
3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -20,21 +20,20 @@ </nav> </header> <main class="description"> - <p> - Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and diffrent algerithems.</p> - <p><a href=about/software>Software</a> and <a href=about/hardware>hardware</a> that I use</p> + <p>Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and different algorithms.</p> + <p><a href="about/software">Software</a> and <a href="about/hardware">hardware</a> that I use</p> <section class="posts"> <h2>Posts</h2> <ul> - <li>19-07-2024 - <a href="posts/2Summer">Summer Holiday!</a></li> + <li>19-07-2024 - <a href="posts/2Summer">Summer holiday!</a></li> <li>13-07-2024 - <a href="posts/1dwm">Switching to DWM</a></li> <li>10-06-2024 - <a href="posts/0learningC">Learning the C programming language</a></li> </ul> </section> <section class="posts"> - <h2>Articals</h2> + <h2>Articles</h2> <ul> - <li>30-05-2024 - <a href="articals/0How_To_Stay_Safe_Online">How to stay safe online</a></li> + <li>30-05-2024 - <a href="articles/0How_To_Stay_Safe_Online">How to stay safe online</a></li> </ul> </section> </main> diff --git a/public/posts/0learningC b/public/posts/0learningC @@ -41,7 +41,8 @@ <h3>Reading material</h3> <ul> <li><a href="https://mirror.parrot.sh/parrot/misc/openbooks/programming/C_Programming.pdf">C programming</a></li> - <li><a href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#hello_002ec">Gnu C refrance manual</a></li> + <li><a href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html">Gnu C refrance manual</a></li> + <li><a href="https://www.w3schools.com/c/">W3schools</a></li> </ul> <h3>Videos</h3> <p>For privacy reasons I have used yewtu.be which for now is more private then google's youtube.</p> diff --git a/public/styles.css b/public/styles.css @@ -34,15 +34,15 @@ nav ul li { margin-right: 20px; } +nav ul li.logo img { + max-height: 70px; +} + nav ul li a { color: #716181; text-decoration: none; } -nav ul li.logo img { - max-height: 70px; -} - a { color: #643f7c; text-decoration: none; @@ -91,11 +91,11 @@ a:hover { max-width: 100%; padding: 0 10px; } - + .title { font-size: 28px; } - + nav ul li { display: block; margin: 10px 0; @@ -115,7 +115,7 @@ a:hover { .title { font-size: 24px; } - + .description { font-size: 14px; }