mirror of
https://github.com/len0rd/personal-website.git
synced 2025-11-05 11:02:19 -05:00
first pass to move project rendering to sphinx and integrating with the rest of ejs node site
This commit is contained in:
parent
3c6c9bbb50
commit
1d085516da
12 changed files with 151 additions and 37 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue