Skip to content

Commit

Permalink
spaced navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfustin committed May 29, 2024
1 parent 9114d1f commit f990848
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 2 deletions.
2 changes: 2 additions & 0 deletions site/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<svg id="close" class="quote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 217" preserveAspectRatio="xMidYMid meet"><path d="m67.6875 41.48799l0 -15.078127l-19.453125 0l0 15.078127q0 8.46875 -2.140625 15.015625q-2.125 6.53125 -5.4375 12.203125l11.078125 6.890625q3.390625 -3.046875 6.265625 -7.09375q2.890625 -4.0625 5.078125 -8.609375q2.171875 -4.4375 3.390625 -9.1875q1.21875 -4.765625 1.21875 -9.21875z"/></svg>
</div>

<div class="navbar-link">>></div>

<!-- Home -->
<div class="navbar-link">
<a href="https://drewfustin.com" title="about">
Expand Down
2 changes: 2 additions & 0 deletions site/public/ls/first/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<svg id="close" class="quote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 217" preserveAspectRatio="xMidYMid meet"><path d="m67.6875 41.48799l0 -15.078127l-19.453125 0l0 15.078127q0 8.46875 -2.140625 15.015625q-2.125 6.53125 -5.4375 12.203125l11.078125 6.890625q3.390625 -3.046875 6.265625 -7.09375q2.890625 -4.0625 5.078125 -8.609375q2.171875 -4.4375 3.390625 -9.1875q1.21875 -4.765625 1.21875 -9.21875z"/></svg>
</div>

<div class="navbar-link">>></div>

<!-- Home -->
<div class="navbar-link">
<a href="https://drewfustin.com" title="about">
Expand Down
2 changes: 2 additions & 0 deletions site/public/ls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<svg id="close" class="quote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 217" preserveAspectRatio="xMidYMid meet"><path d="m67.6875 41.48799l0 -15.078127l-19.453125 0l0 15.078127q0 8.46875 -2.140625 15.015625q-2.125 6.53125 -5.4375 12.203125l11.078125 6.890625q3.390625 -3.046875 6.265625 -7.09375q2.890625 -4.0625 5.078125 -8.609375q2.171875 -4.4375 3.390625 -9.1875q1.21875 -4.765625 1.21875 -9.21875z"/></svg>
</div>

<div class="navbar-link">>></div>

<!-- Home -->
<div class="navbar-link">
<a href="https://drewfustin.com" title="about">
Expand Down
2 changes: 2 additions & 0 deletions site/public/ls/second/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<svg id="close" class="quote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 217" preserveAspectRatio="xMidYMid meet"><path d="m67.6875 41.48799l0 -15.078127l-19.453125 0l0 15.078127q0 8.46875 -2.140625 15.015625q-2.125 6.53125 -5.4375 12.203125l11.078125 6.890625q3.390625 -3.046875 6.265625 -7.09375q2.890625 -4.0625 5.078125 -8.609375q2.171875 -4.4375 3.390625 -9.1875q1.21875 -4.765625 1.21875 -9.21875z"/></svg>
</div>

<div class="navbar-link">>></div>

<!-- Home -->
<div class="navbar-link">
<a href="https://drewfustin.com" title="about">
Expand Down
2 changes: 2 additions & 0 deletions site/public/ls/third/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<svg id="close" class="quote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 217" preserveAspectRatio="xMidYMid meet"><path d="m67.6875 41.48799l0 -15.078127l-19.453125 0l0 15.078127q0 8.46875 -2.140625 15.015625q-2.125 6.53125 -5.4375 12.203125l11.078125 6.890625q3.390625 -3.046875 6.265625 -7.09375q2.890625 -4.0625 5.078125 -8.609375q2.171875 -4.4375 3.390625 -9.1875q1.21875 -4.765625 1.21875 -9.21875z"/></svg>
</div>

<div class="navbar-link">>></div>

<!-- Home -->
<div class="navbar-link">
<a href="https://drewfustin.com" title="about">
Expand Down
2 changes: 1 addition & 1 deletion site/public/site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion site/sass/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--nav-logo-quote-color: var(--color-high);
--nav-logo-space-opacity: 0.05;
--nav-logo-operator-opacity: 0.25;
--nav-link-count: 7;
--nav-link-count: 8;
--nav-logo-height: 32px;
--nav-link-size: 16px;
--gap-size: 8px;
Expand Down Expand Up @@ -78,6 +78,9 @@
.navbar-link {
display: flex;
grid-row: 2;
font-family: var(--font-code), monospace;
color: var(--color-lite);
font-size: 12px;

svg {
width: var(--nav-link-size);
Expand Down
2 changes: 2 additions & 0 deletions site/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<svg id="close" class="quote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 217" preserveAspectRatio="xMidYMid meet"><path d="m67.6875 41.48799l0 -15.078127l-19.453125 0l0 15.078127q0 8.46875 -2.140625 15.015625q-2.125 6.53125 -5.4375 12.203125l11.078125 6.890625q3.390625 -3.046875 6.265625 -7.09375q2.890625 -4.0625 5.078125 -8.609375q2.171875 -4.4375 3.390625 -9.1875q1.21875 -4.765625 1.21875 -9.21875z"/></svg>
</div>

<div class="navbar-link">>></div>

<!-- Home -->
<div class="navbar-link">
<a href="{{ config.base_url | safe}}" title="about">
Expand Down

0 comments on commit f990848

Please sign in to comment.