diff --git a/themes/resume/layouts/index.html b/themes/resume/layouts/index.html index 2ddf74e..410c933 100644 --- a/themes/resume/layouts/index.html +++ b/themes/resume/layouts/index.html @@ -14,7 +14,7 @@ {{ range .Pages }} {{ end }} @@ -30,6 +30,21 @@

{{.Site.Params.Description}}

+ +
+ {{ with .Site.GetPage "/projects" }} +

{{.Title}}

+
+ {{ range .Pages }} +
+

{{.Title}}

+
{{.Params.Slogan}}
+ +
{{.Content}}
+
+ {{ end }} +
+ {{ end }}
diff --git a/themes/resume/layouts/shortcodes/embed.html b/themes/resume/layouts/shortcodes/embed.html deleted file mode 100644 index 984466a..0000000 --- a/themes/resume/layouts/shortcodes/embed.html +++ /dev/null @@ -1,6 +0,0 @@ - -
-

{{.Get "title"}}

- -
-
\ No newline at end of file diff --git a/themes/resume/static/css/style.css b/themes/resume/static/css/style.css index 8cc5a23..5014776 100644 --- a/themes/resume/static/css/style.css +++ b/themes/resume/static/css/style.css @@ -114,17 +114,32 @@ html { 100% {color: #dcdcdc; clip-path: inset(0 0 0 0);} } -.banner-button { - position: absolute; - bottom: 16px; - left: 50%; - color: whitesmoke; - font-size:4rem; +.section-header { + color: #EAA221; } -.fa-arrow-circle-down { - color: #dcdcdc; -} -.fa-arrow-circle-down:hover { - color: white; +.section { + display: flex; + flex-wrap: wrap; } +.title-link { color: #EAA221; } +.title-link { text-decoration-color: #EAA221; } + +.card { + padding: 1em; + margin: 1em; +} +a { color:#dcdcdc; } +a:hover { color: #EAA221; } + +.card-img { max-width: 250px; } +.card { + background-color: transparent; + max-width: 45%; + border:none; +} + +@media screen and (max-width: 600px) { + .headline { + } +} \ No newline at end of file