diff --git a/.gitignore b/.gitignore index ea97379..07feb71 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ # Local Netlify folder /.netlify /node_modules -/static/css -/static/images +/static/css \ No newline at end of file diff --git a/content/blog/2020/02/post-7/index.md b/content/blog/2020/02/post-7/index.md index b28de69..21d33b8 100644 --- a/content/blog/2020/02/post-7/index.md +++ b/content/blog/2020/02/post-7/index.md @@ -10,7 +10,7 @@ taxonomies: extra: subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. author: HANNAH CORDES - imgPath: images/sphere-thing.png + imgPath: images/ourworld_mycellium.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/careers/index.md b/content/careers/index.md index fd755dd..8f09431 100644 --- a/content/careers/index.md +++ b/content/careers/index.md @@ -3,11 +3,9 @@ title: "Careers" description: "NEAR is on a mission to empower everyone to take back control of their money, their data, and their identity. Join us." insert_anchor_links: "left" template: "page.html" -extra: - imgPath: "/images/careers-hero.jpg" --- -{% row(bgPath="/images/careers-hero.jpg#background") %} +{% row(bgPath="/images/bernhard-eisenmann-unsplash.jpg") %} # Rebuild the web diff --git a/static/images/bernd-dittrich-unsplash.jpg b/static/images/bernd-dittrich-unsplash.jpg new file mode 100644 index 0000000..5d7a276 Binary files /dev/null and b/static/images/bernd-dittrich-unsplash.jpg differ diff --git a/static/images/bernhard-eisenmann-unsplash.jpg b/static/images/bernhard-eisenmann-unsplash.jpg new file mode 100644 index 0000000..af8ce9b Binary files /dev/null and b/static/images/bernhard-eisenmann-unsplash.jpg differ diff --git a/static/images/careers-hero.jpg b/static/images/careers-hero.jpg new file mode 100644 index 0000000..bff430c Binary files /dev/null and b/static/images/careers-hero.jpg differ diff --git a/static/images/landing_img1.jpg b/static/images/landing_img1.jpg new file mode 100644 index 0000000..8e8aa4d Binary files /dev/null and b/static/images/landing_img1.jpg differ diff --git a/static/images/landing_img2.jpg b/static/images/landing_img2.jpg new file mode 100644 index 0000000..4ebdd8e Binary files /dev/null and b/static/images/landing_img2.jpg differ diff --git a/static/images/landing_img3.png b/static/images/landing_img3.png new file mode 100644 index 0000000..cfdf58f Binary files /dev/null and b/static/images/landing_img3.png differ diff --git a/static/images/landing_img4.png b/static/images/landing_img4.png new file mode 100644 index 0000000..570e9bb Binary files /dev/null and b/static/images/landing_img4.png differ diff --git a/static/images/landing_img5.png b/static/images/landing_img5.png new file mode 100644 index 0000000..3ce9673 Binary files /dev/null and b/static/images/landing_img5.png differ diff --git a/static/images/landing_img6.png b/static/images/landing_img6.png new file mode 100644 index 0000000..f0066f8 Binary files /dev/null and b/static/images/landing_img6.png differ diff --git a/static/images/ourworld_logo2.png b/static/images/ourworld_logo2.png new file mode 100644 index 0000000..46b8c39 Binary files /dev/null and b/static/images/ourworld_logo2.png differ diff --git a/static/images/ourworld_mycellium.png b/static/images/ourworld_mycellium.png new file mode 100644 index 0000000..bbe7994 Binary files /dev/null and b/static/images/ourworld_mycellium.png differ diff --git a/static/images/sphere-thing.png b/static/images/sphere-thing.png deleted file mode 100644 index 478815c..0000000 Binary files a/static/images/sphere-thing.png and /dev/null differ diff --git a/static/images/tf_icon.png b/static/images/tf_icon.png new file mode 100644 index 0000000..db322dd Binary files /dev/null and b/static/images/tf_icon.png differ diff --git a/static/images/tf_logo.png b/static/images/tf_logo.png new file mode 100644 index 0000000..0840d85 Binary files /dev/null and b/static/images/tf_logo.png differ diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 29e383c..52b152c 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -8,8 +8,8 @@ {% set styles = "" %} {% if bgPath %} - {% set styles = "background: url('" ~ bgPath ~ "')" %} - {% set classes = classes ~ " bg-cover lg:py-40" %} + {% set styles = "background: url('" ~ bgPath ~ "'); background-size: cover" %} + {% set classes = classes ~ " lg:py-40" %} {% endif %}