From ba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Sun, 24 Dec 2023 15:48:14 +0100 Subject: Cleanup of some wording --- beauty.css | 2 +- beauty.scss | 6 +++--- collection/main.html | 32 ++++++++++++++++++++++++++++++++ main.html | 2 +- page.scss | 3 ++- photography/main.html | 32 ++++++++++++++++++++++++++++++++ robots.txt | 4 +--- sitemap.xml | 4 ++-- test.html | 5 +++++ videography/main.html | 32 ++++++++++++++++++++++++++++++++ 10 files changed, 111 insertions(+), 11 deletions(-) create mode 100644 collection/main.html create mode 100644 photography/main.html create mode 100644 videography/main.html diff --git a/beauty.css b/beauty.css index 3d97503..0b6acb6 100644 --- a/beauty.css +++ b/beauty.css @@ -127,7 +127,7 @@ body { width: 90%; max-width: auto; margin: 2em auto; - font: 18px "Prompt"; + font: 19px "Prompt"; letter-spacing: -1px; background-image: url("resources/bg.jpg"); background-repeat: no-repeat; diff --git a/beauty.scss b/beauty.scss index c226454..9ee11ba 100755 --- a/beauty.scss +++ b/beauty.scss @@ -1,7 +1,7 @@ -/// Rather than writing an asslong stylesheet for every page, the parent style is defined here and then just reads a pagestle SCSS sheet +/// Import stylesheet for pages @use 'page'; -// And here's the stylesheet for all used fonts: +// Import fonts @use 'fonts'; // The SCSS stylesheet for my good old website twoexem.com @@ -20,7 +20,7 @@ body { width: 90%; max-width: auto; margin: 2em auto; - font: 18px 'Prompt'; + font: 19px 'Prompt'; letter-spacing: -1px; background-image: url("resources/bg.jpg"); background-repeat: no-repeat; diff --git a/collection/main.html b/collection/main.html new file mode 100644 index 0000000..73d111b --- /dev/null +++ b/collection/main.html @@ -0,0 +1,32 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

My collection

+
+
+
+
+ A picture of a Sony CCD-SP5E camcorder. +
+
+
+

Coming soon...

+
+ + + diff --git a/main.html b/main.html index 75599c5..1292d33 100755 --- a/main.html +++ b/main.html @@ -87,7 +87,7 @@
diff --git a/page.scss b/page.scss index b278fc4..41fbb71 100755 --- a/page.scss +++ b/page.scss @@ -1,4 +1,4 @@ -// Page stylesheet for my main start page +// Page stylesheet for the individual pages // The license is included in the file LICENSE.txt // If you did not receive a copy of the license with this file, you may download it under https://mit-license.org/ // Copyright © 2022 Milan Mišić (eMail: fridolin.411@web.de) @@ -152,3 +152,4 @@ .title { font-size: 18px; } + diff --git a/photography/main.html b/photography/main.html new file mode 100644 index 0000000..deae7a2 --- /dev/null +++ b/photography/main.html @@ -0,0 +1,32 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

Photography

+
+
+
+
+ +
+
+
+

Coming soon...

+
+ + + diff --git a/robots.txt b/robots.txt index 145667b..6d78f46 100644 --- a/robots.txt +++ b/robots.txt @@ -1,10 +1,8 @@ User-agent: * Disallow: /note.txt Disallow: /template.html -Disallow: /404.html Disallow: /resources -Disallow: /resources/temo/ -Disallow: /testing +Disallow: /test.html User-agent: nsa Disallow: * diff --git a/sitemap.xml b/sitemap.xml index 04746bb..29cb1ce 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,5 +1,5 @@ - - + diff --git a/test.html b/test.html index c4a00bb..e89ddb0 100644 --- a/test.html +++ b/test.html @@ -47,3 +47,8 @@
This works really well woooowowoyeah + +

+
+ + diff --git a/videography/main.html b/videography/main.html new file mode 100644 index 0000000..9b1b928 --- /dev/null +++ b/videography/main.html @@ -0,0 +1,32 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

Videography

+
+
+
+
+ A close-up picture of a JVC GY-HD200 camcorder. +
+
+
+

Coming soon...

+
+ + + -- cgit v1.2.3