Initial
1
public/3520546475-gallery.json
Normal file
11
public/categories/index.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Nonstop Nonsense</title>
|
||||
<link>http://localhost:1313/categories/</link>
|
||||
<description>Recent content in Categories on Nonstop Nonsense</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-gb</language>
|
||||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
121
public/css/gallerydeluxe/styles.css
Normal file
@@ -0,0 +1,121 @@
|
||||
.gd-figure:hover {
|
||||
filter: brightness(1.25);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gd-modal-target {
|
||||
width: 300px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.gd-modal-target:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.gd-modal {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 5;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background-color: rgb(0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.gd-modal-content-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Modal Content (image) */
|
||||
.gd-modal-content {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.gd-modal-content.gd-modal-thumbnail {
|
||||
backdrop-filter: blur(5px);
|
||||
transition: opacity 0.75s ease;
|
||||
z-index: 10;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.gd-modal-content.gd-modal-loaded.gd-modal-thumbnail {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gd-modal-exif {
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
color: #fff;
|
||||
background-color: #8a8a8a;
|
||||
padding: 0.75rem;
|
||||
opacity: 0.75;
|
||||
filter: drop-shadow(-1px -1px 2px #ccc);
|
||||
}
|
||||
|
||||
.gd-modal-exif-ontimeout {
|
||||
transition: opacity 2s ease-out;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.gd-modal-exif:hover {
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gd-modal-exif dl dd {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.gd-modal-exif dl dd:after {
|
||||
display: block;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.gd-modal-exif dl dt {
|
||||
display: inline-block;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.gd-modal-close {
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
top: 0px;
|
||||
right: 10px;
|
||||
color: #8a8a8a;
|
||||
font-size: 40px;
|
||||
font-weight: bold;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 800px) {
|
||||
.gd-modal-close {
|
||||
font-size: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
.gd-modal-close:hover,
|
||||
.gd-modal-close:focus {
|
||||
color: #bbb;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.gd-figure:hover{filter:brightness(1.25);cursor:pointer}.gd-modal-target{width:300px;border-radius:5px;cursor:pointer;transition:.3s}.gd-modal-target:hover{opacity:.7}.gd-modal{display:none;position:fixed;z-index:5;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8)}.gd-modal-content-wrapper{position:relative;width:100%;height:100%}.gd-modal-content{max-width:100%;max-height:100%;bottom:0;left:0;margin:auto;overflow:auto;position:fixed;right:0;top:0;object-fit:contain}.gd-modal-content.gd-modal-thumbnail{backdrop-filter:blur(5px);transition:opacity .75s ease;z-index:10;opacity:1}.gd-modal-content.gd-modal-loaded.gd-modal-thumbnail{opacity:0;pointer-events:none}.gd-modal-exif{position:absolute;z-index:20;bottom:10px;right:10px;color:#fff;background-color:#8a8a8a;padding:.75rem;opacity:.75;filter:drop-shadow(-1px -1px 2px #ccc)}.gd-modal-exif-ontimeout{transition:opacity 2s ease-out;opacity:0}.gd-modal-exif:hover{opacity:1;cursor:pointer}.gd-modal-exif dl dd{display:inline;margin:0}.gd-modal-exif dl dd:after{display:block;content:""}.gd-modal-exif dl dt{display:inline-block;min-width:100px}.gd-modal-close{position:absolute;z-index:20;top:0;right:10px;color:#8a8a8a;font-size:40px;font-weight:700;transition:.3s}@media only screen and (max-device-width:800px){.gd-modal-close{font-size:45px}}.gd-modal-close:hover,.gd-modal-close:focus{color:#bbb;text-decoration:none;cursor:pointer}
|
||||
28
public/css/styles.css
Normal file
@@ -0,0 +1,28 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #101010;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
|
||||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
top: 1rem;
|
||||
left: 1rem;
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
text-shadow: 2px 2px;
|
||||
}
|
||||
|
||||
.gd-modal-loaded .logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.logo:hover {
|
||||
cursor: pointer;
|
||||
color: #ffe0c9;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
html,body{height:100%;margin:0;padding:0;background-color:#101010;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-size:14px}.logo{position:fixed;top:1rem;left:1rem;z-index:2;color:#fff;text-shadow:2px 2px}.gd-modal-loaded .logo{display:none}.logo:hover{cursor:pointer;color:#ffe0c9}
|
||||
43
public/favicon.svg
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="48mm"
|
||||
height="48mm"
|
||||
viewBox="0 0 48 48"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="nsns.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#cccccc"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.69308361"
|
||||
inkscape:cx="307.32223"
|
||||
inkscape:cy="190.45321"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1016"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" /><defs
|
||||
id="defs1" /><g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-23.850639,-97.94986)"><path
|
||||
style="fill:#ffffff;stroke-width:0.3"
|
||||
d="m 23.850639,106.94986 h 18.631579 v 30 h -8.684211 v -19.6478 h -1.105263 v 19.6478 h -8.842105 z m 19.578947,0 h 8.842105 v 20.66667 h 0.94737 v -20.66667 h 18.631578 v 30 h -8.684211 v -19.6478 h -1.105263 v 19.6478 H 43.429586 Z"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="cccccccccccccccccccccc" /></g></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/Amsterdam-732051.webp
Normal file
|
After Width: | Height: | Size: 180 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 50 KiB |
BIN
public/images/Ankara-791349.webp
Normal file
|
After Width: | Height: | Size: 169 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 394 B |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 49 KiB |
BIN
public/images/Athens-751066.webp
Normal file
|
After Width: | Height: | Size: 297 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 424 B |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 426 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 79 KiB |
BIN
public/images/Barcelona-710539.webp
Normal file
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 68 KiB |
BIN
public/images/Belfast-712829.webp
Normal file
|
After Width: | Height: | Size: 410 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 280 B |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 276 B |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 106 KiB |
BIN
public/images/Belgrade-703587.webp
Normal file
|
After Width: | Height: | Size: 244 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 516 B |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 516 B |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 74 KiB |
BIN
public/images/Berlin-709541.webp
Normal file
|
After Width: | Height: | Size: 509 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 119 KiB |
BIN
public/images/Bern-772916.webp
Normal file
|
After Width: | Height: | Size: 310 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 400 B |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 79 KiB |
BIN
public/images/Bratislava-710294.webp
Normal file
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 94 KiB |
BIN
public/images/Brussels-714960.webp
Normal file
|
After Width: | Height: | Size: 240 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 342 B |