diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-14 17:21:29 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-14 17:21:29 -0500 |
| commit | d0c53ac78a8303e5b8a5569402d594bdd9e7a67d (patch) | |
| tree | 48e183a2f9ea9de220c586dda3ac70c4187b36a6 /now.html | |
| parent | 78307f32c4e843045f979092aea3006aa9d555a2 (diff) | |
| download | personal-website-d0c53ac78a8303e5b8a5569402d594bdd9e7a67d.tar.xz personal-website-d0c53ac78a8303e5b8a5569402d594bdd9e7a67d.zip | |
Redo index.html and now.html for more modern format
Diffstat (limited to 'now.html')
| -rw-r--r-- | now.html | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -18,18 +18,20 @@ <script defer src="https://www.umami.dbolger.dev/script.js" data-website-id="5706a92f-f6bc-4a67-86f8-5bae82810f95"></script> </head> +<nav id="nav" class="topnav"> + <a href="index.html">Dylan Bolger</a> + <a class="active" href="#projects">Now</a> + <div class="topnav-right"> + <a href="index.html#Experience">Experience</a> + <a href="index.html#Projects">Projects</a> + <a href="https://blog.dbolger.dev">Blog</a> + <a href="https://git.dbolger.dev">Git</a> + <a href="assets/pdf/resume.pdf">Resume</a> + </div> +</nav> + <body id="home"> - <header> - <ul id="nav"> - <li><a href="https://blog.dbolger.dev/blog" target="_blank" rel="noopener noreferrer">Blog</a></li> - <li><a href="https://git.dbolger.dev" target="_blank" rel="noopener noreferrer">cgit</a></li> - <li><a href="assets/pdf/resume.pdf">Résumé</a></li> - </ul> - </header> <section id="now"> - <p> - <a href="https://dbolger.dev">< Back to homepage</a> - </p> <h1>Now</h1> <p> Welcome to my "now" page, which I'll be using to tell you how I'm currently doing, |
