From 76ac2995b1c460f852816a3271fc7777d12b632d Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Wed, 21 Aug 2024 22:55:05 +0300 Subject: Update about page and style changes --- css/styles.css | 18 +++++++++++++++--- www/about.html | 33 ++++++++++++++++++++++++++++++--- www/index.html | 5 +++-- 3 files changed, 48 insertions(+), 8 deletions(-) diff --git a/css/styles.css b/css/styles.css index c35da80..970fbe7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,10 +4,14 @@ background: transparent; } -p { +p, li { padding-top: 4px; } +ul { + padding-left: 16px; +} + body { font-family: Arial, Helvetica, sans-serif; color: white; @@ -17,6 +21,12 @@ body { min-height: 100vh; } +button { + padding: 10px; + color: white; + background: #2a2a2a; +} + header { background: #202020; padding: 30px; @@ -26,11 +36,13 @@ header { #section-div { align-self: center; - width: 50vw; + width: 70vw; + min-height: 100vh; + background: #1a1a1a; } section { - padding: 20px 10px 10px; + padding: 20px 24px 24px; font-size: 20px; } diff --git a/www/about.html b/www/about.html index 41810e3..30698e6 100644 --- a/www/about.html +++ b/www/about.html @@ -5,16 +5,43 @@ -
About The Mighty HTML Page
+
+
+
About The Mighty HTML Page
+
+
+

Who are you?

+

I am Qubane or Qubik, I am 19 years old and I just do some small projects in my free time

+

I primarily try to do things on my own, and create things from scratch, with as few additional libraries as possible

+

This page will be an example of that, as it was created using python and standard libs

+

I have 2 YouTube channels:

+
    +
  • Main one (@qubane) - russian channel that focuses on education on topics like programming / math
  • +
  • Second one (@thealmightyqubik1501) - english channel that doesn't really have a specific topic, I just post random stuff on there
  • +
+

I mostly code in Python, but also know a bit of C++, Lua, and currently learn the webpage stuff (HTML, CSS, JS?)

+

I love "coding" using Scratch (kids visual block coding language), and made some demo Ray Tracing, Ray Casting and such projects

+

Why does this exist?

This page exists because I wanted to:

  • First - learn how to write own simple HTTP server using python and standard libs
  • -
  • Second - finally create a page for myself, where I can share my projects without filesize limit and such
  • -
  • Third - I am interested on how safe my code and my safety practices are, so try to hack the page, and report on how you did it
  • +
  • Second - finally create a page for myself, where I can share my projects without filesize limits and such
  • +
  • Third - I am interested on how good my code and my safety practices are, so feel free to try to hack the page, and report on how you did it
  • +
+

P.S. I just saw a Computerphile video on this topic, and decided "why not do that?" :>

+
+
+

How to contact you?

+

I mostly use discord for communication, so you have higher chance of contacting me there

+ +

I've realized I don't have many other ways, I might set up an email server for this domain in the future, but for now that's it