first pass to move project rendering to sphinx and integrating with the rest of ejs node site

This commit is contained in:
len0rd 2022-10-06 14:05:49 -04:00
parent 3c6c9bbb50
commit 1d085516da
12 changed files with 151 additions and 37 deletions

View file

@ -77,7 +77,7 @@
</p>
</div>
<div class="card-footer pb-3">
<a href="projects/darkstar" class="btn btn-outline-light">Read More</a>
<a href="projects/darkstar.html" class="btn btn-outline-light">Read More</a>
<a href="https://github.com/len0rd/darkstar_copter" class="card-link card-soft-link">See
Code</a>
</div>
@ -92,7 +92,7 @@
result: a portable and rock solid desk with a couple of flaws</p>
</div>
<div class="card-footer pb-3">
<a href="projects/palletDesk" class="btn btn-outline-light">Read More</a>
<a href="projects/palletDesk.html" class="btn btn-outline-light">Read More</a>
</div>
</div>
</div>
@ -106,7 +106,7 @@
function in a very specific way</p>
</div>
<div class="card-footer pb-3">
<a href="projects/myWebsite" class="btn btn-outline-light">Read More</a>
<a href="projects/myWebsite.html" 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>
@ -123,7 +123,7 @@
but helped me learn a whole ton along the way</p>
</div>
<div class="card-footer pb-3">
<a href="projects/ls1synth" class="btn btn-outline-light">Read More</a>
<a href="projects/ls1synth.html" class="btn btn-outline-light">Read More</a>
<a href="https://github.com/len0rd/LS1-sequencer" class="card-link card-soft-link">See
Code</a>
</div>

View file

@ -1,2 +1 @@
<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://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>