Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<body>

<nav class="topbar">
<a class="brand" href="https://lakshgoyal.com">Laksh Goyal<span>.</span></a>
<a class="brand" href="https://lakshgoyal.com">Laksh Goyal</a>
<div class="navlinks">
<a href="https://github.com/lgoyal6/strata">GitHub</a>
<a href="https://www.linkedin.com/in/lakshgoyal">LinkedIn</a>
<a href="https://github.com/lgoyal6/strata"><svg viewBox="0 0 16 16" aria-hidden="true"><path fill="currentColor" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z"/></svg><span>GitHub</span></a>
<a href="https://www.linkedin.com/in/lakshgoyal"><svg viewBox="0 0 16 16" aria-hidden="true"><path fill="currentColor" d="M3.6 5.3H.9V15h2.7V5.3ZM2.25 1A1.55 1.55 0 1 0 2.25 4.1 1.55 1.55 0 0 0 2.25 1ZM15.1 9.6c0-2.6-1.4-3.8-3.25-3.8-1.5 0-2.17.82-2.55 1.4V5.3H6.6c.04.76 0 9.7 0 9.7h2.7V9.6c0-.24.02-.48.09-.65.19-.48.63-.98 1.37-.98.97 0 1.35.74 1.35 1.82V15h2.7Z"/></svg><span>LinkedIn</span></a>
</div>
</nav>
<nav class="tabs" aria-label="Sections">
Expand Down
5 changes: 5 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,8 @@ html { scroll-padding-top: 96px; }
html { scroll-behavior: auto; }
.tabs a, .navlinks a { transition: none; }
}

/* Brand marks in the nav, sized to the text and inheriting its colour. */
.navlinks a { display: inline-flex; align-items: center; gap: 7px; }
.navlinks svg { width: 15px; height: 15px; flex: 0 0 auto; }
.brand { letter-spacing: .005em; }
Loading