From 7954bda75929ee551b397ac39c49d8183ad6cef3 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Sun, 25 Aug 2024 15:34:20 +0300 Subject: Add more stuff and some formatting --- www/about.html | 25 +++++++++++++++---------- www/index.html | 3 ++- 2 files changed, 17 insertions(+), 11 deletions(-) (limited to 'www') diff --git a/www/about.html b/www/about.html index b9fde96..d3af935 100644 --- a/www/about.html +++ b/www/about.html @@ -13,16 +13,21 @@

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

+
+ Profile Picture +
+

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?

diff --git a/www/index.html b/www/index.html index 79ff93c..6cd383e 100644 --- a/www/index.html +++ b/www/index.html @@ -10,11 +10,12 @@
Welcome To The Mighty HTML Page
-
+

Links to content

About

Testing

Projects

+

JavaScript thing

Welcome to the small HTML Page

-- cgit 1.4.1