From f722d20725586ee4744d077770ef7a89ab05e360 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Aug 2023 15:39:23 +0300 Subject: Migrate from brunch to hugo --- layouts/partials/home/work.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layouts/partials/home/work.html (limited to 'layouts/partials/home/work.html') diff --git a/layouts/partials/home/work.html b/layouts/partials/home/work.html new file mode 100644 index 0000000..4af88dc --- /dev/null +++ b/layouts/partials/home/work.html @@ -0,0 +1,20 @@ +
+

Work Experience

+ {{ range . }} +
+
+

{{ .Company | safeHTML }}

+ {{ .Title }} + {{ .Duration }} + {{ .Location }} +
+

{{ .Note | safeHTML }}

+
    + {{ range .Tasks }} +
  • {{ . | safeHTML }}
  • + {{ end }} +
+

{{ .FootNote | safeHTML }}

+
+ {{ end }} +
-- cgit v1.2.3