mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Footer wip
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{{ $styles := resources.Get "css/partials/footer.css" | toCSS | minify }}
|
||||
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}">
|
||||
|
||||
<footer>
|
||||
<div>
|
||||
<h3>Recent Blogs</h3>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Recent Projects</h3>
|
||||
</div>
|
||||
<div>
|
||||
<h3>About</h3>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Contact</h3>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
{{ define "styles" }}
|
||||
{{ $styles := resources.Get "css/partials/header.css" | toCSS | minify }}
|
||||
|
||||
@@ -12,10 +11,6 @@
|
||||
{{ end }}
|
||||
|
||||
{{ $headerFaceImage := resources.Get "images/header-face.png" }}
|
||||
{{ $sun := resources.Get "icons/sun.svg" }}
|
||||
{{ $moon := resources.Get "icons/moon.svg" }}
|
||||
{{ $burger := resources.Get "icons/burger.svg" }}
|
||||
{{ $close := resources.Get "icons/close.svg" }}
|
||||
{{ $cv := resources.Get "cv.pdf" }}
|
||||
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user