Skip to content

Commit bed18bd

Browse files
committed
Improve header
1 parent 9f1454c commit bed18bd

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

layouts/_default/list.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
color: #bc4f5f;
6161
}
6262

63+
.header-sep {
64+
color: #ccc;
65+
font-size: 14px;
66+
}
67+
68+
6369

6470
.header img {
6571
width: 20px;
@@ -543,7 +549,9 @@
543549
{{ $i := "index.xml" }}
544550
<a href="{{ $i | relURL }}" class="rss-link" title="RSS Feed"><img src="rss.svg"> </a>
545551
<a href="#poster-info" class="header-link">about</a>
552+
<span class="header-sep">|</span>
546553
<a href="#" class="header-link" id="help-toggle">help</a>
554+
<span class="header-sep">|</span>
547555
<button class="frame-toggle" id="frame-toggle" title="Show all annotations">Show All</button>
548556
</div>
549557

@@ -633,28 +641,24 @@
633641
This is the <strong>UNIX Magic Poster</strong>, originally created by <strong>Gary Overacre</strong> in
634642
the mid-1980s and published by UniTech Software.
635643
It was later seen on display at a <a href="https://www.usenix.org/" target="_blank">USENIX
636-
Conference</a>, reflecting its lasting influence in UNIX culture.
637-
Head over to the <a href="https://github.com/drio/unixmagic" target="_blank">repo</a> if youd like to
644+
Conference</a>.
645+
Head over to the <a href="https://github.com/drio/unixmagic" target="_blank">repo</a> if you'd like to
638646
contribute!
639647
</p>
640648

641649
<p>
642-
UNIX has been a major influence on my career
643-
from the very beginning. My first exposure to UNIX was during my college years,
644-
when I had to write most of my first-year programming assignments on terminals
645-
connected to an <a href="https://en.wikipedia.org/wiki/HP-UX">HP-UX</a> main server.
646-
I was immediately captivated by the simplicity
647-
and power UNIX offered—especially compared to the operating systems I had used
648-
before, like DOS and Windows.
650+
UNIX has been a big part of my career from the start. My first exposure was
651+
during college, when I wrote most of my first-year programming assignments on
652+
terminals connected to an <a href="https://en.wikipedia.org/wiki/HP-UX">HP-UX</a>
653+
main server. Coming from DOS and Windows, the simplicity and power of UNIX
654+
hit me right away.
649655
</p>
650656

651657
<p>
652-
That experience changed the way I thought about computers. From that point on,
653-
I never looked back—UNIX has been my constant companion in my computing journey
654-
ever since.
658+
That experience changed how I thought about computers. From that point on,
659+
I never looked back. UNIX has been part of my computing life ever since.
655660

656-
This project is my humble rendition—a celebration of UNIX and its lasting impact
657-
on me.
661+
This project is my way of celebrating that.
658662
</p>
659663

660664
<div style="display: flex; justify-content: flex-end; font-weight: 500; font-size: 12px;">

0 commit comments

Comments
 (0)