From 7f0745bedb68e12fd2216f8e5329adca773c2e5b Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Fri, 12 Jun 2026 23:50:08 +0300 Subject: update about page with some logos and links --- .gitignore | 1 + about.html | 13 ++++++------- blog.html | 2 +- blog/post-1.html | 6 +++--- img/cv.png | Bin 0 -> 1687 bytes img/github.png | Bin 0 -> 4633 bytes img/githubGreen.jpg | Bin 11368 -> 0 bytes img/mail.png | Bin 0 -> 2010 bytes style.css | 7 ++++--- 9 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 .gitignore create mode 100644 img/cv.png create mode 100644 img/github.png delete mode 100755 img/githubGreen.jpg create mode 100644 img/mail.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..99ed0d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +notes.txt diff --git a/about.html b/about.html index a54a94d..1fbc570 100644 --- a/about.html +++ b/about.html @@ -20,17 +20,16 @@ my background, interests work and so on.

-
-

Mail: TODO

-
- -
-

Github:

- +
+ + +
+ + diff --git a/blog.html b/blog.html index d8ee4c0..39d04c7 100644 --- a/blog.html +++ b/blog.html @@ -14,7 +14,7 @@

Writing

diff --git a/blog/post-1.html b/blog/post-1.html index e4efdb8..1a33b64 100644 --- a/blog/post-1.html +++ b/blog/post-1.html @@ -12,16 +12,16 @@
-

Your first post title

+

My first post title - TODO

-

Your post content starts here.

+

Here would be the post content.

A subheading

More content.

-
some code block if you need it
+
A code block would look like this

← Back to blog

diff --git a/img/cv.png b/img/cv.png new file mode 100644 index 0000000..dc59ce3 Binary files /dev/null and b/img/cv.png differ diff --git a/img/github.png b/img/github.png new file mode 100644 index 0000000..efb774c Binary files /dev/null and b/img/github.png differ diff --git a/img/githubGreen.jpg b/img/githubGreen.jpg deleted file mode 100755 index 4c7ca0f..0000000 Binary files a/img/githubGreen.jpg and /dev/null differ diff --git a/img/mail.png b/img/mail.png new file mode 100644 index 0000000..697c6be Binary files /dev/null and b/img/mail.png differ diff --git a/style.css b/style.css index 10c22d6..b77065c 100644 --- a/style.css +++ b/style.css @@ -102,14 +102,15 @@ a { color: var(--accent); } /* About page */ -.contact-item { + +.contact-list { display: flex; + gap: 1rem; align-items: center; - gap: 0.75rem; } .contactImg { - width: 3rem; + width: 4rem; height: auto; } -- cgit v1.2.3