Update projects page
Add link to car docs Update ext links open in new tabs
This commit is contained in:
parent
72dc72e954
commit
f25175cb9e
@ -90,7 +90,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4" id="project-section-travel">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/road.jpg);" href="https://www.instagram.com/allaroundhere/">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/road.jpg);" href="https://www.instagram.com/allaroundhere/">
|
||||
<div class="details">
|
||||
<h4>Travel</h4>
|
||||
<span>
|
||||
@ -103,23 +103,24 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-4" id="project-section-car">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/car.jpg);" href="#">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/car.jpg);" href="https://docs.google.com/spreadsheets/d/14ZC20aHF-6yHLYNuSOK6SxTea97waBI7H6ZMHvocDz4/edit?usp=sharing">
|
||||
<div class="details">
|
||||
<h4>Car Work</h4>
|
||||
<h4>Vehicle</h4>
|
||||
<span>
|
||||
A Toyota 4Runner will run forever...if you take good care of it
|
||||
(which I'm trying to do!)
|
||||
The goal is half a million miles! A Toyota 4Runner will run forever...if you take
|
||||
good care of it (which I'm trying to do!)
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4" id="project-section-code">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/programming.jpg);" href="https://github.com/enpaul/">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/programming.jpg);" href="https://github.com/enpaul/">
|
||||
<div class="details">
|
||||
<h4>Programming</h4>
|
||||
<h4>Programs</h4>
|
||||
<span>
|
||||
I tinker with some stuff, my public projects are on my Github.
|
||||
I tinker around with some stuff, mostly for fun. My public projects are on my
|
||||
Github or on my homelab Gitea instance.
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
@ -139,7 +140,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-7" id="project-section-waterworks">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/allis.jpg);" href="https://waterworksmuseum.org/">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/allis.jpg);" href="https://waterworksmuseum.org/">
|
||||
<div class="details">
|
||||
<h4>Metropolitan Waterworks Museum</h4>
|
||||
<span>
|
||||
|
Loading…
Reference in New Issue
Block a user