Update repo
This commit is contained in:
32
blog/about.html
Normal file
32
blog/about.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>My About Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>My Blog</h1>
|
||||
<a href="index.html">Go home</a>
|
||||
<h2>About Me</h2>
|
||||
<p>
|
||||
Hi! I'm David Thomson, and I'm a web developer. I love creating websites
|
||||
and learning new things. I'm so excited to share my blog with you!
|
||||
</p>
|
||||
<p>
|
||||
I'm currently working on a few projects, including a personal blog and a
|
||||
portfolio site. I'm also learning new technologies like React and Node.js.
|
||||
</p>
|
||||
<p>
|
||||
When I'm not coding, I enjoy hiking, reading, and spending time with my
|
||||
family. I'm always looking for new adventures and challenges, so feel free
|
||||
to reach out if you have any ideas!
|
||||
</p>
|
||||
<h2>My Career so far</h2>
|
||||
<ul>
|
||||
<li>Web Developer at XYZ Corp (2018-2020)</li>
|
||||
<li>Freelance Web Developer (2016-2018)</li>
|
||||
<li>Junior Web Developer at ABC Inc (2014-2016)</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
80
blog/index.html
Normal file
80
blog/index.html
Normal file
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>My Super Cool Blog</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>My Blog</h1>
|
||||
<a href="about.html">About</a>
|
||||
|
||||
<h2>Intro</h2>
|
||||
<p>
|
||||
Welcome to my blog! I'm so glad you're here. I'll be posting about all
|
||||
sorts of things, so be sure to check back often.
|
||||
</p>
|
||||
|
||||
<h2>Latest Posts</h2>
|
||||
<article>
|
||||
<h3>My First Post</h3>
|
||||
<p>David Thomson</p>
|
||||
<p><em>23-05-2024</em></p>
|
||||
<img src="https://via.placeholder.com/300" alt="placeholder" />
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
|
||||
suscipit, nunc nec lacinia lacinia, nunc turpis ultricies nunc, nec
|
||||
fermentum nunc metus nec nunc. Nullam suscipit, nunc nec lacinia
|
||||
lacinia, nunc turpis ultricies nunc, nec fermentum nunc metus nec nunc.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<h3>My Second Post</h3>
|
||||
<p>David Thomson</p>
|
||||
<p><em>23-05-2024</em></p>
|
||||
<img src="https://via.placeholder.com/300" alt="placeholder" />
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
|
||||
suscipit, nunc nec lacinia lacinia, nunc turpis ultricies nunc, nec
|
||||
fermentum nunc metus nec nunc. Nullam suscipit, nunc nec lacinia
|
||||
lacinia, nunc turpis ultricies nunc, nec fermentum nunc metus nec nunc.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<h3>My Third Post</h3>
|
||||
<p>David Thomson</p>
|
||||
<p><em>23-05-2024</em></p>
|
||||
<img src="https://via.placeholder.com/300" alt="placeholder" />
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
|
||||
suscipit, nunc nec lacinia lacinia, nunc turpis ultricies nunc, nec
|
||||
fermentum nunc metus nec nunc. Nullam suscipit, nunc nec lacinia
|
||||
lacinia, nunc turpis ultricies nunc, nec fermentum nunc metus nec nunc.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<h3>My Fourth Post</h3>
|
||||
<p>David Thomson</p>
|
||||
<p><em>23-05-2024</em></p>
|
||||
<img src="https://via.placeholder.com/300" alt="placeholder" />
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
|
||||
suscipit, nunc nec lacinia lacinia, nunc turpis ultricies nunc, nec
|
||||
fermentum nunc metus nec nunc. Nullam suscipit, nunc nec lacinia
|
||||
lacinia, nunc turpis ultricies nunc, nec fermentum nunc metus nec nunc.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<h3>My Fifth Post</h3>
|
||||
<p>David Thomson</p>
|
||||
<p><em>23-05-2024</em></p>
|
||||
<img src="https://via.placeholder.com/300" alt="placeholder" />
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
|
||||
suscipit, nunc nec lacinia lacinia, nunc turpis ultricies nunc, nec
|
||||
fermentum nunc metus nec nunc. Nullam suscipit, nunc nec lacinia
|
||||
lacinia, nunc turpis ultricies nunc, nec fermentum nunc metus nec nunc.
|
||||
</p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user