diff --git a/.gitignore b/.gitignore index d6ac714..ea97379 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /.netlify /node_modules /static/css -/static/processed_images +/static/images diff --git a/content/_index.md b/content/_index.md index 9036c6d..4ed4f9f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,7 +6,7 @@ updated: 2021-02-20T14:40:00-06:00 draft: false extra: author: Your name here - imgPath: processed_images/threefold_globe.png + imgPath: images/threefold_globe.png #subtitle: --- diff --git a/content/about/community/_index.md b/content/about/community/_index.md index d150eaa..4ff8e0f 100644 --- a/content/about/community/_index.md +++ b/content/about/community/_index.md @@ -6,7 +6,7 @@ updated: 2021-02-20T14:40:00-06:00 draft: false extra: author: Your name here - imgPath: processed_images/threefold_p2p2.png + imgPath: images/threefold_p2p2.png #subtitle: --- diff --git a/content/about/creators/_index.md b/content/about/creators/_index.md index 4e73cdd..c92fd4f 100644 --- a/content/about/creators/_index.md +++ b/content/about/creators/_index.md @@ -6,7 +6,7 @@ updated: 2021-02-20T14:40:00-06:00 draft: false extra: author: Your name here - imgPath: processed_images/threefold_technology_home.jpg + imgPath: images/threefold_technology_home.jpg #subtitle: --- diff --git a/content/about/sustainability/_index.md b/content/about/sustainability/_index.md index 7c43dec..f1c6aee 100644 --- a/content/about/sustainability/_index.md +++ b/content/about/sustainability/_index.md @@ -6,7 +6,7 @@ updated: 2021-02-20T14:40:00-06:00 draft: false extra: author: Your name here - imgPath: processed_images/threefold_sustainability.png + imgPath: images/threefold_sustainability.png #subtitle: --- diff --git a/content/blog/2018/10/post-1/index.md b/content/blog/2018/10/post-1/index.md index dc04800..bb35be4 100644 --- a/content/blog/2018/10/post-1/index.md +++ b/content/blog/2018/10/post-1/index.md @@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: processed_images/threefold_blog2.png + imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2018/10/post-2/index.md b/content/blog/2018/10/post-2/index.md index 1c71e42..884a1a8 100644 --- a/content/blog/2018/10/post-2/index.md +++ b/content/blog/2018/10/post-2/index.md @@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 2 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: processed_images/threefold_blog2.png + imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/01/post-3/index.md b/content/blog/2019/01/post-3/index.md index f6c3343..9fb79cd 100644 --- a/content/blog/2019/01/post-3/index.md +++ b/content/blog/2019/01/post-3/index.md @@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 3 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: processed_images/threefold_blog2.png + imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/03/post-4/index.md b/content/blog/2019/03/post-4/index.md index eda10a8..a0dd6e0 100644 --- a/content/blog/2019/03/post-4/index.md +++ b/content/blog/2019/03/post-4/index.md @@ -6,7 +6,7 @@ updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content i extra: subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: processed_images/threefold_blog2.png + imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/03/post-5/index.md b/content/blog/2019/03/post-5/index.md index 238cd63..87c21c4 100644 --- a/content/blog/2019/03/post-5/index.md +++ b/content/blog/2019/03/post-5/index.md @@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 5 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: processed_images/threefold_blog2.png + imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/06/post-6/index.md b/content/blog/2019/06/post-6/index.md index 1932db5..9c11cac 100644 --- a/content/blog/2019/06/post-6/index.md +++ b/content/blog/2019/06/post-6/index.md @@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 6 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: processed_images/threefold_blog2.png + imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2020/02/post-7/index.md b/content/blog/2020/02/post-7/index.md index 4ee866a..0c3e01f 100644 --- a/content/blog/2020/02/post-7/index.md +++ b/content/blog/2020/02/post-7/index.md @@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 7 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here - imgPath: "processed_images/threefold_blog2.png" + imgPath: "images/threefold_blog2.png" date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/_index.md b/content/blog/_index.md index dabb1b4..644f7d2 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -10,5 +10,5 @@ insert_anchor_links: "left" template: "blog/blog.html" #transparent: true extra: - imgPath: processed_images/threefold_img2.png + imgPath: images/threefold_img2.png --- diff --git a/content/blog/featured/_index.md b/content/blog/featured/_index.md index c728825..471952b 100644 --- a/content/blog/featured/_index.md +++ b/content/blog/featured/_index.md @@ -7,11 +7,11 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. author: HANNAH CORDES - imgPath: static/images/threefold-blog.png + imgPath: images/sphere-thing.png date: 2018-10-17T14:40:00-05:00 --- -![Image](processed_images/threefold-blog.png) +![Image](images/threefold-blog.png) ## In-article heading --- it's an H2 because your title is the H1 diff --git a/static/processed_images/1a0d7357430326e800.jpg b/static/processed_images/1a0d7357430326e800.jpg new file mode 100644 index 0000000..82920d0 Binary files /dev/null and b/static/processed_images/1a0d7357430326e800.jpg differ diff --git a/static/processed_images/33d805506169a4d600.jpg b/static/processed_images/33d805506169a4d600.jpg new file mode 100644 index 0000000..30a77ba Binary files /dev/null and b/static/processed_images/33d805506169a4d600.jpg differ diff --git a/static/processed_images/4715d58138e9e9f000.jpg b/static/processed_images/4715d58138e9e9f000.jpg new file mode 100644 index 0000000..15c40db Binary files /dev/null and b/static/processed_images/4715d58138e9e9f000.jpg differ diff --git a/static/processed_images/5e444f7475da7d7b00.jpg b/static/processed_images/5e444f7475da7d7b00.jpg new file mode 100644 index 0000000..f58a106 Binary files /dev/null and b/static/processed_images/5e444f7475da7d7b00.jpg differ diff --git a/static/processed_images/6c4ac7df45edc66800.jpg b/static/processed_images/6c4ac7df45edc66800.jpg new file mode 100644 index 0000000..f230b69 Binary files /dev/null and b/static/processed_images/6c4ac7df45edc66800.jpg differ diff --git a/static/processed_images/843b96251669175900.jpg b/static/processed_images/843b96251669175900.jpg new file mode 100644 index 0000000..3e0c06e Binary files /dev/null and b/static/processed_images/843b96251669175900.jpg differ diff --git a/static/processed_images/9bed7ba449b4f4ef00.jpg b/static/processed_images/9bed7ba449b4f4ef00.jpg new file mode 100644 index 0000000..11547b4 Binary files /dev/null and b/static/processed_images/9bed7ba449b4f4ef00.jpg differ diff --git a/static/processed_images/a888d0b12de1587800.jpg b/static/processed_images/a888d0b12de1587800.jpg new file mode 100644 index 0000000..7952065 Binary files /dev/null and b/static/processed_images/a888d0b12de1587800.jpg differ diff --git a/static/processed_images/b59205cbb600feb500.jpg b/static/processed_images/b59205cbb600feb500.jpg new file mode 100644 index 0000000..afb9178 Binary files /dev/null and b/static/processed_images/b59205cbb600feb500.jpg differ diff --git a/static/processed_images/c10506c9dfcc8a5300.jpg b/static/processed_images/c10506c9dfcc8a5300.jpg new file mode 100644 index 0000000..ace1159 Binary files /dev/null and b/static/processed_images/c10506c9dfcc8a5300.jpg differ diff --git a/static/processed_images/cd3444fa5c50b01100.jpg b/static/processed_images/cd3444fa5c50b01100.jpg new file mode 100644 index 0000000..d35f2b7 Binary files /dev/null and b/static/processed_images/cd3444fa5c50b01100.jpg differ diff --git a/static/processed_images/da699c403c4190de00.jpg b/static/processed_images/da699c403c4190de00.jpg new file mode 100644 index 0000000..c967b13 Binary files /dev/null and b/static/processed_images/da699c403c4190de00.jpg differ diff --git a/templates/index.html b/templates/index.html index 8a69b6b..7fbcf6f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,7 @@ {% include "partials/splitRow.html" %} - +
{%- set section = get_section(path="about/community/_index.md") %} diff --git a/templates/page.html b/templates/page.html index 1ba3333..c425913 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,7 +3,7 @@
- +