diff --git a/assets/css/app.scss b/assets/css/app.scss index 689a384..b73cf5d 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -121,7 +121,7 @@ a { display: flex; align-items: center; text-align: center; - color: $gray-500; + color: $gray-400; font-family: $font-family-monospace; font-size: smaller; text-transform: uppercase; @@ -152,9 +152,8 @@ a { } .post-lede, .post-body { - color: $gray-200; h2, h3, h4, h5, h6 { - color: $gray-300; + color: $gray-200; margin-top: 2rem; } } diff --git a/assets/static/images/cat-roof_portrait.jpg b/assets/raw/cat-roof_portrait_oldjpg.jpg similarity index 100% rename from assets/static/images/cat-roof_portrait.jpg rename to assets/raw/cat-roof_portrait_oldjpg.jpg diff --git a/assets/static/images/cat-roof_portrait.webp b/assets/static/images/cat-roof_portrait.webp new file mode 100644 index 0000000..fe75f65 Binary files /dev/null and b/assets/static/images/cat-roof_portrait.webp differ diff --git a/lib/home73k_web/live/blog_live.html.leex b/lib/home73k_web/live/blog_live.html.leex index 7788e63..a747291 100644 --- a/lib/home73k_web/live/blog_live.html.leex +++ b/lib/home73k_web/live/blog_live.html.leex @@ -20,16 +20,16 @@ <%= @live_action == :show && post.title || live_redirect "#{post.title}", to: Routes.blog_path(@socket, :show, post) %> -
"> +
"> <%= icon_div @socket, "mdi-calendar-clock", [class: "icon baseline me-2"] %><%= format_date(post.date) %> by <%= icon_div @socket, "mdi-account", [class: "icon baseline me-1"] %>Adam Piontek
<%= if length(post.tags) > 0 do %>
- <%= icon_div @socket, "mdi-tag-multiple", [class: "icon baseline text-gray-400"] %> + <%= icon_div @socket, "mdi-tag-multiple", [class: "icon baseline text-gray-300"] %> <%= for {tag, i} <- Enum.with_index(post.tags) do %> - #<%= live_redirect tag, to: Routes.blog_path(@socket, :tag, tag) %><%= i < (length(post.tags) - 1) && "," || "" %> + #<%= live_redirect tag, to: Routes.blog_path(@socket, :tag, tag) %><%= i < (length(post.tags) - 1) && "," || "" %> <% end %>
<% end %> diff --git a/lib/home73k_web/templates/home/about.html.eex b/lib/home73k_web/templates/home/about.html.eex index 12d55d0..4d700bd 100644 --- a/lib/home73k_web/templates/home/about.html.eex +++ b/lib/home73k_web/templates/home/about.html.eex @@ -4,14 +4,14 @@

About

-
Adam Piontek. Human.
+
Adam Piontek. Human.

“Probabilities collapse. I become increasingly unlikely.”

-
diff --git a/lib/home73k_web/templates/home/folio.html.eex b/lib/home73k_web/templates/home/folio.html.eex index 22c078b..8b6dad0 100644 --- a/lib/home73k_web/templates/home/folio.html.eex +++ b/lib/home73k_web/templates/home/folio.html.eex @@ -17,7 +17,7 @@ <%= icon_div @conn, "mdi-account-hard-hat", [class: "icon baseline me-2"] %>Working on it! -
I've made some things over the years (like this site!), and at some point I'll highlight some here.
+
I've made some things over the years (like this site!), and at some point I'll highlight some here.
diff --git a/lib/home73k_web/templates/home/index.html.eex b/lib/home73k_web/templates/home/index.html.eex index e2c9b7a..b77fcc2 100644 --- a/lib/home73k_web/templates/home/index.html.eex +++ b/lib/home73k_web/templates/home/index.html.eex @@ -3,7 +3,7 @@
- <%= img_tag Routes.static_path(@conn, "/images/cat-roof_portrait.jpg"), + <%= img_tag Routes.static_path(@conn, "/images/cat-roof_portrait.webp"), class: "img-fluid border border-20 border-gray-900 rounded-2", alt: "My cat Babka, stuck on a roof when she was still just a stray.", title: "My cat Babka, stuck on a roof when she was still just a stray." @@ -17,7 +17,7 @@ <%= icon_div @conn, "mdi-account", [class: "icon baseline me-2"] %>Adam Piontek -
Desktop Systems Engineer. Human.
+
Desktop Systems Engineer. Human.
<%= for s <- socials(@conn) do %> diff --git a/lib/home73k_web/templates/home/resume.html.eex b/lib/home73k_web/templates/home/resume.html.eex index 210589c..ba9e877 100644 --- a/lib/home73k_web/templates/home/resume.html.eex +++ b/lib/home73k_web/templates/home/resume.html.eex @@ -8,7 +8,7 @@ <%= icon_div @conn, "mdi-account", [class: "icon baseline me-2"] %>Adam Piontek -
Desktop Systems Engineer.
+
Desktop Systems Engineer.
<%= for s <- socials_prof(@conn) do %> @@ -24,7 +24,7 @@
qualifications
-
    +
      <%= for qualif <- resume_qualifs() do %> <%= content_tag :li, qualif %> <% end %> @@ -36,9 +36,9 @@
      <%= employer%>
      <%= for position <- positions do %> -
      - <%= position.title %> - · <%= position.start %> — <%= position.end %> +
      + <%= position.title %> + <%= position.start %> — <%= position.end %>
      <% end %>
      diff --git a/lib/home73k_web/templates/layout/root.html.leex b/lib/home73k_web/templates/layout/root.html.leex index 67b33bc..63952c9 100644 --- a/lib/home73k_web/templates/layout/root.html.leex +++ b/lib/home73k_web/templates/layout/root.html.leex @@ -37,7 +37,7 @@ <%#= if footer_absolute?(@conn) do %>