aboutsummaryrefslogtreecommitdiff
path: root/templates/resume.html
diff options
context:
space:
mode:
authorJoris2020-10-31 15:24:26 +0100
committerJoris2020-10-31 15:24:26 +0100
commit1e167679f6827c7119d616633b21fffef269cd75 (patch)
tree9c846c03913366936a093976a329e7a774002283 /templates/resume.html
parentc9c0a6e8651da823b41e4186a736f2dbb48919db (diff)
Use only HTML and CSS
Diffstat (limited to 'templates/resume.html')
-rw-r--r--templates/resume.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/resume.html b/templates/resume.html
deleted file mode 100644
index e848025..0000000
--- a/templates/resume.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<li class="Resume__Container">
-
- $if(name)$
- <div class="Resume__Name">
- $name$
- </div>
- $endif$
-
- $if(location)$
- <div class="Resume__Location">
- $location$
- $if(time)$– $time$$endif$
- </div>
- $endif$
-
- <div class="Body__Container">
- $body$
- </div>
-
- $if(skills)$
- <ul class="Skills__List">
- $for(skills)$
- <li class="Skills__Item">$item$</li>
- $endfor$
- </ul>
- $endif$
-
-</li>