Skip to content

Commit

Permalink
not important
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTunney committed Dec 30, 2024
1 parent 213e35d commit 4cfb58f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
title: My Portfolio
description: A showcase of my projects and work
theme: minima

# Custom styles
markdown: kramdown
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
9 changes: 9 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* Example custom CSS */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}

h1 {
color: #333;
}
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
layout: home
title: Welcome to My Portfolio
---

<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</nav>

<h1>Hello, I'm Isaac Tunney!</h1>
<p>Welcome to my portfolio website! Check out my projects and get in touch.</p>

0 comments on commit 4cfb58f

Please sign in to comment.