Skip to content

Commit

Permalink
2.0.0 prototype finished
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarhart committed Nov 30, 2020
1 parent d7aa775 commit 3064b4b
Show file tree
Hide file tree
Showing 65 changed files with 71 additions and 80 deletions.
2 changes: 0 additions & 2 deletions generator/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ const buildMultiplePages = async (kind, develop) => {
}
}

// TODO: minify scripts - should we minify HTML and CSS as well?
// TODO: copy css files to src/ and do the same as js
// build JS scripts
const buildScripts = async (develop) => {
try {
Expand Down
5 changes: 4 additions & 1 deletion generator/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ class Project {
this.demo = demo
this.latestVersion = latestVersion
this.published = published
// TODO: should this be dynamic based on commit date?
// stable: actively developed or maintained
// in development: currently in development
// stale: lagging updates and maintenance
// archived: no longer maintained
if (status !== '') {
if (!['stable', 'in development', 'stale', 'archived'].includes(status)) {
console.error(`Unknown status '${status}'`)
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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down
5 changes: 2 additions & 3 deletions js/demorows.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

// handle hover and click for demo rows
$(document).ready(async () => {
// TODO: handle cases where HTML class has nonalphanumeric character (e.g. willcarh.art)
// handle animations for hover
$('.demo-border').hover(async function() {
const project = this.id.replace('demo-', '')
Expand All @@ -20,9 +19,9 @@ $(document).ready(async () => {
})
})

// TODO
// handle click to specific demo
$('.demo-border').click(async function() {
console.log(this.id)
const name = this.id.replace('demo-', '').replace('----', '.')
window.location.href=`demo/${name}.html`
})
})
2 changes: 0 additions & 2 deletions js/projectcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ $(document).ready(async () => {
$(id).css('background-size', '0% 0.125rem')
})

// TODO: prevent default when anchors are clicked within project containers

// handle click to specific project
// if a file name contains ('.'), like 'willcarh.art', we use '-----' to replace it
// it's not a bulletproof approach, but it's unlikely a project name will naturally contain the string '----'
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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html>
Expand Down
4 changes: 2 additions & 2 deletions 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down Expand Up @@ -54,7 +54,7 @@
<!-- text content -->
<div id="content-main">
<h1>Demo</h1>
<h5>Demos are a great way to try out some of my projects. To get started, please select a demo from the list of projects below.</h5>
<h5>Coming soon 🏗</h5>
<div class="spacer-small"></div>
<div id="demo-container">

Expand Down
4 changes: 2 additions & 2 deletions 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down Expand Up @@ -54,7 +54,7 @@
<!-- text content -->
<div id="content-main">
<h1>Demo</h1>
<h5>Demos are a great way to try out some of my projects. To get started, please select a demo from the list of projects below.</h5>
<h5>Coming soon 🏗</h5>
<div class="spacer-small"></div>
<div id="demo-container">

Expand Down
4 changes: 2 additions & 2 deletions 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- Learn more: https://github.com/wcarhart/willcarh.art -->
<!-- THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION! -->
<html lang="en">
Expand Down Expand Up @@ -54,7 +54,7 @@
<!-- text content -->
<div id="content-main">
<h1>Demo</h1>
<h5>Demos are a great way to try out some of my projects. To get started, please select a demo from the list of projects below.</h5>
<h5>Coming soon 🏗</h5>
<div class="spacer-small"></div>
<div id="demo-container">

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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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/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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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/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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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.

7 changes: 3 additions & 4 deletions src/js/demorows.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// This is an autogenerated file - DO NOT EDIT DIRECTLY
// This file was generated on Mon Nov 30 2020 15:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

// handle hover and click for demo rows
$(document).ready(async () => {
// TODO: handle cases where HTML class has nonalphanumeric character (e.g. willcarh.art)
// handle animations for hover
$('.demo-border').hover(async function() {
const project = this.id.replace('demo-', '')
Expand All @@ -23,9 +22,9 @@ $(document).ready(async () => {
})
})

// TODO
// handle click to specific demo
$('.demo-border').click(async function() {
console.log(this.id)
const name = this.id.replace('demo-', '').replace('----', '.')
window.location.href=`demo/${name}.html`
})
})
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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand Down
4 changes: 1 addition & 3 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// Learn more: https://github.com/wcarhart/willcarh.art
// THIS IS A DEVELOPMENT BUILD, PROCEED WITH CAUTION!

Expand All @@ -17,8 +17,6 @@ $(document).ready(async () => {
$(id).css('background-size', '0% 0.125rem')
})

// TODO: prevent default when anchors are clicked within project containers

// handle click to specific project
// if a file name contains ('.'), like 'willcarh.art', we use '-----' to replace it
// it's not a bulletproof approach, but it's unlikely a project name will naturally contain the string '----'
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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:39 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0
// 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
// 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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:22:40 GMT-0800 (Pacific Standard Time) via the forge in willcarh.art v2.0.0-->
<!-- 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-->
<!-- 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 3064b4b

Please sign in to comment.