Remove classes on closing tags.

This commit is contained in:
Gabriel Simmer 2020-07-10 15:29:43 +01:00
parent 41c1266ef7
commit ee32859ca6
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9

View file

@ -37,51 +37,51 @@
<div class="project">
<h4>Platypus <span class="go">Go</span></h4>
<p>Large-scale server usage monitoring leveraging websockets. <github-repo>gmemstr/platypus</github-repo></p>
</div class="project">
</div>
<div class="project">
<h4>pogo <span class="go">Go</span></h4>
<p>Self-hosted podcast content manager and RSS feed generator. <github-repo>gmemstr/pogo</github-repo></p>
</div class="project">
</div>
<div class="project">
<h4>sliproad <span class="go">Go</span></h4>
<p>Tie together file storage providers in a single unified interface and API. <github-repo>gmemstr/sliproad</github-repo></p>
</div class="project">
</div>
<div class="project">
<h4>Deploy <span class="flutter">Flutter</span></h4>
<p>CircleCI mobile client. <github-repo>gmemstr/deploy-app</github-repo></p>
</div class="project">
</div>
<div class="project">
<h4>Database Janitor <span class="php">PHP</span></h4>
<p>Create sanitized database dumps. <github-repo>gmemstr/database-janitor</github-repo></p>
</div class="project">
</div>
<div class="project">
<h4>Drupal modules <span class="drupal">Drupal</span></h4>
<p>Various Drupal modules created both for client sites and personal use. <a href="https://www.drupal.org/u/gmem">/u/gmem</a></p>
</div class="project">
</div>
</div>
<div class="six columns">
<h3>Experiments</h3>
<div class="experiment">
<h4>banana-clj <span class="clojure">Clojure</span></h4>
<p>Encode your data as the word "banana". <github-repo>gmemstr/banana-clj</github-repo></p>
</div class="experiment">
</div>
<div class="experiment">
<h4>whalepod <span class="rust">Rust</span></h4>
<p>Quicky generate Dockerfiles based on a template. <github-repo>gmemstr/whalepod</github-repo></p>
</div class="experiment">
</div>
<div class="experiment">
<h4>circleci-api-scripts <span class="python">Python</span></h4>
<p>Collection of scripts for interacting with the CircleCI APIs and collecting data. <github-repo>gmemstr/circleci-api-scripts</github-repo></p>
</div class="experiment">
</div>
<div class="experiment">
<h4>no-swears <span class="javascript">JavaScript</span></h4>
<p>Small module for removing swear words from strings. <github-repo>gmemstr/no-swears</github-repo></p>
</div class="experiment">
</div>
<div class="experiment">
<h4>GTFO Terminal OCR <span class="python">Python</span></h4>
<p>Analyze terminals from the "GTFO" game and extract information. <github-repo>gmemstr/gtfo-terminal-ocr</github-repo></p>