From fa8f439dec7b73771db8523bb405f651625fb000 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 20 Sep 2022 03:37:43 +0400 Subject: [PATCH] Added prev and next buttons and content is placed inside other div, blah-blah. --- web/index.jade.go | 2 +- web/templates/index.jade | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/index.jade.go b/web/index.jade.go index c05ea27..69a60f9 100644 --- a/web/index.jade.go +++ b/web/index.jade.go @@ -19,7 +19,7 @@ const ( index__4 = `); Directories: ` index__5 = `.

` index__6 = `
NameDateSize
../
` - index__7 = `

In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API.

Privacy statements

I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience.

This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.

` + index__7 = `

In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API.

Privacy statements

I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience.

This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.

` index__8 = `` index__10 = `` diff --git a/web/templates/index.jade b/web/templates/index.jade index 2a43f41..59249fd 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -50,4 +50,9 @@ html(lang='en') p This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back. footer | 2017—2022 Arav <#[a(href='mailto:me@arav.top') me@arav.top]> - div#overlay \ No newline at end of file + div#overlay + button(name='prev') ❰ + div + div + span + button(name='next') ❱ \ No newline at end of file