Body
Date,Weight,BMI,Fat
"2021-10-29","140.13","20.68","0"
"2021-10-30","140.15","20.69","0"
"2021-10-31","140.17","20.69","0"
Utilities:
- uBar — Dock replacement that is small and useful
- bettersnaptool — window tiling with hotkeys
References:
- https://github.com/mathiasbynens/dotfiles/blob/master/.macos — a very opinionated config script that flips a handful of switches I like.
I hereby claim:
- I am tsmith512 on github.
- I am tsmith512 (https://keybase.io/tsmith512) on keybase.
- I have a public key whose fingerprint is BF7D BEF7 3425 D5CB 1113 EC7C 2B75 4FFB FB79 F7AD
To claim this, I am signing this object:
To make the differences between the old ordinance and the new ordinance, I made a few adjustments to them to make the diff line up. Anything in red is being removed, anything in green is being added. Text in black and white is unchanged.
Renamed the DEFINITION section of the new ordinance to DEFINITIONS (plural) to match to show clearly where the real content begins. The new ordinance only has one definition.
Moved the PENALTY section from the end of the new ordenance to after DEFINITIONS to correlate to the original ordinance placement.
Renamed the TNC OPERATING AUTHORITY APPLICATION REQUIRED section of the new ordinance by removing the word "APPLICATION" to match the old ordinance.
In the IDENTITY section, replaced "app" in the new ordinance with "application" to match the old ordinance to demonstrate the similarity.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Sample</title> | |
</head> | |
<body> | |
<div class="wrap"> | |
<div class="item"> </div> | |
</div> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<section> | |
<aside>Howdy</aside> | |
<aside>Howdy</aside> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<div id="container"> | |
<div class="item1"> </div> | |
<div class="item2"> </div> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<h1>Related Content</h1> | |
<div class="view-related-content"> | |
<div class="item">Test</div> |
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin rtl($class: '') { | |
#{'html[dir="rtl"]' + $class} & { | |
@content; | |
} | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<main> | |
<h1>16:9 ratio</h1> |