From c50ea6786501095ed9bda71d8fd7f723f012a5b7 Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Thu, 13 Nov 2025 20:57:07 +0100 Subject: [PATCH] Add an about me page, and a git ignore file. --- .gitignore | 1 + .idea/modules.xml | 8 ++++ index.html | 2 +- pages/about.html | 106 ++++++++++++++++++++++++++++++++++++++++++++ pages/contact.html | 56 ++++++++++++----------- pages/projects.html | 55 ++++++++++++----------- pages/services.html | 51 +++++++++++---------- 7 files changed, 200 insertions(+), 79 deletions(-) create mode 100644 .gitignore create mode 100644 .idea/modules.xml create mode 100644 pages/about.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bad1044 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index cec700d..8be99eb 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@