|
60 | 60 | color: #bc4f5f; |
61 | 61 | } |
62 | 62 |
|
| 63 | + .header-sep { |
| 64 | + color: #ccc; |
| 65 | + font-size: 14px; |
| 66 | + } |
| 67 | + |
| 68 | + |
63 | 69 |
|
64 | 70 | .header img { |
65 | 71 | width: 20px; |
|
543 | 549 | {{ $i := "index.xml" }} |
544 | 550 | <a href="{{ $i | relURL }}" class="rss-link" title="RSS Feed"><img src="rss.svg"> </a> |
545 | 551 | <a href="#poster-info" class="header-link">about</a> |
| 552 | + <span class="header-sep">|</span> |
546 | 553 | <a href="#" class="header-link" id="help-toggle">help</a> |
| 554 | + <span class="header-sep">|</span> |
547 | 555 | <button class="frame-toggle" id="frame-toggle" title="Show all annotations">Show All</button> |
548 | 556 | </div> |
549 | 557 |
|
|
633 | 641 | This is the <strong>UNIX Magic Poster</strong>, originally created by <strong>Gary Overacre</strong> in |
634 | 642 | the mid-1980s and published by UniTech Software. |
635 | 643 | 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 you’d 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 |
638 | 646 | contribute! |
639 | 647 | </p> |
640 | 648 |
|
641 | 649 | <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. |
649 | 655 | </p> |
650 | 656 |
|
651 | 657 | <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. |
655 | 660 |
|
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. |
658 | 662 | </p> |
659 | 663 |
|
660 | 664 | <div style="display: flex; justify-content: flex-end; font-weight: 500; font-size: 12px;"> |
|
0 commit comments