diff --git a/LICENSE b/LICENSE index 89a436206d..c97fe3db03 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 db8926df1c..bdea878906 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 f4108742a4..5f6a10a313 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;