Skip to content

Commit

Permalink
added the baseline files for the website
Browse files Browse the repository at this point in the history
  • Loading branch information
j-miskill committed Nov 21, 2023
1 parent 25d5c4c commit 4203a05
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<title>Jackson Miskill</title>
</head>
<body>
<p>Hi, I'm Jackson</p>

<a href="projects.html">Projects</a>
<a href="writings.html">Writings</a>
</body>
</html>
10 changes: 10 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>

</body>
</html>
Empty file added script.js
Empty file.
Empty file added style.css
Empty file.
10 changes: 10 additions & 0 deletions writings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>

</body>
</html>

0 comments on commit 4203a05

Please sign in to comment.