added curriculum section. Needs working.
[theme-danix.xyz.git] / layouts / curriculum / cv-baseof.html
diff --git a/layouts/curriculum/cv-baseof.html b/layouts/curriculum/cv-baseof.html
new file mode 100644 (file)
index 0000000..720680d
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="{{ $.Site.LanguageCode | default "en" }}">
+       {{- partial "head.html" . -}}
+       <body class="curriculum is-preload">
+               <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
+               <div id="wrapper">
+                       {{- partial "header.html" . -}}
+                       <div id="main">
+                               <section id="one">
+                                       {{- block "curriculum-main" . }}{{- end }}
+                               </section>
+                               <section id="two" class="alt">
+                                       {{- block "curriculum-footer" . }}{{- end }}
+                               </section>
+                       </div>
+                       {{- partial "footer.html" . -}}
+               </div>
+               {{- partial "footer-addition.html" . -}}
+       </body>
+</html>