Skip to content

Commit

Permalink
Fixed dangling TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarhart committed Dec 1, 2020
1 parent 3064b4b commit 3aa1072
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 66 deletions.
1 change: 0 additions & 1 deletion css/logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
z-index: 50;
}

/* TODO: this is still a little janky */
#logo-container::before, #logo-container::after {
box-sizing: inherit;
content: '';
Expand Down
6 changes: 5 additions & 1 deletion generator/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ const copyFilePromise = util.promisify(fs.copyFile)

// TODO: add color
/*
Supported asset tags:
Supported static asset tags:
{{css:...}} --> static CSS file
{{ico:...}} --> static icon file
{{font:...}} --> static font file
{{js:...}} --> static built js file
{{src:...}} --> static built source file
{{cdn:...}} --> file stored in CDN
{{color:...}} --> color from the system color palette
*/

/*
Support dynamic asset tags:
{{sys:header}} --> generated header for HTML files
{{sys:headerjs}} --> generated header for JS files
{{sys:home}} --> path to homepage
Expand Down
1 change: 0 additions & 1 deletion generator/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ const resolveAssets = async (data, level, develop) => {
} else {
let file = value

// TODO: should CSS files follow the same pattern as JS files?
// js files are a special folder in src/ because they are also generated from templates
if (asset === 'js') {
file = path.join('js', file)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
-->

<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
1 change: 0 additions & 1 deletion js/blogcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ $(document).ready(async () => {

const resizeBlogCards = async () => {

// TODO: fix this, it's janky af
// wait for page to settle
await new Promise(r => setTimeout(r, 500));

Expand Down
1 change: 0 additions & 1 deletion js/projectcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ $(document).ready(async () => {

const resizeProjectContainers = async () => {

// TODO: fix this, it's janky af
// wait for page to settle
await new Promise(r => setTimeout(r, 500));

Expand Down
2 changes: 1 addition & 1 deletion src/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/blog/automating-emails-in-python.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/blog/building-chatbots-for-github.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/blog/introducing-willcarh.art.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/blog/the-power-of-introspection-in-python.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/blog_index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html>
Expand Down
2 changes: 1 addition & 1 deletion src/demo/birdhouse.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/demo/doku.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/demo/smoosh.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/demo_index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/etc.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html>
Expand Down
2 changes: 1 addition & 1 deletion src/js/anchorjump.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
3 changes: 1 addition & 2 deletions src/js/blogcards.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand All @@ -19,7 +19,6 @@ $(document).ready(async () => {

const resizeBlogCards = async () => {

// TODO: fix this, it's janky af
// wait for page to settle
await new Promise(r => setTimeout(r, 500));

Expand Down
2 changes: 1 addition & 1 deletion src/js/darkmode.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/demorows.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/email.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/epochtime.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/etc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/expselector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/githubstars.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!
2 changes: 1 addition & 1 deletion src/js/homepagetidbit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/linkicons.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/profilephoto.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
3 changes: 1 addition & 2 deletions src/js/projectcards.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down Expand Up @@ -35,7 +35,6 @@ $(document).ready(async () => {

const resizeProjectContainers = async () => {

// TODO: fix this, it's janky af
// wait for page to settle
await new Promise(r => setTimeout(r, 500));

Expand Down
2 changes: 1 addition & 1 deletion src/js/readtime.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/tagline.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/vaultrows.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/js/year.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:47:49 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
2 changes: 1 addition & 1 deletion src/project/aerogram.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/algos.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/beaver.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/birdhouse.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/cheers.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/cheqit.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/chiller.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/chordpanion.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion src/project/despicable.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This is an autogenerated file - DO NOT EDIT DIRECTLY -->
<!-- This file was generated on Mon Nov 30 2020 15:47:50 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- This file was generated on Mon Nov 30 2020 16:18:42 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
Loading

0 comments on commit 3aa1072

Please sign in to comment.