Remove the navigation buttons entirely, and simplify the homepage
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -36,7 +36,6 @@ footer {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
padding-top: 64px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user