Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..ee24438
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="{{ .Site.Language }}">
+
+{{ partial "head.html" . }}
+
+<body class="bg-dark" style="font-family: 'Alegreya Sans', sans-serif;">
+
+ <div class="container">
+ {{ partial "header.html" . }}
+ <div class="row mt-1">
+ <div class="col-sm-4 order-sm-2 bg-secondary text-white rounded pt-3">
+ {{ partial "education.html" . }}
+ <hr style="width:50%;">
+ {{ partial "language.html" . }}
+ <hr style="width:50%;">
+ {{ partial "hobby.html" . }}
+ </div>
+
+ <div class="col-sm-8 text-white pt-3">
+ {{ partial "experience.html" . }}
+ {{ partial "project.html" . }}
+ {{ partial "skill.html" . }}
+ </div>
+ </div>
+ </div>
+
+ {{ partial "footer.html" . }}
+</body>
+
+</html> \ No newline at end of file