Updates styling and content
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="desktop-nav">
|
<div class="desktop-nav">
|
||||||
<NavLink href="/experience">Experience</NavLink>
|
<NavLink href="/experience">My Experience</NavLink>
|
||||||
<NavLink href="/about">This app</NavLink>
|
<NavLink href="/about">This app</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mobile-menu-body">
|
<div class="mobile-menu-body">
|
||||||
<div class="mobile-nav-links">
|
<div class="mobile-nav-links">
|
||||||
<NavLink href="/experience">Experience</NavLink>
|
<NavLink href="/experience">My Experience</NavLink>
|
||||||
<NavLink href="/about">This App</NavLink>
|
<NavLink href="/about">This App</NavLink>
|
||||||
</div>
|
</div>
|
||||||
<div class="mobile-social-divider">
|
<div class="mobile-social-divider">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PageTitle>Beau Findlay - Experience</PageTitle>
|
<PageTitle>Beau Findlay - Experience</PageTitle>
|
||||||
|
|
||||||
<Title CssClass="text-center">Experience</Title>
|
<Title CssClass="text-center">My Experience</Title>
|
||||||
|
|
||||||
<p class="text-center text-xl font-semibold mb-10 ">
|
<p class="text-center text-xl font-semibold mb-10 ">
|
||||||
Software Engineer since 2018
|
Software Engineer since 2018
|
||||||
|
|||||||
@@ -14,5 +14,5 @@
|
|||||||
<AnchorLink Href="https://unhurdmusic.com">un:hurd music</AnchorLink>.
|
<AnchorLink Href="https://unhurdmusic.com">un:hurd music</AnchorLink>.
|
||||||
</Text>
|
</Text>
|
||||||
<Text>
|
<Text>
|
||||||
I believe in a privacy-first, information-focussed and performant internet. You won't find any trackers, analytics or the need for a cookie consent policy here.
|
I believe in a privacy-first, information-focussed and performant internet. You won't find any trackers, analytics or the need for a cookie banner here.
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
@@ -221,7 +221,7 @@
|
|||||||
|
|
||||||
.mobile-menu-body {
|
.mobile-menu-body {
|
||||||
margin-top: var(--space-6);
|
margin-top: var(--space-6);
|
||||||
flex: 1 1 0%;
|
flex: 1 1 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -236,9 +236,7 @@
|
|||||||
margin-right: -0.75rem;
|
margin-right: -0.75rem;
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: var(--radius-lg);
|
border-radius: var(--radius-lg);
|
||||||
padding: 0.75rem;
|
padding: var(--space-2) 0.75rem;
|
||||||
padding-top: var(--space-2);
|
|
||||||
padding-bottom: var(--space-2);
|
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-base);
|
||||||
font-weight: var(--font-weight-semibold);
|
font-weight: var(--font-weight-semibold);
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
@@ -268,13 +266,12 @@ body:has(.menu-toggle:checked) {
|
|||||||
.mobile-menu-content {
|
.mobile-menu-content {
|
||||||
max-width: 24rem;
|
max-width: 24rem;
|
||||||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
|
||||||
border-left: 2px solid var(--color-slate-800);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
.navbar .logo-container {
|
.navbar .logo-container {
|
||||||
flex: 1 1 0%;
|
flex: 1 1 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .mobile-menu-button-container {
|
.navbar .mobile-menu-button-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user