added projects,contact in home and added list page for project

This commit is contained in:
gurusabarish
2022-02-13 11:26:08 +05:30
parent a8ec5d3388
commit 006bf5abcd
17 changed files with 347 additions and 23 deletions
+3
View File
@@ -1,6 +1,7 @@
{{ define "head" }}
<meta name="description" content={{ .Site.Params.description }}>
<link rel="stylesheet" href="/css/index.css" media="all">
<link rel="stylesheet" href="/css/projects.css" media="all">
<!-- fontawesome -->
<script defer src="/fontawesome-5/all-5.15.4.js"></script>
@@ -11,5 +12,7 @@
{{ end }}
{{ define "main" }}
{{- partial "sections/projects.html" . -}}
{{- partial "sections/achievements.html" . -}}
{{- partial "sections/contact.html" . -}}
{{ end }}