mirror of
https://github.com/SrIzan10/YSWS-Catalog.git
synced 2026-05-01 11:15:09 +00:00
Merge pull request #122 from Navdeep-Codes/main
This commit is contained in:
@@ -68,7 +68,7 @@ Each program object can include:
|
||||
- **Required Fields:**
|
||||
- `name`: Program name
|
||||
- `description`: Short description of the program
|
||||
- `status`: `active`, `upcoming`, or `completed`
|
||||
- `status`: `active`, `draft`, or `ended`
|
||||
|
||||
- **Optional Fields:**
|
||||
- `website`: URL or `null`
|
||||
|
||||
2
api.json
2
api.json
@@ -370,7 +370,7 @@
|
||||
"description": "You Ship A responsive website using only HTML and Tailwind CSS. We Ship A grant for junk food.",
|
||||
"detailedDescription": "The grant amount is based on the number of unique features implemented:\\n$6 (Basic Meal): For 2 unique features.\\n$8 (Refreshment Combo): For 4 unique features.\\n$10 (Full Combo Meal): For 6 or more unique features.",
|
||||
"website": "https://grub.hackclub.com/",
|
||||
"slack": null,
|
||||
"slack": "https://hackclub.slack.com/archives/C08S9NCEULB",
|
||||
"slackChannel": "#grub",
|
||||
"status": "active",
|
||||
"deadline": "2025-08-03T23:59:59"
|
||||
|
||||
10
data.yml
10
data.yml
@@ -1,5 +1,13 @@
|
||||
---
|
||||
limitedTime:
|
||||
- name: The Zoo
|
||||
description: Make an animal themed Svelte site, earn Ikea Animal Plushies
|
||||
website: https://zoo.hackclub.com
|
||||
slack: https://hackclub.slack.com/archives/C08K37F66AK
|
||||
slackChannel: "#the-zoo"
|
||||
status: active
|
||||
deadline: '2025-08-23T03:50:00'
|
||||
detailedDescription: The Zoo is a Svelte YSWS where participants build an animal themed Svelte site and earn Mynts (currency) which can be turned into an HCB grant at the end to buy Ikea plushies. Get one giant Djungleskog, or multiple mini Blahaj, it's all up to you. Here's the best part: the better your submission is, the more Mynts you earn!
|
||||
- name: HackCraft
|
||||
description: Create a Minecraft mod, get Stickers, Minecraft or a server and terraria!
|
||||
website: https://hackcraft.hackclub.com/
|
||||
@@ -323,7 +331,7 @@ limitedTime:
|
||||
description: 'You Ship A responsive website using only HTML and Tailwind CSS. We Ship A grant for junk food.'
|
||||
detailedDescription: "The grant amount is based on the number of unique features implemented:\\n$6 (Basic Meal): For 2 unique features.\\n$8 (Refreshment Combo): For 4 unique features.\\n$10 (Full Combo Meal): For 6 or more unique features."
|
||||
website: https://grub.hackclub.com/
|
||||
slack:
|
||||
slack: https://hackclub.slack.com/archives/C08S9NCEULB
|
||||
slackChannel: "#grub"
|
||||
status: active
|
||||
deadline: '2025-08-03T23:59:59'
|
||||
|
||||
7
feed.xml
7
feed.xml
@@ -496,8 +496,11 @@
|
||||
<description><![CDATA[
|
||||
<p>You Ship A responsive website using only HTML and Tailwind CSS. We Ship A grant for junk food.</p>
|
||||
<p><strong>Deadline:</strong> August 3, 2025</p>
|
||||
<p>The grant amount is based on the number of unique features implemented:\n$6 (Basic Meal): For 2 unique features.\n$8 (Refreshment Combo): For 4 unique features.\n$10 (Full Combo Meal): For 6 or more unique features.</p>
|
||||
<p>Join the discussion in <a href="null">#grub</a></p>
|
||||
<p>The grant amount is based on the number of unique features implemented:
|
||||
$6 (Basic Meal): For 2 unique features.
|
||||
$8 (Refreshment Combo): For 4 unique features.
|
||||
$10 (Full Combo Meal): For 6 or more unique features.</p>
|
||||
<p>Join the discussion in <a href="https://hackclub.slack.com/archives/C08S9NCEULB">#grub</a></p>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user