summaryrefslogtreecommitdiff
path: root/public/articles/1Learning_C.html
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-07-07 20:16:22 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-07-07 20:16:22 +0100
commitcd0ab5257bc7fc346aa86d651f6436458bbbde78 (patch)
treed235ba6f547254522c375d2e57b1c2e8f99d2d2b /public/articles/1Learning_C.html
parent24774d9f05a0fa594d1f32e3c95aeb641b3971ff (diff)
Updated website, changed names of pages and added Bitcoin page. I will update some more bits tomorrow
Diffstat (limited to 'public/articles/1Learning_C.html')
-rw-r--r--public/articles/1Learning_C.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/public/articles/1Learning_C.html b/public/articles/1Learning_C.html
deleted file mode 100644
index 3d962fe..0000000
--- a/public/articles/1Learning_C.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Shipwreckt</title>
- <link rel="icon" href="../Images/logo.jpg" type="image/x-icon">
- <link rel="stylesheet" href="../styles.css">
-</head>
-<body>
- <div class="sidebar">
- <h2>Table of Contents</h2><hr>
- <ul>
- <li><a href="#article">Article</a></li>
- </ul>
- </div>
- <div class="content">
- <header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
- <hr style="width:50%;text-align:center;">
- <nav>
- <ul>
- <li><a href="../index.html">Home</a></li>
- <li><a href="../index.html#projects">Projects</a></li>
- <li><a href="../index.html#Articles">Articles</a></li>
- <li><a href="../index.html#contact">Contact</a></li>
- </ul>
- </nav>
- </header>
- <main id="main-content">
- <h2>Learning the C programming language</h2>
- <h3>Date: 10:6:2024</h3>
- <hr>
- <p>Hello there, I have not updated this website in the last few days or posted much to GitLab, so I thought I might as well publish something to keep some people updated.</p>
-
- <p>So as the title implies, I have been learning the C programming language recently, and it has been fun. I am still at the basics, and I have tests coming up, but I am doing my best with the time I have! i  While I have been learning, I have been making a kind of tutorial file from the tutorial videos I have watched, so when I believe it is fully ready, I will publish it to GitLab.</p>
-
- <br><hr>
- <h3>Date: 27:6:2024</h3>
- <p>It has been a few weeks, and I have not made much progress, sadly. I have been quite busy with school, but I have more free time now, so I will have more time to study. I am happy I have more time because I have been really falling behind on learning C. </p>
-
- <font color="#800000">This page is still being updated as I learn more C so keep checking in! </font>
- </main>
- </div>
- <script src="../script.js"></script>
-</body>
-</html>
-