summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-06-10 16:59:23 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-06-10 16:59:23 +0100
commitf83ea8997efe58f15198308ae765f102a66c269c (patch)
treef9e1d3f020ff1f99b30dd4e4108c66ad9d5bb479 /public/index.html
parent4f08cc45e5d940c256cc277ca96de6cc54953a6d (diff)
updated website and added some css also a new article
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html41
1 files changed, 24 insertions, 17 deletions
diff --git a/public/index.html b/public/index.html
index 6f20ed0..e11d639 100644
--- a/public/index.html
+++ b/public/index.html
@@ -43,24 +43,23 @@
</section>
<section id="about">
- <div class="about-content">
- <div class="about-image">
- <img src="Images/logo.jpg" alt="About Me Image">
- </div>
- <div class="about-text">
- <h2>About Me</h2>
- <p>Hello there! I am Shipwreckt, a 15-year-old dude who lives in the UK, if you cannot tell I like to program!</p>
-
- <p>I have enjoyed programming for a number of years now, ever since early 2022, but I only really delved into programming fully in late 2023, when I fully switched from Windows to Linux. The reason why I made the switch was because even though I can see Windows is not all that great, I wanted to challenge myself and also give myself a reason to program again, so I switched over to Linux, and it has been amazing. It has given me the freedom to be creative with my desktop and config files. But I am currently learning the C programming language, and I am planning on making some more programs, so keep your eyes peeled for when I do!</p>
- <hr>
- <ul>
- <li><a href="about/hardware">Hardware I am using</a></li>
- <li><a href="about/software">Software I use</a></li>
- </ul>
- </div>
- </div>
-</section>
+ <div class="about-content">
+ <div class="about-image">
+ <img src="Images/logo.jpg" alt="About Me Image">
+ </div>
+ <div class="about-text">
+ <h2>About Me</h2>
+ <p>Hello there! I am Shipwreckt, a 15-year-old dude who lives in the UK, if you cannot tell I like to program!</p>
+ <p>I have enjoyed programming for a number of years now, ever since early 2022, but I only really delved into programming fully in late 2023, when I fully switched from Windows to Linux. The reason why I made the switch was because even though I can see Windows is not all that great, I wanted to challenge myself and also give myself a reason to program again, so I switched over to Linux, and it has been amazing. It has given me the freedom to be creative with my desktop and config files. But I am currently learning the C programming language, and I am planning on making some more programs, so keep your eyes peeled for when I do!</p>
+ <hr>
+ <ul>
+ <li><a href="about/hardware">Hardware I am using</a></li>
+ <li><a href="about/software">Software I use</a></li>
+ </ul>
+ </div>
+ </div>
+ </section>
<section id="contact" style="display: none;">
<h2>Contact</h2>
@@ -95,8 +94,16 @@
<section id="Articles" style="display: none;">
<div class="article">
+ <h2><a href="articles/1Learning_C.html">Learning the C programming language</a></h2>
+ <p>Date: June 10th, 2024</p>
+ <p>My journy of learning C with notes and updates.</p>
+ <font color="#800000">This artical is still being wrote.</font>
+ </div>
+
+ <div class="article">
<h2><a href="articles/0How_To_Stay_Safe_Online.html#article">How to stay safe online</a></h2>
<p>Date: May 30, 2024</p>
+ <p>This article is about how I stay safe online and what programs I use to do so.</p>
</div>
</section>
</main>