diff --git a/pages/about_me.html b/pages/about_me.html index cce0a54..de9916f 100644 --- a/pages/about_me.html +++ b/pages/about_me.html @@ -7,16 +7,13 @@

- I'm a software developer with a passion for writing beautiful code. -

- -

- I have a firm belief that writing code is about more than implementing features. + I have a firm belief that writing code is about much more than implementing features. Writing code is a creative process that is equal parts art and science.

- 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.

@@ -24,7 +21,12 @@

Other Work

-I have written a simple blog: Pythonic Misadventures +

+ Pythonic Misadventures +

+

+ A simple blog where I try to solve interesting problems with Python. +

Social LInks

diff --git a/pages/about_site.html b/pages/about_site.html index 4b8bef4..1c44f52 100644 --- a/pages/about_site.html +++ b/pages/about_site.html @@ -7,15 +7,13 @@

nicobako.github.io

Design

- 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? - + 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.

- 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.

@@ -26,7 +24,6 @@

Design

- If you're interested in seeing the source code take a look at the GitHub Repo for this site.