Skip to content

Commit

Permalink
fixed italics
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobako committed Dec 31, 2023
1 parent 82b251f commit cee8ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/about_site.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h1> <a href="https://nicobako.dev">nicobako.github.io</a></h1>

<a href="https://nicobako.dev">nicobako.dev</a> is my personal site that is *still a work in progress* and, let's be honest, *a playground*.
<a href="https://nicobako.dev">nicobako.dev</a> is my personal site that is <i>still a work in progress* and, let's be honest, *a playground</i>.

<h2> Design</h2>

I'm trying something new here.

All my friends told me about is cool thing called _React_, and that *I just had to use it*, but what do they know?
All my friends told me about is cool thing called <i>React</i>, and that <i>I just had to use it</i>, but what do they know?

Instead, I'm writing this with plain HTML, and a few other libraries.

Expand All @@ -18,7 +18,7 @@ <h3> <a href="https://tailwindcss.com/">Tailwind</a></h3>

<h3> <a href="https://htmx.org/">htmx</a></h3>

I'm using *htmx* for replacing content on pages to simulate an SPA.
I'm using <i>htmx</i> for replacing content on pages to simulate an SPA.

<h3> <a href="https://hyperscript.org/">hyperscript</a></h3>

Expand Down

0 comments on commit cee8ebd

Please sign in to comment.