[07/08/23] changed to monospace font and caps titles

This commit is contained in:
Andrew Conlin 2023-08-07 13:19:51 +01:00
parent 39c52872d7
commit 340f7499bf
16 changed files with 119 additions and 109 deletions

View file

@ -14,44 +14,44 @@
<body>
<div class="container text-start">
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:#282828;background-color:#ebdbb2;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
<div class="row row-cols-1 row-cols-md-2">
<div class="col col-md-3">
<div class="row row-cols-1 g-0" id="nav">
<div class="row row-cols-1 g-0" id="nav" style="position:sticky;top:0px;">
<h1 class="display-3 logo" style="font-weight:700;" id="logo">
<span style="color:#282828;background-color:#ebdbb2;">ac</span>
</h1>
<div class="col">
<h4>
<a href="/" class="text-decoration-none"> about </a>
<a href="/" class="text-decoration-none"> ABOUT </a>
</h4>
</div>
<div class="col">
<h4>
<a href="/blog" class="text-decoration-none"> blog </a>
<a href="/blog" class="text-decoration-none"> BLOG </a>
</h4>
</div>
<div class="col">
<h4>
<a href="/til" class="text-decoration-none"> til </a>
<a href="/til" class="text-decoration-none"> TIL </a>
</h4>
</div>
<div class="col">
<h4>
<a href="/projects" class="text-decoration-none"> projects </a>
<a href="/projects" class="text-decoration-none"> PROJECTS </a>
</h4>
</div>
<div class="col">
<h4>
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos</a>
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> PHOTOS</a>
</h4>
</div>
<div class="col gy-2">
<div class="col gy-2" style="font-family: Arial, Helvetica, sans-serif;">
<h4>
<div>
<span>
@ -95,9 +95,9 @@
<hr class="menu">
</div>
</div>
<div class="col col-md-9">
<div class="col col-md-9" style="position: relative;top: 90px;">
<h1 style="font-weight: 500;">
about me
ABOUT ME
</h1>
<p>
@ -114,7 +114,7 @@ My main hobbies are film photography and running. I love <a href="https://letter
I mainly use this site as a space for my blog, where I post interesting things I've found, and some of my (not so interesting) thoughts. Inspired by <a href="https://til.simonwillison.net/">Simon Willison</a>, I also post my TIL series here. Any time I run into a weird error while programming, I post the full error message and the fix that I found, to hopefully help someone down the line.
<br>
<br>
<h1> contact </h1>
<h1> CONTACT </h1>
<hr>
You can <a href="mailto:andrew@andrewconl.in">email me</a>, or use any of the socials in the nav menu.
<br>