1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 22:45:58 -04:00

add /api/projects endpoint and /projects page with GH-style repo cards

This commit is contained in:
2021-06-03 09:31:53 -04:00
parent 7a5962fa7e
commit 9505767f3d
16 changed files with 369 additions and 57 deletions
+1
View File
@@ -30,6 +30,7 @@ $max-width: unquote($max-width);
@import "pages/single";
@import "pages/videos";
@import "pages/etc";
@import "pages/projects";
// Responsive Mixins
@import "abstracts/responsive";