From 1e167679f6827c7119d616633b21fffef269cd75 Mon Sep 17 00:00:00 2001
From: Joris
Date: Sat, 31 Oct 2020 15:24:26 +0100
Subject: Use only HTML and CSS

---
 templates/project.html | 37 -------------------------------------
 1 file changed, 37 deletions(-)
 delete mode 100644 templates/project.html

(limited to 'templates/project.html')

diff --git a/templates/project.html b/templates/project.html
deleted file mode 100644
index 4bcc386..0000000
--- a/templates/project.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<li class="Section__Container">
-
-  <h1 class="Section__Title">$name$</h1>
-
-  <div>
-    <a class="IconLink__Link" href="https://gitlab.com/$gitlab$">
-      <span class="IconLink__Icon">
-        $partial("templates/icons/gitlab.svg")$
-      </span>
-      $gitlab$
-    </a>
-  </div>
-
-  <div>
-    $if(live)$
-      <a class="IconLink__Link" href="$live$">
-        <span class="IconLink__Icon">
-          $partial("templates/icons/external-link.svg")$
-        </span>
-        $live$
-      </a>
-    $endif$
-  </div>
-
-  <div class="Project__Body Body__Container">
-    $body$
-  </div>
-
-  $if(skills)$
-    <ul class="Skills__List">
-      $for(skills)$
-        <li class="Skills__Item">$item$</li>
-      $endfor$
-    </ul>
-  $endif$
-
-</li>
-- 
cgit v1.2.3