Skip to content

Commit

Permalink
made prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobako committed Jan 1, 2024
1 parent 1382ecc commit 0a62cca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
16 changes: 9 additions & 7 deletions pages/about_me.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,26 @@ <h1>
</p>

<p>
I'm a software developer with a passion for writing <i>beautiful code</i>.
</p>

<p>
I have a firm belief that writing code is about more than <i>implementing features</i>.
I have a firm belief that writing code is about much more than <em>implementing features</em>.
Writing code is a creative process that is equal parts art and science.
</p>

<p>
My principle goal, when writing code, is to create software that improves the lives of whoever interacts with it.
My principle goal, when writing code,
is to create software that improves the lives of whoever interacts with it.
This includes customers, other developers, and of course, myself.
</p>

<h2>
Other Work
</h2>

I have written a simple blog: <a href="https://nicobako.github.io/pythonic-misadventures">Pythonic Misadventures</a>
<h3>
<a href="https://nicobako.github.io/pythonic-misadventures">Pythonic Misadventures</a>
</h3>
<p>
A simple blog where I try to solve interesting problems with Python.
</p>

<h2>Social LInks</h2>

Expand Down
11 changes: 4 additions & 7 deletions pages/about_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ <h1>nicobako.github.io</h1>
<h2> Design</h2>

<p>
I'm trying something new here.

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?

HTML is already very powerful.
Instead of replacing HTML with a frontend framework,
I am writing plain HTML, and using only a few libraries
that are specifically designed to be added directly to HTML.
</p>

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

My goal is to keep this as simple as possible, while not sacrificing functionality or quality.

</p>
Expand All @@ -26,7 +24,6 @@ <h2> Design</h2>
</p>

<p>

If you're interested in seeing the source code take a look at the <a href="https://github.com/nicobako/nicobako.github.io">GitHub Repo for this site</a>.
</p>

Expand Down

0 comments on commit 0a62cca

Please sign in to comment.