This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/content/projects.md
2022-02-02 05:16:44 -05:00

97 lines
No EOL
4.8 KiB
Markdown

---
title: "Projects"
menu:
main:
weight: 30
---
# Projects
{{< rawhtml >}}
<div class="container">
<div class="row">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">About</th>
<th scope="col">Tags</th>
<th scope="col">Link(s)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Cyberfurz</th>
<td>Just a collection of services I offer for free for furries of the metaverse.</td>
<td><span class="badge badge-info">Photos</span> <span class="badge badge-info">Service</span></td>
<td>
<a href="https://cyberfurz.com" target="_blank" class="btn btn-secondary">Visit</a>
</td>
</tr>
<tr>
<th scope="row">Zadaroo</th>
<td>Free public OpenSimulator resources licensed under CC0.</td>
<td><span class="badge badge-info">OpenSimulator</span> <span class="badge badge-info">Service</span></td>
<td>
<a href="https://zadaroo.com" target="_blank" class="btn btn-secondary">Visit</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<h3>Code:</h3>
<div class="container">
<div class="row">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">About</th>
<th scope="col">Tags</th>
<th scope="col">Link(s)</th>
<th scope="col">Status</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Ansible OpenNIC Setup</th>
<td>Simple Ansible Playbook to install and configure an OpenNIC Tier 2 node on multiple distributions of Linux.</td>
<td><span class="badge badge-info">Ansible Playbook</span> <span class="badge badge-info">Automation</span></td>
<td>
<a href="https://github.com/hack13/ansible-opennic-setup" target="_blank" class="btn btn-secondary"><i class="fab fa-github"></i></a>
</td>
<td><h4><span class="badge badge-warning">Un-Maintained</span></h4></td>
</tr>
<tr>
<th scope="row">Ansible OpenSim Grid</th>
<td>Grid Setup for OpenSim using Ansible on CentOS 7</td>
<td><span class="badge badge-info">Ansible Playbook</span> <span class="badge badge-info">Automation</span></td>
<td>
<a href="https://github.com/hack13/ansible-opensim-grid" target="_blank" class="btn btn-secondary"><i class="fab fa-github"></i></a>
</td>
<td><h4><span class="badge badge-danger">Discontinued</span></h4></td>
</tr>
<tr>
<th scope="row">OpenSim Libre Panel</th>
<td>OpenSimulator Standalone/Grid Management System</td>
<td><span class="badge badge-info">PHP</span> <span class="badge badge-info">SQL</span></td>
<td>
<a href="https://github.com/hack13/opensim-libre-panel" target="_blank" class="btn btn-secondary"><i class="fab fa-github"></i></a>
</td>
<td><h4><span class="badge badge-danger">Discontinued</span></h4></td>
</tr>
<tr>
<th scope="row">Zadaroo</th>
<td>A static redesign of the Zadaroo site, to provide a more streamlined site.</td>
<td><span class="badge badge-info">HTML</span> <span class="badge badge-info">JavaScript</span></td>
<td>
<a href="https://github.com/hack13/Zadaroo" target="_blank" class="btn btn-secondary"><i class="fab fa-github"></i></a>
</td>
<td><h4><span class="badge badge-success">Completed</span></h4></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
{{< /rawhtml >}}