diff --git a/src/templates/src/layouts/timemachine_base.html b/src/templates/src/layouts/timemachine_base.html index 64ee993..201c9de 100644 --- a/src/templates/src/layouts/timemachine_base.html +++ b/src/templates/src/layouts/timemachine_base.html @@ -128,6 +128,10 @@ font-family: "MS Sans Serif", "Microsoft Sans Serif", sans-serif; } + .frame a { + color: #000082; + } + .inset { border-width: 1px; border-color: #828282 #ffffff #ffffff #828282; diff --git a/src/templates/src/timemachine_submit.html b/src/templates/src/timemachine_submit.html index ddd475e..d6c7f9a 100644 --- a/src/templates/src/timemachine_submit.html +++ b/src/templates/src/timemachine_submit.html @@ -32,13 +32,21 @@ Take video of yourself using an old device. The video should:

- Upload the video somewhere publicly accessible, then share the link here. We can download videos from file-sharing services or any video service supported by youtube-dl. + Upload the video somewhere publicly accessible, then share the link here. We can download videos from file-sharing services or any video service supported by youtube-dl. See licensing terms.

+
+

By submitting this form, you are granting us permission to:

+ +

Submitted videos will not be used for any commercial purpose.

+
@@ -102,5 +110,9 @@ mediaUrl.value = localStorage.getItem("tm_media_url") ?? ""; deviceInfo.value = localStorage.getItem("tm_device_info") ?? ""; description.value = localStorage.getItem("tm_description") ?? ""; + + function terms() { + document.querySelector("#terms").classList.toggle("dn"); + } {{ end }}