Skip to content

Commit

Permalink
Convert the logo into a front page link universally
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 5, 2024
1 parent a6db9e7 commit f4d05ff
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/blog/fstest-mapfs-file-does-not-exist.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
1 change: 1 addition & 0 deletions content/blog/keep-going-till-its-fun.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/blog/life-is-a-glorious-time-sink.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/articles/index.html" class="link">articles</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/blog/testing-panics-in-go.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/blog/using-andrew-for-your-website.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/projects/andrew/andrew-is-minimalistic.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/projects/andrew/attributes-and-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ <h1>Intro: How Do You Get To Carnegie Hall?</h1>
The cliché we have is that you can grind leetcode to get good at this. So let's start grinding leetcode, like it's a gym. Learn to love the process of taking six months
to see noticeable progress.
</p>
<p>
I'll be using go as my language, so the code examples provided in the workbook I'm working through won't give me the quickest path to an answer.
</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion content/projects/p4merge-wrapper/2024-01-24.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion content/social/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav class="navigation">
<a href="/" class="link">front page</a>
<img src="/images/logo.png">
<a href=/><img src="/images/logo.png"></a>
<a href="/blog/index.html" class="link">blog</a>
<a href="/projects/index.html" class="link">projects</a>
<a href="/make-it-usable/index.html" class="link">Make It Usable</a>
Expand Down

0 comments on commit f4d05ff

Please sign in to comment.