diff --git a/assets/scss/extra.scss b/assets/scss/extra.scss
index a53ba46..1940303 100644
--- a/assets/scss/extra.scss
+++ b/assets/scss/extra.scss
@@ -57,6 +57,9 @@ ul.skills {
h3 > a {
text-decoration: none;
}
+ h4 > a {
+ text-decoration: none;
+ }
@media print {
display: inline-block;
page-break-inside: avoid;
@@ -113,6 +116,9 @@ section > h2 {
display: none;
& + hr { display: none; }
}
+ section > h2 {
+ line-height: 0.75;
+ }
}
figure.headshot {
diff --git a/content/web.md b/content/web.md
index 9a98bdd..d25ad56 100644
--- a/content/web.md
+++ b/content/web.md
@@ -54,7 +54,7 @@ Fort Bend, TX 77069
A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.
-
+
@@ -62,15 +62,7 @@ A middleware for go gin framework and wrapper functions to make handling errors
A small go library that provides errors that can be more useful in the context of a web app. The heart of gin error middleware.
-
-
-
-
-### [http go status](https://codeberg.org/danjones000/http-go-status)
-
-Super simple web server that just returns the HTTP status you ask for. Useful for testing.
-
-
+
@@ -78,15 +70,11 @@ Super simple web server that just returns the HTTP status you ask for. Useful fo
Python logging application especially suited for life-logging with IFTTT and Dropbox.
-
+#### [my-log](https://codeberg.org/danjones000/my-log/)
-
+A work-in-progress complete rewrite of droplogger in go.
-### [Object Spy](https://packagist.org/packages/danjones000/object-spy)
-
-PHP debugging library that makes it easy to inspect private properties and methods without using reflection.
-
-
+
@@ -94,9 +82,25 @@ PHP debugging library that makes it easy to inspect private properties and metho
go cli app for transforming a folder of music videos and music files, with semi-automatic tagging, and user-friendly TUI. *This is a work in progress. Not yet fully functional.*
-
+
-
+
+
+### [Object Spy](https://packagist.org/packages/danjones000/object-spy)
+
+PHP debugging library that makes it easy to inspect private properties and methods without using reflection.
+
+
+
+
+
+### [http go status](https://codeberg.org/danjones000/http-go-status)
+
+Super simple web server that just returns the HTTP status you ask for. Useful for testing.
+
+
+
+
@@ -104,8 +108,6 @@ go cli app for transforming a folder of music videos and music files, with semi-
## Work History
-I have been developing websites for over twenty years. I'm primarily self-taught.
-
- [**GRIN**](https://grin.co)
*Principal Software Engineer/Back-end Architect*
- present
@@ -113,7 +115,7 @@ I have been developing websites for over twenty years. I'm primarily self-taught
Principal full-stack developer for SaaS company in creator marketing. Built out unit testing in Laravel project. Coached junior developers. Helped set standards for back-end architecture.
Built microservices in go.
- Laravel, PHP, go, PHPUnit, MySql, mongodb, Vue
+ Laravel, PHP, go, microservices, PHPUnit, MySql, mongodb, Vue
{.tech}
- [**BubbleUp**](https://www.bubbleup.net/)
*Senior Web Developer*
@@ -197,7 +199,7 @@ I have been developing websites for over twenty years. I'm primarily self-taught
-
+
## Code Samples