Skip to content

Commit 67a6352

Browse files
committed
fix: update projects shown in the /now page
1 parent ed337f0 commit 67a6352

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

_data/now.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"itemTitle": "The Eco Arcade",
55
"itemCaption": "An arcade game like Wasted Space is really only properly experienced on a full-size arcade machine. So, I'm going to attempt building one! I am aiming to have it done in time to bring to Earth Day Omaha later this spring. It'll be equal parts promotion of Terrabyte, environmental education, and a conversation-starter of what environmentalism can even look like.",
66
"itemCategory": "tb",
7-
"linkTitle": "Play Wasted Space online!",
7+
"linkTitle": "Play Wasted Space online",
88
"linkHref": "https://www.wastedspace.fun"
99
},
1010
{
@@ -15,12 +15,18 @@
1515
"linkHref": "https://patreon.com/terrabyte_tech"
1616
},
1717
{
18+
"itemDateExpire": "2026-05-01",
1819
"itemTitle": "Earth Day Omaha",
1920
"itemCaption": "As a board member for the Green Omaha Coalition, I'm also helping plan this year's Earth Day Omaha event! Being my second EDO, I'm excited to help make it bigger and better than ever.",
2021
"itemCategory": "p",
2122
"linkTitle": "Learn more about Earth Day Omaha",
2223
"linkHref": "https://www.greenomaha.org"
2324
},
25+
{
26+
"itemTitle": "The Green Omaha Directory",
27+
"itemCaption": "It has been in the talks for a long time, but I'm very excited to be a part of the team finally making it happen. The Green Omaha Directory is a project to create a comprehensive directory of all the green businesses, organizations, and resources in the Omaha area. It's going to be a great resource for people looking to support local green businesses and get involved in the local environmental community. In collaboration with the Green Omaha Coalition, the Hillside Foundation, and other community partners, hopefully we'll have something put together before the end of 2026.",
28+
"itemCategory": "tb"
29+
},
2430
{
2531
"itemTitle": "Pixel Planet Today",
2632
"itemCaption": "The world is constantly calling for environmental facts and pixel art: making this the project that never sleeps. I am trying to get into a more consistent posting schedule, but I got a lot going on... For not a lack of will, but a lack of time.",
@@ -35,6 +41,13 @@
3541
"linkTitle": "I'm on eBird!",
3642
"linkHref": "https://ebird.org/profile/NjE4NTM3Ng"
3743
},
44+
{
45+
"itemTitle": "Carjeta",
46+
"itemCaption": "I have had mixed results using existing digital business card services. So, I decided to create my own. First it was a solution to my own personal problem, but now, I'm building it as a beta SaaS product to offer clients. It's lightweight, fully customizable with CSS, and most importantly, gives you a way ot share your information without carrying a stack of cards. If you're interested in having a digital business card, or just want to see what I built, check it out!",
47+
"itemCategory": "ghm",
48+
"linkTitle": "View the Carjeta website",
49+
"linkHref": "https://carjeta.com"
50+
},
3851
{
3952
"itemTitle": "Reading",
4053
"itemCaption": "With the new year, a new reading goal (8 books). Currently, I'm reading \"Silent Spring\" by Rachel Carson. Other books on my TBR for the year include \"The Phoenix Project\" and \"They Both Die at the End.\"",

js/now-scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// refactor to just use position:sticky in CSS and remove all this JS. But for now, here we are.
12
window.addEventListener("load", function(){
23

34
console.log("[samharp] now-scripts.js loaded");

js/projects-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// refactor to utilize 11ty as much as possible (for build process at least)
1+
// filter chip functionality for projects
22
window.addEventListener("load", function(){
33

44
console.log("[samharp] projects-scripts.js loaded");

0 commit comments

Comments
 (0)