Remove the navigation buttons entirely, and simplify the homepage

This commit is contained in:
2026-08-08 21:20:10 -04:00
parent b12b8e2be9
commit bbd7da3a15
4 changed files with 14 additions and 25 deletions

View File

@@ -1,20 +1,9 @@
<nav class="navbar"> <nav class="navbar">
<a href="/" class="nav-logo"> <a href="/" class="nav-title">
<img src="/assets/web-app-manifest-512x512.png" alt="Brendan Chen home" class="nav-logo-icon"> <p>
<b>
Brendan Chen
</b>
</p>
</a> </a>
<input type="checkbox" id="hamburger-toggle" class="hamburger-toggle">
<label for="hamburger-toggle" class="hamburger">
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
</label>
<label for="hamburger-toggle" class="menu-overlay"></label>
<ul class="nav-menu">
<li class="nav-item">
<a href="/" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="/projects" class="nav-link">Projects</a>
</li>
</ul>
</nav> </nav>

View File

@@ -2,20 +2,17 @@
title: "Brendan Chen" title: "Brendan Chen"
layout: default layout: default
isIndexPage: 1 isIndexPage: 1
permalink: /
--- ---
# Brendan Chen
I'm Brendan, a recently graduated Software Engineering student who attended Chapman University. I'm currently an associate software engineer at Cargill. I'm also the creator of [OpenAppLock](https://github.com/brendan-ch/OpenAppLock), an open-source time blocker for iOS, and [Interchange](https://interchange.bchen.dev), a free shuttle app for Chapman students. I'm Brendan, a recently graduated Software Engineering student who attended Chapman University. I'm currently an associate software engineer at Cargill. I'm also the creator of [OpenAppLock](https://github.com/brendan-ch/OpenAppLock), an open-source time blocker for iOS, and [Interchange](https://interchange.bchen.dev), a free shuttle app for Chapman students.
I believe that no matter which path an app's development takes, it should be grounded in real experiences. I believe that no matter which path an app's development takes, it should be grounded in real experiences.
Feel free to [say hi](mailto:brendan@bchen.dev)! Feel free to [say hi](mailto:brendan@bchen.dev)!
<div class="horizontal-wrapper"> - [[Projects]]
<a class="primary-action" href="/projects">View projects</a> - [View my resume](/assets/resume.pdf)
<a class="secondary-action" href="/assets/resume.pdf" target="_blank">View resume</a>
</div>
![Picture of me taken at the Senso-ji Buddhist Temple in Asakusa, Tokyo, Japan](assets/me-1.png "Picture of me taken at the Senso-ji Buddhist Temple in Asakusa, Tokyo, Japan") ![Picture of me taken at the Senso-ji Buddhist Temple in Asakusa, Tokyo, Japan](../assets/me-1.png "Picture of me taken at the Senso-ji Buddhist Temple in Asakusa, Tokyo, Japan")

View File

@@ -36,7 +36,6 @@ footer {
width: 100%; width: 100%;
padding-bottom: 32px; padding-bottom: 32px;
padding-top: 64px;
} }
a { a {

View File

@@ -10,6 +10,10 @@
height: 64px; height: 64px;
} }
.nav-title {
text-decoration: none;
}
.nav-logo { .nav-logo {
display: flex; display: flex;
align-items: center; align-items: center;