mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 12:02:14 -05:00
68 lines
2.9 KiB
Plaintext
68 lines
2.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<% include ../partials/include %>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<% include ../partials/nav %>
|
|
</header>
|
|
|
|
<main role="main">
|
|
|
|
<section class="bgimage mb-5">
|
|
<div class="container center">
|
|
<div class="row">
|
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<h1>welcome to lenordsNet</h1>
|
|
<p class="text-white">I dont know what I'm doing</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="container mb-5">
|
|
<div class="card-deck">
|
|
<div class="card">
|
|
<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="#" class="btn btn-primary">Read More</a>
|
|
</div>
|
|
</div>
|
|
<div class="card">
|
|
<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="#" class="btn btn-primary">Read More</a>
|
|
</div>
|
|
</div>
|
|
<div class="card">
|
|
<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 bottom">See Code</a>
|
|
<a href="#" class="btn btn-primary">Read More</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<% include ../partials/footer %>
|
|
<% include ../partials/post_html_include %>
|
|
</body>
|
|
</html> |