mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
fixed md conversion. not a race condition, im just stupid. also fixed flex-container that was larger than viewport
This commit is contained in:
parent
b1196a34c9
commit
2e0e29a4f8
|
@ -28,7 +28,7 @@ const addClass = {
|
||||||
console.log(matcher[0]);
|
console.log(matcher[0]);
|
||||||
|
|
||||||
var restOfTag = matcher[1];
|
var restOfTag = matcher[1];
|
||||||
modifiedText.replace(matcher[0], `<${key} class="${classMap[key]}" ${restOfTag}>`);
|
modifiedText = modifiedText.replace(matcher[0], `<${key} class="${classMap[key]}" ${restOfTag}>`);
|
||||||
|
|
||||||
matcher = regex.exec(modifiedText);
|
matcher = regex.exec(modifiedText);
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,57 +23,54 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="container-flex">
|
<div class="container-flex code">
|
||||||
<div class="row code pb-5 pt-5">
|
<div class="container">
|
||||||
<div class="container text-white">
|
<div class="row text-white pb-5 pt-5">
|
||||||
<div class="row">
|
<div class="col-4 pr-5 d-flex">
|
||||||
<div class="col-4 pr-5 d-flex">
|
<samp class="display-1 ml-auto">></samp>
|
||||||
<samp class="display-1 ml-auto">></samp>
|
</div>
|
||||||
</div>
|
<div class="col-8">
|
||||||
<div class="col-8">
|
<samp>I'm an American Computer Engineering student with diverse industry experience. From large commercial Java projects to low-level C firmware development, I've done a little bit of everything (except web development as will be evident with this website). Such experience allows me to understand and solve new problems quickly. My hobbies are just as eclectic as my professional experience. This website showcases many of my personal projects.</samp>
|
||||||
<samp>I'm an American Computer Engineering student with diverse industry experience. From large commercial Java projects to low-level C firmware development, I've done a little bit of everything (except web development as will be evident with this website). Such experience allows me to understand and solve new problems quickly. My hobbies are just as eclectic as my professional experience. This website showcases many of my personal projects.</samp>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row code pt-5 pb-5">
|
<div class="container pb-5 pt-5">
|
||||||
<div class="container">
|
<div class="card-deck">
|
||||||
<div class="card-deck">
|
<div class="card bg-dark text-white">
|
||||||
<div class="card bg-dark text-white">
|
<div class="card-body">
|
||||||
<div class="card-body">
|
<h5 class="card-title">Yama Crawler</h5>
|
||||||
<h5 class="card-title">Yama Crawler</h5>
|
<h6 class="card-subtitle mb-2 text-muted">Selenium-Based Web Crawler</h6>
|
||||||
<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 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-outline-light">Read More</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card bg-dark text-white">
|
<div class="card-footer">
|
||||||
<div class="card-body">
|
<a href="https://github.com/len0rd/YamaCrawler" class="card-link">See Code</a>
|
||||||
<h5 class="card-title">Repley</h5>
|
<a href="#" class="btn btn-outline-light">Read More</a>
|
||||||
<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-outline-light">Read More</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card bg-dark text-white">
|
</div>
|
||||||
<div class="card-body">
|
<div class="card bg-dark text-white">
|
||||||
<h5 class="card-title">Darkstar</h5>
|
<div class="card-body">
|
||||||
<h6 class="card-subtitle mb-2 text-muted">Why buy a quad when you can build it</h6>
|
<h5 class="card-title">Repley</h5>
|
||||||
<p class="card-text">Tbh, idk what other project to put here, we'll have to figure it our later</p>
|
<h6 class="card-subtitle mb-2 text-muted">The Tomcat - ChartJS crossover nobody asked for</h6>
|
||||||
</div>
|
<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 class="card-footer">
|
</div>
|
||||||
<a href="https://github.com/len0rd/Repley" class="card-link text-yellow bottom">See Code</a>
|
<div class="card-footer">
|
||||||
<a href="projects/darkstar" class="btn btn-outline-light">Read More</a>
|
<a href="https://github.com/len0rd/Repley" class="card-link">See Code</a>
|
||||||
</div>
|
<a href="#" class="btn btn-outline-light">Read More</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="card bg-dark 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="projects/darkstar" class="btn btn-outline-light">Read More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark animated fadeIn fixed-top">
|
<nav class="navbar navbar-expand-lg navbar-dark animated fadeIn fixed-top">
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<a class="navbar-brand" href="/#">lenordsNet</a>
|
<a class="navbar-brand" href="/#">lenordsNet</a>
|
||||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText"
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText"
|
||||||
|
|
Loading…
Reference in a new issue