From 8f38952e47ad48d9923f475eba0f3851a235280c Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 23 Jan 2023 11:37:54 -0600 Subject: [PATCH] Tiny tweaks --- LICENSE | 2 +- blog/thirdpost.md | 28 +++++++++++++++------------- public/css/index.css | 7 +++++++ 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 89a4362..c97fe3d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Zach Leatherman @zachleat +Copyright (c) 2017–2023 Zach Leatherman @zachleat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/blog/thirdpost.md b/blog/thirdpost.md index db8926d..bdea878 100644 --- a/blog/thirdpost.md +++ b/blog/thirdpost.md @@ -10,21 +10,10 @@ Leverage agile frameworks to provide a robust synopsis for high level overviews. ## Code -### Unstyled - -``` -// this is a command -function myCommand() { - let counter = 0; - counter++; -} - -// Test with a line break above this line. -console.log('Test'); -``` - ### Styled (with Syntax) +Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. + ```js // this is a command function myCommand() { @@ -36,8 +25,21 @@ function myCommand() { console.log('Test'); ``` +### Unstyled + Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. +``` +// this is a command +function myCommand() { + let counter = 0; + counter++; +} + +// Test with a line break above this line. +console.log('Test'); +``` + ## Section Header Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. diff --git a/public/css/index.css b/public/css/index.css index f410874..5f6a10a 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -105,6 +105,12 @@ header:after { clear: both; } +.links-nextprev { + list-style: none; + border-top: 1px dashed var(--color-gray-20); + padding: 1em 0; +} + table { margin: 1em 0; } @@ -219,6 +225,7 @@ header { align-items: center; justify-content: center; text-transform: capitalize; + font-style: italic; } .postlist-item > .post-tag { align-self: center;