diff options
author | W. Kosior <koszko@koszko.org> | 2024-05-27 12:19:19 +0200 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-05-27 12:29:59 +0200 |
commit | ee8fac8ab8529e2d105c7e55c2c9b28aefd19b46 (patch) | |
tree | 7f7559d0ba91710624eb2c76a9765587595d8153 /abdul-blog/index.html | |
parent | 2d05ae83321cdf8aa3abab6acdd69f331ef4b89a (diff) | |
download | AGH-ctf-course-2024-magister.tar.gz AGH-ctf-course-2024-magister.zip |
Diffstat (limited to 'abdul-blog/index.html')
-rw-r--r-- | abdul-blog/index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/abdul-blog/index.html b/abdul-blog/index.html new file mode 100644 index 0000000..1ea4af8 --- /dev/null +++ b/abdul-blog/index.html @@ -0,0 +1,49 @@ + +<head> + <style> + html { + font-size: 16px; + line-height: 1.6; + color: #1E4147; + background-color: #AAC789; + --width: calc(100vw - 20px); + --height: calc(100vh - 20px); + width: var(--width); + height: var(--height); + border: #8A8A69 solid 10px; + overflow-y: hidden; + } + + body { + margin: 0 auto; + max-width: var(--width); + max-height: var(--height); + overflow-y: scroll; + } + + main { + max-width: 920px; + padding: 1rem 2rem; + } + + pre { + background-color: #eee; + margin: 0 -1rem; + padding: 1rem; + overflow-x: auto; + } + + a { + color: #AA2E00; + } + + a:visited { + color: #802200; + } + </style> +</head> +<body> + <main> +<h1>Abdul's technology blog</h1><p>Hi, I'm Abdul El-Ihn-Ohn-Ih. I'm a enthusiast in programming. Lisp is mine favourite language. I also enjoy to write (I write about stuff I do on an computer).</p><p>Below is my index of mine blog entries. If something there is interesting you, feel free emailing me at abdul2007@pm.me.</p><p>Note: some of articles are avaiable only in gemini://. Use an gemini browser for view that.</p><p><a href='https://geminiprotocol.net/'>https://geminiprotocol.net/</a></p><p><a href='https://geminiprotocol.net/software/'>https://geminiprotocol.net/software/</a></p><h2>Mine entries</h2><h3>2024-03-15</h3><p><a href='/~abdul/matterbridge-in-tildeserver.html'>Matterbridge in tildeserver</a></p><h3>2024-02-29</h3><p><a href='/~abdul/minetest-server.html'>Mine Minetest</a></p><h3>2024-02-25</h3><p><a href='/~abdul/learning-guix-home.html'>Learning Guix Home</a></p><h3>2024-02-20</h3><p><a href='/~abdul/mine-guix-shell.html'>Mine Guix shell</a></p><h3>2024-02-11</h3><p><a href='/~abdul/hello-world.html'>Hello, World!</a></p><h2>Other peoples blogs</h2><p>I would like to writing links to other cool Tilde Server blogs here. If you did maked the blog on ctftilde.koszko.org like I did maked, please tell me an link to this and I will write it below.</p><p><a href='https://ctftilde.koszko.org/registration'>Registration to Tilde Server</a></p> + </main> +</body> |