got a basic side nav bar for documentation formatted the way i want. now need to figure out how to autogenerate

This commit is contained in:
len0rd 2018-08-03 23:37:28 -04:00
parent 2e0e29a4f8
commit 2cf2bdf8ad
6 changed files with 20 additions and 14 deletions

View file

@ -36,36 +36,36 @@
</div>
<div class="container pb-5 pt-5">
<div class="card-deck">
<div class="card bg-dark text-white">
<div class="card bg-dark border-light text-white">
<div class="card-body">
<h5 class="card-title">Yama Crawler</h5>
<h6 class="card-subtitle mb-2 text-muted">Selenium-Based Web Crawler</h6>
<p class="card-text">Yama is a powerful developer-friendly web crawler/scraper built with Selenium and Java. Built from the ground up by yours truly.</p>
</div>
<div class="card-footer">
<a href="https://github.com/len0rd/YamaCrawler" class="card-link">See Code</a>
<a href="https://github.com/len0rd/YamaCrawler" class="card-link card-soft-link">See Code</a>
<a href="#" class="btn btn-outline-light">Read More</a>
</div>
</div>
<div class="card bg-dark text-white">
<div class="card bg-dark border-light text-white">
<div class="card-body">
<h5 class="card-title">Repley</h5>
<h6 class="card-subtitle mb-2 text-muted">The Tomcat - ChartJS crossover nobody asked for</h6>
<p class="card-text">If you only have a hammer, everything looks like a nail. Repley combines Apache Tomcat and ChartJS to make dynamic database chart generation as easy as editing a JSON file.</p>
</div>
<div class="card-footer">
<a href="https://github.com/len0rd/Repley" class="card-link">See Code</a>
<a href="https://github.com/len0rd/Repley" class="card-link card-soft-link">See Code</a>
<a href="#" class="btn btn-outline-light">Read More</a>
</div>
</div>
<div class="card bg-dark text-white">
<div class="card bg-dark border-light text-white">
<div class="card-body">
<h5 class="card-title">Darkstar</h5>
<h6 class="card-subtitle mb-2 text-muted">Why buy a quad when you can build it</h6>
<p class="card-text">Tbh, idk what other project to put here, we'll have to figure it our later</p>
</div>
<div class="card-footer">
<a href="https://github.com/len0rd/Repley" class="card-link text-yellow bottom">See Code</a>
<a href="https://github.com/len0rd/Repley" class="card-link card-soft-link">See Code</a>
<a href="projects/darkstar" class="btn btn-outline-light">Read More</a>
</div>
</div>