added other pages

This commit is contained in:
Timothy Rogers 2021-08-29 18:36:43 -04:00
parent dbf609e054
commit 040acb45ac
4 changed files with 167 additions and 2 deletions

97
content/projects.md Normal file
View file

@ -0,0 +1,97 @@
---
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-warning">Un-Maintained</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-info">Work In Progress</span></h4></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
{{< /rawhtml >}}