From e6736d4828378908dc27164ae77118390df44333 Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Fri, 10 Jul 2020 02:15:22 +0200 Subject: [PATCH] Remove old layouts --- .../experiences/info/multiple-projects.html | 14 -------------- layouts/partials/experiences/info/one-project.html | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 layouts/partials/experiences/info/multiple-projects.html delete mode 100644 layouts/partials/experiences/info/one-project.html diff --git a/layouts/partials/experiences/info/multiple-projects.html b/layouts/partials/experiences/info/multiple-projects.html deleted file mode 100644 index 0a2d832..0000000 --- a/layouts/partials/experiences/info/multiple-projects.html +++ /dev/null @@ -1,14 +0,0 @@ -
-
-
{{ .company.name }}
-
{{ .designation }}
-

{{ .start }} - {{ if .end }} {{ .end }} {{ else }}Present{{ end }}, {{ .company.location }}

-
-

{{ .company.overview | markdownify }}

-
Responsibilities:
- -
diff --git a/layouts/partials/experiences/info/one-project.html b/layouts/partials/experiences/info/one-project.html deleted file mode 100644 index cf2c3bf..0000000 --- a/layouts/partials/experiences/info/one-project.html +++ /dev/null @@ -1,14 +0,0 @@ -
-
-
{{ .company.name }}
-
{{ if .designation }} {{ .designation }} {{end}}
-

{{ .start }} - {{ .end }} , {{ .company.location }}

-
-

{{ .company.overview | markdownify }}

-
Responsibilities:
- -