Skip to content

Commit 1a48631

Browse files
committed
refacoring the page layout of my website, and the home page
1 parent d6436b6 commit 1a48631

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
2828
</div>
2929

3030
<nav>
31-
<a href="{{ site.baseurl }}/blog/">blog</a>
31+
<a href="{{ site.baseurl }}/thoughts">thoughts</a>
3232
<a href="{{ site.baseurl }}/books">books</a>
33-
<a href="{{ site.baseurl }}/thoughts">thoughts</a>
33+
<a href="{{ site.baseurl }}/longer/">longer</a>
3434
<a href="{{ site.baseurl }}/search">search</a>
3535
<a href="{{ site.baseurl }}/about">about</a>
36-
</nav>
36+
</nav>
3737
</header>
3838
</div>
3939
</div>

_layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
2828
</div>
2929

3030
<nav>
31-
<a href="{{ site.baseurl }}/blog/">blog</a>
32-
<a href="{{ site.baseurl }}/books">books</a>
3331
<a href="{{ site.baseurl }}/thoughts">thoughts</a>
32+
<a href="{{ site.baseurl }}/books">books</a>
33+
<a href="{{ site.baseurl }}/longer/">longer</a>
3434
<a href="{{ site.baseurl }}/search">search</a>
3535
<a href="{{ site.baseurl }}/about">about</a>
3636
</nav>

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,25 @@
1111
<div class="home-header">
1212
Welcome to my presence on the internet.
1313
</div>
14+
<br>
1415
<div class="section">
15-
<div class="section-header">blog</div>
16-
posts I took a while to write, and I consider polished
16+
<div class="section-header">thoughts</div>
17+
random thoughts on work, life, and anything that catches my fancy. may be unpolished. there is beauty in the blemishes of my prose, I tell myself.
1718
</div>
19+
20+
<br>
1821
<div class="section">
1922
<div class="section-header">books</div>
2023
book reviews and notes
2124
</div>
25+
26+
<br>
2227
<div class="section">
23-
<div class="section-header">thoughts</div>
24-
random thoughts, and unpolished pieces; also, my "memoir"
28+
<div class="section-header">longer</div>
29+
posts I took a while to write, and I consider polished. it's been a while since I have updated this, so this isn't an entirely accurate representation of who I am today.
2530
</div>
31+
32+
<br>
2633
<div class="section">
2734
<div class="section-header">about</div>
2835
more about me.

0 commit comments

Comments
 (0)