{{ define "styles" }} {{ $styles := resources.Get "css/index.css" | toCSS | minify }} {{ end }} {{ define "main" }}

Projects

{{ range (where .Site.Pages "Section" "projects") }} {{ range .Pages }} {{ partial "project-card.html" . }} {{ end }} {{ end }}

Contact

Here you can contact me personally for any questions or opportunities.

{{ partial "contact-form.html" . }} {{ end }}