updating some content. No longer a student. wooot

This commit is contained in:
len0rd 2019-11-21 22:43:29 -07:00
parent 0e266d84ff
commit 8146c8ab09
6 changed files with 55 additions and 9 deletions

View file

@ -14,11 +14,11 @@
<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>contact@lenord.me</h2>
<h2>len0rd@fastmail.co.uk</h2>
</div>
</div>
<% include ../partials/footer %>
<% include ../partials/post_html_include %>
</body>
</html>
</html>

View file

@ -30,7 +30,7 @@
<samp class="display-1 ml-auto">></samp>
</div>
<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 embedded software engineer 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>
@ -86,7 +86,7 @@
<p class="card-text">A post on my website about how I built my website? Yep. Turns out things aren't quite plug 'n play when you're a stubborn engineer who wants something to function in a very specific way</p>
</div>
<div class="card-footer pb-3">
<a href="#" class="btn btn-outline-light">Read More</a>
<a href="projects/myWebsite" class="btn btn-outline-light">Read More</a>
<a href="https://github.com/len0rd/personal-website" class="card-link card-soft-link">See Code</a>
</div>
</div>
@ -113,4 +113,4 @@
<% include ../partials/footer %>
<% include ../partials/post_html_include %>
</body>
</html>
</html>

View file

@ -4,4 +4,5 @@
<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://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.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">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.16.2/build/styles/default.min.css">