aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoris2020-10-31 15:24:26 +0100
committerJoris2020-10-31 15:24:26 +0100
commit1e167679f6827c7119d616633b21fffef269cd75 (patch)
tree9c846c03913366936a093976a329e7a774002283 /index.html
parentc9c0a6e8651da823b41e4186a736f2dbb48919db (diff)
Use only HTML and CSS
Diffstat (limited to 'index.html')
-rw-r--r--index.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index a867f1e..0000000
--- a/index.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<section class="Section__Container">
-
- <h1 class="Resume__NameAndPrint Section__Title">
- Joris Guyonvarch
-
- <a class="Resume__Print" href="cv.pdf" target="_blank">
- $partial("templates/icons/printer.svg")$
- </a>
- </h1>
-
- <a class="Resume__GitLabLink IconLink__Link" href="https://gitlab.com/guyonvarch">
- <span class="IconLink__Icon">
- $partial("templates/icons/gitlab.svg")$
- </span>
- guyonvarch
- </a>
-
-</section>
-
-<section class="Section__Container">
-
- <h1 class="Section__Title">Experience</h1>
-
- <ul class="Section__Entries">
- $for(experience)$
- $body$
- $endfor$
- </ul>
-
-</section>
-
-<section class="Section__Container">
-
- <h1 class="Section__Title">Educational background</h1>
-
- <ul class="Section__Entries">
- $for(education)$
- $body$
- $endfor$
- </ul>
-
-</section>
-
-<section class="Section__Container">
-
- <h1 class="Section__Title">Skills</h1>
-
- <ul class="Section__Entries">
- $for(skills)$
- $body$
- $endfor$
- </ul>
-
-</section>
-
-<section class="Section__Container">
-
- <h1 class="Section__Title">Hobbies</h1>
-
- <ul class="Section__Entries">
- $for(hobbies)$
- $body$
- $endfor$
- </ul>
-
-</section>