From 22e97d13a811ec64175006eae4b43d0e26c216fb Mon Sep 17 00:00:00 2001 From: Karl97490 Date: Thu, 30 Apr 2026 19:11:05 +0400 Subject: [PATCH 1/3] Adds things I like --- index.html | 59 +++++++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) diff --git a/index.html b/index.html index 5102d3ea..3eaee15c 100644 --- a/index.html +++ b/index.html @@ -1,36 +1,27 @@ - - - Portfolio Page - - - - -

Welcome To Ironhacker's Page

- -
-

Things I Like

- -
- -
-

Things I Don't Like

- -
- - + + + Portfolio Page + + + + +

Welcome To Ironhacker's Page

+ +
+

Things I Don't Like

+ +
+ + \ No newline at end of file From 9da54e0daccaa49bde58b253e598fce251c3e69c Mon Sep 17 00:00:00 2001 From: Karl97490 Date: Thu, 30 Apr 2026 19:49:13 +0400 Subject: [PATCH 2/3] Test push --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3eaee15c..e6a2eff8 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ -

Welcome To Ironhacker's Page

+

Welcome To Ironhacker's

Things I Don't Like

From 32adbf5604c0d25d8fae3a8433d75d03c23ee1a1 Mon Sep 17 00:00:00 2001 From: Karl97490 Date: Sat, 2 May 2026 10:36:55 +0400 Subject: [PATCH 3/3] Add README.md to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b43bf86b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +README.md