diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 3cd0f7c..3f8aed2 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,7 @@ { "recommendations": [ - "wscats.eno" + "wscats.eno", + "formulahendry.auto-rename-tag", + "yandeu.five-server" ] } \ No newline at end of file diff --git a/content/styles/box/box.css b/content/styles/box/box.css index f640909..20c5a11 100644 --- a/content/styles/box/box.css +++ b/content/styles/box/box.css @@ -18,7 +18,7 @@ padding: 0; } .box p { - font-size: 1.2em; + font-size: 1.5em; margin-left: 1.5em; margin-right: 1.5em; width: 82%; diff --git a/content/styles/box/box.scss b/content/styles/box/box.scss index 8aa1c51..da961f5 100644 --- a/content/styles/box/box.scss +++ b/content/styles/box/box.scss @@ -35,7 +35,7 @@ $lyellow: #e9b648; p { - font-size: 1.2em; + font-size: 1.5em; margin-left: 1.5em; margin-right: 1.5em; diff --git a/help/index.html b/help/index.html index 7de0a84..ccaeaed 100644 --- a/help/index.html +++ b/help/index.html @@ -50,6 +50,7 @@
  • Fonts being broken
  • UI being broken
  • Bug/problem reporting
  • +
  • Bare minimum
  • @@ -106,6 +107,16 @@ In the issue please include screenshots and discription of the problem.
    There is no stupid issue, unless it's a troll.

    + +
    + +

    #6 Bare usage

    +

    + There might be a situation where you cannot enable JavaScript or have "fancy" stuff going on on your browser,
    + so I created the minimalist page for people exactly like you:).
    + If you want, you can visit it, but if I'm being honest, there's not much there to look at, it's really random and boring
    + also if you can run JavaScript and have "fancy" stuff in your browser there's not much use of the minimal page.
    +

    diff --git a/page/random/index.html b/page/random/index.html index bad5f81..06377e7 100644 --- a/page/random/index.html +++ b/page/random/index.html @@ -40,6 +40,22 @@
    +
    +

    Welcome to /dev/urandom!

    + + + +
    +

    #1 Bare minimum

    +

    + This page is completely bare bones.
    + It's literally just text. No JavaScript, no CSS and no HTML at all. Just bare, plain English. +

    +
    +
    diff --git a/page/random/minimal.txt b/page/random/minimal.txt new file mode 100644 index 0000000..6b83d9b --- /dev/null +++ b/page/random/minimal.txt @@ -0,0 +1,12 @@ +Welcome to the minimalist page. + +======= Why does this page even exist? ======= +For short: to fill up my website. + +This page is completely accesible to anyone, any system can handle text. +Sometimes I wanna get a break from all of those and CSS and stuff. +I also want more content on this website so I decided to make this. +People using a browser like links can also easily view this page. + +This page isn't meant to look pretty, it's just meant to.. do almost nothing, that's the point of this page. +I will try to keep updating this page when I'm out of ideas heh.