Skip to content

Commit 2a7ed32

Browse files
committed
menu changes and site simplification
1 parent fbe88d3 commit 2a7ed32

5 files changed

Lines changed: 27 additions & 12 deletions

File tree

_includes/footer.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
<footer>
2-
<div class="footer-content">
3-
<a href="www.linkedin.com/in/nathan-lodder" target="_blank" class="social-link">
4-
<i class="fa-brands fa-linkedin-in"></i>
5-
<span>LinkedIn</span>
6-
</a>
72
<p>2026 | Nathan Lodder</p>
8-
</div>
93
</footer>

_layouts/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
<div class="menu-content">
1818
<ul class="menu-links">
1919
<li><a href="/">home</a></li>
20-
<li><a href="/robotics/">robotics</a></li>
21-
<li><a href="/engineering/">engineering</a></li>
22-
<li><a href="/about/">about</a></li>
20+
<li><a href="/projects/">projects</a></li>
2321
</ul>
2422
</div>
2523
</button>

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@ <h1>Nathan Lodder</h1>
1010
<main class="landing-container">
1111
<nav class="centered-menu">
1212
<ul class="menu-list">
13-
<li><a href="/robotics/">robotics</a></li>
14-
<li><a href="interests.html">interests</a></li>
15-
<li><a href="assets/docs/resume.pdf" target="_blank" class="resume-link">resume</a></li>
13+
<li><a href="/projects/">robotics</a></li>
14+
<li><a href="/interests/">interests</a></li>
15+
<li><a href="https://www.linkedin.com/in/nathan-lodder/" target="_blank" class="social-link">
16+
<i class="fa-brands fa-linkedin-in"></i>
17+
<span>LinkedIn</span>
18+
</a>
19+
</li>
20+
<li><a href="https://github.com/nlodder" target="_blank" class="social-link">
21+
<i class="fa-brands fa-github"></i>
22+
<span>github</span>
23+
</a>
24+
</li>
1625
</ul>
1726
</nav>
1827
</main>

interests/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Nathan Lodder's Interests Page
4+
---
5+
6+
<header class="hero">
7+
<h1>Nathan Lodder</h1>
8+
<p>Robotics & Art.</p>
9+
</header>
10+
<main class="landing-container">
11+
<p>
12+
I am interested in robotics
13+
</p>
14+
</main>
File renamed without changes.

0 commit comments

Comments
 (0)