From f5b53a43b05e561ff22e57d2ba00dfdb1f3b617b Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 8 Sep 2024 19:06:47 +0400 Subject: directory layout changed --- src/index.html | 48 ------------------ src/keys/ssh.html | 31 ------------ src/posts/website_created.html | 59 ---------------------- src/software/software.html | 26 ---------- src/style.css | 109 ----------------------------------------- src/wiki/wiki.html | 28 ----------- 6 files changed, 301 deletions(-) delete mode 100644 src/index.html delete mode 100644 src/keys/ssh.html delete mode 100644 src/posts/website_created.html delete mode 100644 src/software/software.html delete mode 100644 src/style.css delete mode 100644 src/wiki/wiki.html (limited to 'src') diff --git a/src/index.html b/src/index.html deleted file mode 100644 index b4dbcd6..0000000 --- a/src/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - Suleyman Farajli's website - - - - Suleyman Farajli - -
- - - - -

- Welcome to my site. -

- -

posts

- - - -
Website Created!
- - -

links and contact info

- - - - - -
emailsuleyman@farajli.net
ssh Public key
githubsfarajli
- - - * and it is worth mentioning that I don't have a LinkedIn (or any social media) account. - -


copyleft (c) 2024 Suleyman Farajli

- - - diff --git a/src/keys/ssh.html b/src/keys/ssh.html deleted file mode 100644 index 330b067..0000000 --- a/src/keys/ssh.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - Public ssh key - - - - Suleyman Farajli - -
- - - - -

Public ssh key

-

- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKI5nJep3/j6NyFZJxfmwwo4veK2vmSBuVydYZYbx0RN teon@st -

- -


copyleft (c) 2024 Suleyman Farajli

- - - diff --git a/src/posts/website_created.html b/src/posts/website_created.html deleted file mode 100644 index 50b201e..0000000 --- a/src/posts/website_created.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - Website Created! - - - - Suleyman Farajli - -
- - -

I have a website!

- -

As of June 13th 2024, the best website on the internet - has officially been created. -
-
- This site is not made - by using one of those fancy and bloated site generators or any garbage like that, - it was created, quite surprisingly, writing HTML and CSS, like it is supposed to - be, tough it is a little inefficient, error-prone and a pain - writing HTML and adding boilerplate - code to each file, thus it's quite probable that I shall write a small program to - do that automatically for me in the future, but that program wouldn't be the same as bloated site - generators, in fact, it'd basically be the same as manual way of writing HTML. - - -
- - Here are some of the advantages of my website compared to a lot of contemporary ones. - -

- - -

- As of now, there isn't that much of content here, but I - will probably add a lot more. -

- - - - -


copyleft (c) 2024 Suleyman Farajli

- - - diff --git a/src/software/software.html b/src/software/software.html deleted file mode 100644 index 3cbae89..0000000 --- a/src/software/software.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - Software - - - - Suleyman Farajli - -
- - - -

Still working on it...

-


copyleft (c) 2024 Suleyman Farajli

- - - diff --git a/src/style.css b/src/style.css deleted file mode 100644 index 89dbb02..0000000 --- a/src/style.css +++ /dev/null @@ -1,109 +0,0 @@ -/* CSS for Suleyman Farajli's Website */ -/* 10th June 2024, Thei0n */ - -body { - font: 15px monospace; - max-width: 60em; - display:block; - padding-top: 4em; - margin: auto; - background-color: #1c1c1c; /* Almost Black */ - color: #ffffff; /* White */ -} - -p, a { - font-size: 1.3em; -} - -h1, h2, h3 { - margin-right: 0.2em; - margin-left: 0.2em; - padding: 0.3em; -} - -p { - margin-right: 1em; - margin-left: 1em; -} - -small { - padding: 0.6em; -} - -a { - text-decoration: none; - color: #BB6767; /* Red */ - margin-right: 0.2em; - margin-left: 0.2em; - padding: 0.4em; -} - -a:hover { - color: #B48EAD; /* Purple */ - font-weight: bold; - -} - -table { - padding-left: 1em; -} - -.menu_item { - font-weight: bold; - padding-right: 3em; - font-size: 1.3em; -} - -.right { - float: right; - padding-right: 1em; -} - -.menu { - /*Left blank intentionally*/ -} - -.value { - color: #5E81AC; /* Blue */ - padding-left:3em; -} - -.post{ - padding-left:1em; -} - -.key { - color : #bbbbbb; /* Light Gray */ -} - -.color1 { - color: #EBCB8B; /* Orange */ -} -.color2 { - color: #A3BE8C; /* Green */ -} -.color3 { - color: #B48EAD; /* Purple */ -} -.color4 { - color: #BB6767; /* Red */ -} -.color0 { - color: #FFFFFF; /* White */ -} - -#copyleft { - color: #696969 /* Dark Gray */ -} - -/* - * "pointer-events: none" doesn't work on some browsers, - * to deactivate hover effect on this tag, - * hover and regular styles are defined as the same - */ - -#header-link, #header-link:hover { - font-size: 2.0em; - color: white; - font-weight: normal; -} diff --git a/src/wiki/wiki.html b/src/wiki/wiki.html deleted file mode 100644 index 0dad521..0000000 --- a/src/wiki/wiki.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - Wiki - - - - Suleyman Farajli - -
- - - - -

Empty for now...

- -


copyleft (c) 2024 Suleyman Farajli

- - - -- cgit v1.2.3