diff --git a/_data/projects.json b/_data/projects.json
index 0d7fc98..0a2e72c 100644
--- a/_data/projects.json
+++ b/_data/projects.json
@@ -92,6 +92,23 @@
]
},
{
+ "title": "FrostBucket",
+ "description": "FrostBucket is a server-side Minecraft plugin that adds a new item, the \"Frost Bucket\". This item turns water into ice.",
+ "text_buttons": [],
+ "icon_buttons": [
+ {
+ "icon": "fab fa-github",
+ "url": "https://github.com/Ewpratten/FrostBucket"
+ },
+ {
+ "icon": "fas fa-download",
+ "url": "https://github.com/Ewpratten/FrostBucket/releases/latest"
+ }
+ ],
+ "hero": {
+ "img_src": "/assets/images/projects/FrostBucket.png"
+ }
+ },{
"title": "Bird's-Eye",
"description": "A GUI application for providing a multi-user bird's-eye view of players on Minecraft servers that have the Dynmap plugin installed.",
"text_buttons": [],
@@ -294,7 +311,8 @@
"icon": "fab fa-github",
"url": "https://github.com/Ewpratten/FRC-actions"
}
- ]
+ ],
+ "archived":true
},
{
"title": "Shift",
diff --git a/assets/images/projects/FrostBucket.png b/assets/images/projects/FrostBucket.png
new file mode 100644
index 0000000..879d02c
Binary files /dev/null and b/assets/images/projects/FrostBucket.png differ
diff --git a/index.html b/index.html
index a61169a..0650a4e 100644
--- a/index.html
+++ b/index.html
@@ -66,8 +66,8 @@ uses:
{% if project.hero %}
{% endif %}
-
{{project.description}}
{% for text_btn in project.text_buttons %} diff --git a/qrz.html b/qrz.html index bbb5773..9dd9cdf 100644 --- a/qrz.html +++ b/qrz.html @@ -143,11 +143,11 @@