diff --git a/static/css/leaflet@1.6.0/dist/images/layers-2x.png b/static/css/leaflet@1.6.0/dist/images/layers-2x.png new file mode 100644 index 0000000..200c333 Binary files /dev/null and b/static/css/leaflet@1.6.0/dist/images/layers-2x.png differ diff --git a/static/css/leaflet@1.6.0/dist/images/layers.png b/static/css/leaflet@1.6.0/dist/images/layers.png new file mode 100644 index 0000000..1a72e57 Binary files /dev/null and b/static/css/leaflet@1.6.0/dist/images/layers.png differ diff --git a/static/css/leaflet@1.6.0/dist/images/marker-icon-2x.png b/static/css/leaflet@1.6.0/dist/images/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/static/css/leaflet@1.6.0/dist/images/marker-icon-2x.png differ diff --git a/static/css/leaflet@1.6.0/dist/images/marker-icon.png b/static/css/leaflet@1.6.0/dist/images/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/static/css/leaflet@1.6.0/dist/images/marker-icon.png differ diff --git a/static/css/leaflet@1.6.0/dist/images/marker-shadow.png b/static/css/leaflet@1.6.0/dist/images/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/static/css/leaflet@1.6.0/dist/images/marker-shadow.png differ diff --git a/static/css/main.css b/static/css/main.css index 0766bbc..862d09f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -5,13 +5,16 @@ body { font-family: 'Noto Serif KR', sans-serif; } .dropdown-item em { color: gray; } #mapid { height: 75vh; } .carousel-control-prev, .carousel-control-next { opacity: 0; } -.home-columns .card-img-overlay { height: 100%; } +.home-columns .card-img-overlay { height: 100%; padding: 0; } .home-columns .card-img-overlay:hover { background-color: rgba(0, 0, 0, 0.5); } .home-columns .card-img-overlay h5 { - position: absolute; top: 50%; transform: translateY(-50%); margin: 0 1.25rem 0 0; - color: #ddd; font-weight: bold; text-shadow: black 0 0 1px; + position: absolute; bottom: 0; padding: 1rem; margin: 0; width: 100%; + color: #ccc; font-size: 1rem; font-weight: bold; text-align: center; + background-color: rgba(0,0,0,0.5) +} +.home-columns .card-img-overlay:hover h5 { + color: white; background-color: transparent; bottom: unset; top: 50%; transform: translateY(-50%); } -.home-columns .card-img-overlay:hover h5 { color: white; } .card-columns.home-columns { column-count: 2; } @media (min-width: 576px) { .card-columns.home-columns { diff --git a/static/images/SpaceFoxKR.png b/static/images/SpaceFoxKR.png new file mode 100644 index 0000000..6ef7689 Binary files /dev/null and b/static/images/SpaceFoxKR.png differ diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..4f9540b --- /dev/null +++ b/static/robots.txt @@ -0,0 +1 @@ +User-agent: * \ No newline at end of file diff --git a/themes/photos/layouts/partials/header.html b/themes/photos/layouts/partials/header.html index 190892c..5159e33 100644 --- a/themes/photos/layouts/partials/header.html +++ b/themes/photos/layouts/partials/header.html @@ -1,10 +1,10 @@ - +
- + @@ -17,7 +17,18 @@ {{ hugo.Generator }} - + + + + + {{ if .Params.img }} + + + {{ end }} + + + +