mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
updates for helpful personal links
This commit is contained in:
parent
8f7ed98466
commit
ab1191c645
|
@ -13,8 +13,8 @@
|
|||
<div class="container-cenMain">
|
||||
<div class="cenMain">
|
||||
<h1>Contact me</h1>
|
||||
<p>As a lonly explorer of the interwebs, I welcome the warm embrace of human contact. Please email me with the below address:</p>
|
||||
<h2>len0rd@fastmail.co.uk</h2>
|
||||
<p>Questions? Comments? Spam?. Please email me with the below address:</p>
|
||||
<h2>len0rd"AT"fastmail.co.uk</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -40,22 +40,21 @@
|
|||
<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>
|
||||
<p class="card-text">Yama is a powerful web crawler/scraper based on Selenium and Java. Built for and used in a commercial application by yours truly</p>
|
||||
</div>
|
||||
<div class="card-footer pb-3">
|
||||
<a href="#" class="btn btn-outline-light">Read More</a>
|
||||
<a href="https://github.com/len0rd/YamaCrawler" class="card-link card-soft-link">See Code</a>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<h5 class="card-title">Mavlib Gen</h5>
|
||||
<h6 class="card-subtitle mb-2 text-muted">Modern Mavlink C generator</h6>
|
||||
<p class="card-text">This is what happens when I get fed up with a protocols reference implementation (after using it for 4+ years)</p>
|
||||
</div>
|
||||
<div class="card-footer pb-3">
|
||||
<a href="#" class="btn btn-outline-light">Read More</a>
|
||||
<a href="https://github.com/len0rd/Repley" class="card-link card-soft-link">See Code</a>
|
||||
<a href="https://github.com/len0rd/mavlib_gen" class="card-link card-soft-link">See Code</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card bg-dark border-light text-white">
|
||||
|
|
|
@ -9,7 +9,10 @@
|
|||
<div class="collapse navbar-collapse" id="navbarText">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Yama</a>
|
||||
<a class="nav-link" href="https://home.lenord.me/lovelace-rooms">Home Assistant</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://plex.lenord.me">Plex</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://github.com/len0rd">Github</a>
|
||||
|
|
Loading…
Reference in a new issue