diff --git a/about.php b/about.php index 761b348..45670ec 100644 --- a/about.php +++ b/about.php @@ -16,7 +16,7 @@ global $language, $dir, $locale; - + @@ -24,40 +24,56 @@ global $language, $dir, $locale; - +

-

-
+ + + + +<?php echo _('An avatar representing Daniel Winzen'); ?> + + +

+

-

Get in touch and we\'ll discuss details.'); ?>

+

Certified in Cybersecurity and have a good understanding of cybersecurity threats. I continuously broaden my knowledge in this field, because I consider this essential and fun. This site would probably not exist, were it not for my passion for cybersecurity and hacking. Like many good parents, mine were strict about my internet usage. So I had to become creative in finding ways of gaining access to the internet, even when the timer already expired. Thus I was learning about hacking, darknet and network security at a very early age.'), 'https://www.credly.com/badges/2652f763-ca8c-4e23-b0a9-939a2f27c83c'); ?>

+

I\'m available for hire.'), '/contact.php'); ?>

-

-
LE-CHAT. When I deployed that on my Raspberry Pi it was running very slowly and wasn\'t really usable for use with several people. So I decided to port some parts I needed to PHP.'); ?> -
GitHub account. Since then, I have added many new features and improved reliability and my code a lot.'); ?> -

+

+
LE-CHAT. When I deployed that on my Raspberry Pi, it was running very slowly and wasn\'t usable for use by several people. So I decided to port some parts I needed to PHP.'); ?> +
GitHub account. Since then, I have added many new features and improved reliability and my code a lot.'); ?> +

-

-
danwin1210.de are an NginX Proxy that will forward all requests to the raspberry pis at home. Additionally, they run a Postfix instance only listening on the VPN network to send out mails to clearnet.'); ?> -

-

contact me.'), DONATE_XMR, DONATE_BTC); ?>

+ + + + +<?php echo _('A small network rack with 4 Raspberry Pis in it, a wifi router on top and a phone next to it'); ?> + + +

+

+
danwin1210.de are an NginX Proxy that will forward all requests to the Raspberry Pis at home. Additionally, they run a Postfix instance only listening on the VPN network to send emails to clearnet.'); ?> +

+

diff --git a/assets/daniel.avif b/assets/daniel.avif new file mode 100644 index 0000000..5fc9e3e Binary files /dev/null and b/assets/daniel.avif differ diff --git a/assets/daniel.jpg b/assets/daniel.jpg new file mode 100644 index 0000000..3d9f521 Binary files /dev/null and b/assets/daniel.jpg differ diff --git a/assets/daniel.webp b/assets/daniel.webp new file mode 100644 index 0000000..44d176f Binary files /dev/null and b/assets/daniel.webp differ diff --git a/assets/servers.avif b/assets/servers.avif new file mode 100644 index 0000000..b02cc18 Binary files /dev/null and b/assets/servers.avif differ diff --git a/assets/servers.jpg b/assets/servers.jpg new file mode 100644 index 0000000..45d543e Binary files /dev/null and b/assets/servers.jpg differ diff --git a/assets/servers.webp b/assets/servers.webp new file mode 100644 index 0000000..7e5dd20 Binary files /dev/null and b/assets/servers.webp differ diff --git a/blog/index.php b/blog/index.php index ec54e05..a16e8b3 100644 --- a/blog/index.php +++ b/blog/index.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

diff --git a/chat/index.php b/chat/index.php index f85c760..60aca84 100644 --- a/chat/index.php +++ b/chat/index.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

