From 869f67e1e367b0c25b443af6e4753c2b290bcfcc Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Sat, 24 Aug 2024 21:29:15 +0300 Subject: Add project page --- css/styles.css | 4 ++++ www/images/scratch_rtx_0.png | Bin 0 -> 1065407 bytes www/images/scratch_rtx_1.png | Bin 0 -> 1386455 bytes www/index.html | 7 ++++++- www/projects.html | 22 ++++++++++++++++++++++ 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 www/images/scratch_rtx_0.png create mode 100644 www/images/scratch_rtx_1.png create mode 100644 www/projects.html diff --git a/css/styles.css b/css/styles.css index f1759af..855f15b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -27,6 +27,10 @@ button { background: #2a2a2a; } +img { + padding: 8px; +} + header { background: #202020; padding: 30px; diff --git a/www/images/scratch_rtx_0.png b/www/images/scratch_rtx_0.png new file mode 100644 index 0000000..762d406 Binary files /dev/null and b/www/images/scratch_rtx_0.png differ diff --git a/www/images/scratch_rtx_1.png b/www/images/scratch_rtx_1.png new file mode 100644 index 0000000..53dabc8 Binary files /dev/null and b/www/images/scratch_rtx_1.png differ diff --git a/www/index.html b/www/index.html index 65a72c9..b40895f 100644 --- a/www/index.html +++ b/www/index.html @@ -13,7 +13,12 @@

Links to content

About

Testing

-

Projects [WIP]

+

Projects

+ +
+

Welcome to the small HTML Page

+

You can read why this page exists in About section, but TL;DR page was made for fun using python and standard libraries

+

Quite an empty looking page, but everything has its beginnings