small updates
This commit is contained in:
parent
72607dee87
commit
f93693a5e8
@ -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 <a href='https://github.com/webbukkit/dynmap'>Dynmap</a> plugin installed.",
|
||||
"text_buttons": [],
|
||||
@ -294,7 +311,8 @@
|
||||
"icon": "fab fa-github",
|
||||
"url": "https://github.com/Ewpratten/FRC-actions"
|
||||
}
|
||||
]
|
||||
],
|
||||
"archived":true
|
||||
},
|
||||
{
|
||||
"title": "Shift",
|
||||
|
BIN
assets/images/projects/FrostBucket.png
Normal file
BIN
assets/images/projects/FrostBucket.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 22 KiB |
@ -66,8 +66,8 @@ uses:
|
||||
{% if project.hero %}
|
||||
<img src="{{project.hero.img_src}}" class="card-img-top" alt="{{project.title}}" loading="auto">
|
||||
{% endif %}
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>{{project.title}}</strong></h5>
|
||||
<div class="card-body" {% if project.archived %}data-toggle="tooltip" data-placement="top" title="No longer actively maintained"{% endif %}>
|
||||
<h5 class="card-title"><strong>{{project.title}} {% if project.archived %}<span class="badge badge-secondary">Archived</span>{% endif %}</strong></h5>
|
||||
<p class="card-text">{{project.description}}</p>
|
||||
|
||||
{% for text_btn in project.text_buttons %}
|
||||
|
4
qrz.html
4
qrz.html
@ -143,11 +143,11 @@
|
||||
|
||||
<h3>Radios</h3>
|
||||
<ul>
|
||||
<!-- <li>
|
||||
<li>
|
||||
<a href="https://elecraft.com/products/kx2-ssb-cw-data-80-10-m-transceiver">
|
||||
Elecraft KX2
|
||||
</a>
|
||||
</li> -->
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.aliexpress.com/item/32794436207.html">
|
||||
Baofeng UV-5R
|
||||
|
Loading…
x
Reference in New Issue
Block a user