diff --git a/common.php b/common.php index b54fc62..3dd9c28 100644 --- a/common.php +++ b/common.php @@ -28,7 +28,7 @@ $global_style .= '.form_limit{max-width:1024px}.red{color:red}.green{color:green $global_style .= '.burger_nav .bar1,.burger_nav .bar2,.burger_nav .bar3{display:block;width:35px;height:5px;background-color:#fff;margin:6px 6px}'; $global_style .= '@media (min-width: 769px){nav{width:auto;border-right:1px solid silver;border-bottom:1px solid silver}}'; $global_style .= 'button,input,select,textarea{padding:0.3em;margin:0.3em;font-size:1em}input[type=checkbox],input[type=radio]{width:1.5em;height:1.5em}'; -//$global_style .= '.ua_solidarity{background:linear-gradient(to top,#ffd700 0%,#ffd700 50%,#0057b8 50%, #0057b8 100%);position:fixed;top:0;left:0;right:0;bottom:0;opacity:0.4;pointer-events:none}'; +$global_style .= 'img{max-width:100%;height:auto}img.float-left{float: left;margin: 0 15px 0 0;}'; $global_style .= '@media (prefers-color-scheme: dark){'; $global_style .= 'body,button,input,select,textarea{background-color:#000;color:#fff}'; $global_style .= 'a:visited{color:#B33CB4} a:link{color:#00A2D4} a:active{color:#55A2D4}'; @@ -146,7 +146,6 @@ function menu(string $title = ''): void } echo '
+
'; echo ''; -// echo '
'; echo '
'; } diff --git a/contact.php b/contact.php index b71b529..39f3dff 100644 --- a/contact.php +++ b/contact.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

diff --git a/faq.php b/faq.php index dcfb63f..aa4fb4a 100644 --- a/faq.php +++ b/faq.php @@ -13,7 +13,7 @@ global $language, $dir, $locale; - + @@ -21,7 +21,7 @@ global $language, $dir, $locale; - + diff --git a/hosting/index.php b/hosting/index.php index 9de3748..65e6fbf 100644 --- a/hosting/index.php +++ b/hosting/index.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

https://github.com/DanWin/hosting.'); ?>

diff --git a/imprint.php b/imprint.php index 27d91ec..df20fc1 100644 --- a/imprint.php +++ b/imprint.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

diff --git a/index.php b/index.php index b3f2d66..a9de2c2 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

Tor hidden service or via my clearnet proxy danwin1210.de. To learn more about me and this site, check the about page.'); ?>

diff --git a/new-domain.php b/new-domain.php index 2f17186..8f7b64e 100644 --- a/new-domain.php +++ b/new-domain.php @@ -16,7 +16,7 @@ global $language, $dir, $locale; - + @@ -24,7 +24,7 @@ global $language, $dir, $locale; - +

diff --git a/privacy.php b/privacy.php index fe92b15..0400413 100644 --- a/privacy.php +++ b/privacy.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

diff --git a/tutorials/findom/index.php b/tutorials/findom/index.php index d8e379c..f3b0344 100755 --- a/tutorials/findom/index.php +++ b/tutorials/findom/index.php @@ -20,7 +20,7 @@ global $language, $dir, $locale; - + @@ -28,7 +28,7 @@ global $language, $dir, $locale; - +

diff --git a/tutorials/get-rich-fast/index.php b/tutorials/get-rich-fast/index.php index bc735bb..089f12f 100644 --- a/tutorials/get-rich-fast/index.php +++ b/tutorials/get-rich-fast/index.php @@ -22,7 +22,7 @@ global $language, $dir, $locale; - + @@ -30,7 +30,7 @@ global $language, $dir, $locale; - +

diff --git a/tutorials/index.php b/tutorials/index.php index f76b0ee..2fad22d 100644 --- a/tutorials/index.php +++ b/tutorials/index.php @@ -14,7 +14,7 @@ global $language, $dir, $locale; - + @@ -22,7 +22,7 @@ global $language, $dir, $locale; - +

contact me here.'); ?>

diff --git a/tutorials/self-employed/index.php b/tutorials/self-employed/index.php index 00fb97b..34dbd2c 100755 --- a/tutorials/self-employed/index.php +++ b/tutorials/self-employed/index.php @@ -18,7 +18,7 @@ global $language, $dir, $locale; - + @@ -26,7 +26,7 @@ global $language, $dir, $locale; - +

diff --git a/tutorials/successful-sugar-dating/index.php b/tutorials/successful-sugar-dating/index.php index a0cdc98..3136ebd 100644 --- a/tutorials/successful-sugar-dating/index.php +++ b/tutorials/successful-sugar-dating/index.php @@ -21,7 +21,7 @@ global $language, $dir, $locale; - + @@ -29,7 +29,7 @@ global $language, $dir, $locale; - +

diff --git a/tutorials/torify-ftp/index.php b/tutorials/torify-ftp/index.php index b31d1ae..150e2fb 100644 --- a/tutorials/torify-ftp/index.php +++ b/tutorials/torify-ftp/index.php @@ -22,7 +22,7 @@ global $language, $dir, $locale; - + @@ -30,8 +30,7 @@ global $language, $dir, $locale; - - +

FileZilla and WinSCP.'); ?>