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:
- -