aboutsummaryrefslogtreecommitdiff
path: root/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project.html')
-rw-r--r--templates/project.html37
1 files changed, 0 insertions, 37 deletions
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>