Skip to content

Commit

Permalink
Added an About & Works page
Browse files Browse the repository at this point in the history
  • Loading branch information
O662 committed Dec 27, 2024
1 parent 95104dd commit fabe561
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions About.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>

<head>
<title>Page 2</title>
</head>

<body>
<h1>Welcome to the About Page</h1>
<p>This is the About page.</p> <a href="index.html">Back to Home Page</a>
</body>

</html>
13 changes: 13 additions & 0 deletions Works.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>

<head>
<title>Page 2</title>
</head>

<body>
<h1>Welcome to the Works Page</h1>
<p>This is the Works page.</p> <a href="index.html">Back to Home Page</a>
</body>

</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h1>Malcolm Ferguson</h1>
<section id="About">
<h2>About</h2>
<p>Education & Timeline</p>
<a href="About.html">Go to Project Page</a>
</section>
<section id="Projects">
<h2>Projects</h2>
Expand All @@ -63,6 +64,7 @@ <h2>Projects</h2>
<section id="Works">
<h2>Works</h2>
<p>Pardon the dust, we're cooking rn!</p>
<a href="Works.html">Go to Project Page</a>
</section>
<section id="Goals">
<h2>Goals</h2>
Expand Down

0 comments on commit fabe561

Please sign in to comment.