added basic cards for different projects

This commit is contained in:
len0rd 2018-07-26 16:20:50 -04:00
parent f858a9f7b1
commit cfcf8be16f
6 changed files with 53 additions and 12 deletions

BIN
assets/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -10,14 +10,54 @@
<% include ../partials/nav %> <% include ../partials/nav %>
</header> </header>
<div class="jumbotron img-jumbotron jumbotron-fluid"> <main role="main">
<div class="container"> <div class="jumbotron img-jumbotron jumbotron-fluid">
<h1 class="text-white">welcome to len0rdsNet</h1> <div class="container">
<p class="text-white">i don't know what i'm doing</p> <h1 class="text-white">welcome to len0rdsNet</h1>
<p class="text-white">i don't know what i'm doing</p>
</div>
</div> </div>
</div>
<div class="container">
<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/footer %>
<% include ../partials/post_html_include %>
</body> </body>
</html> </html>

View file

@ -1,5 +1,5 @@
<!-- you may need to remove 'fixed-bottom' if the footer is persisting on scroll--> <!-- you may need to remove 'fixed-bottom' if the footer is persisting on scroll-->
<footer class="page-footer container-fluid fixed-bottom"> <footer class="page-footer container-fluid bottom">
<div class="container-fluid text-center bg-secondary"> <div class="container-fluid text-center bg-secondary">
<div class="row"> <div class="row">
<div class="col-md-12 py-3"> <div class="col-md-12 py-3">

View file

@ -1,8 +1,6 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <link rel="icon" type="image/png" href="img/favicon.png">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/site.css"> <link rel="stylesheet" type="text/css" href="css/site.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">

View file

@ -12,10 +12,10 @@
</a> </a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="#">Features</a> <a class="nav-link" href="#">Yama</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="#">Pricing</a> <a class="nav-link" href="blog.lenords.net">Blog</a>
</li> </li>
</ul> </ul>
</div> </div>

View file

@ -0,0 +1,3 @@
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>