Update home page

This commit is contained in:
2023-10-06 19:34:42 +02:00
parent a37832846b
commit c2aa82a908
3 changed files with 88 additions and 55 deletions

View File

@ -1,6 +1,4 @@
<?php
const DONATE_XMR = '8AJ7wCCshe6Vni5VxQqDgR9VyghZx1ZTJP2gmpEBpi8S4ZbX91eBnGkdZbR1HBgS5pNSE2D7hKyYmDFcNRv26dA71wq7wqE';
const DONATE_BTC = '1Ba8AV59YtqbKBe7YMopjY9kd1e5QqKdsv';
const CONTACT_NAME = 'Daniel Winzen';
const CONTACT_STREET = 'Steinkaulstraße 47';
const CONTACT_ZIP = '52070';

View File

@ -25,9 +25,11 @@ global $language, $dir, $locale;
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"Daniel","alternateName":"DanWin","url":"https://danwin1210.de/", "author":{"@type":"Person", "image": "/assets/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
</head><body>
<?php menu(_('Home')); ?>
<p><?php printf(htmlspecialchars(_('Hello, my name is Daniel Winzen, a german web developer and system administrator. This is my personal website, that I develop in my free time. This site is available as %1$s or via my clearnet proxy %2$s. To learn more about me and this site, check %3$s.')), '<a href="http://danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion">'.htmlspecialchars(_('Tor hidden service')).'</a>', '<a href="https://danwin1210.de">danwin1210.de</a>', '<a href="/about.php">'.htmlspecialchars(_('the about page')).'</a>'); ?></p>
<p><?php printf(htmlspecialchars(_('This is just the landing page. You can navigate to the pages that interest you most, such as my free and anonymous %s, by clicking on the entries in the navigation bar on the left.')), '<a href="/mail/">'.htmlspecialchars(_('mail service')).'</a>'); ?></p>
<p><?php printf(htmlspecialchars(_('You can download and/or contribute to my various open-source projects on %s.')), '<a href="https://github.com/DanWin/" target="_blank" rel="noopener noreferrer">GitHub</a>'); ?></p>
<p><?php printf(htmlspecialchars(_('If you like, what I\'ve built here, you can support me by donating via Monero: %1$s or Bitcoin: %2$s . More options available, just %3$s.')), DONATE_XMR, DONATE_BTC, '<a href="/contact.php">'.htmlspecialchars(_('contact me')).'</a>'); ?></p>
<p><?php printf(htmlspecialchars(_('Hello! I\'m Daniel Winzen, a highly skilled German web developer and system administrator. With a deep passion for programming, server management, and cybersecurity, I offer a wide range of services tailored to your needs. My extensive experience and expertise enable me to adapt quickly to new challenges, ensuring top-notch solutions for every project. I offer a free and anonymous %1$s, %2$s, and you may also be interested in my %3$s. You can find my open-source projects on %4$s.')), '<a href="/mail/">'.htmlspecialchars(_('mail service')).'</a>', '<a href="/github-ipv6-proxy.php">'.htmlspecialchars(_('GitHub IPv6 proxy')).'</a>', '<a href="/tutorials/">'.htmlspecialchars(_('tutorials')).'</a>', '<a href="https://github.com/DanWin/" target="_blank" rel="noopener noreferrer">GitHub</a>'); ?></p>
<p><?php echo htmlspecialchars(_('I specialize in developing web applications in PHP, SQL, and JavaScript. Whether you need a WordPress website, a custom PHP application, or any other web project, I have the skills to bring your ideas to life. I excel in WordPress development, including WooCommerce, API connectors and custom plugins, ensuring seamless integration with your other services. Performance optimization is very important to me, and I can help you improve your website\'s loading speed and performance.')); ?></p>
<p><?php echo htmlspecialchars(_('Managing Linux servers, web hostings, and email services is my forte. I have experience with various hosting providers and am proficient in working with hosting panels like Plesk and WHMCS. I can help you with configuring your business network infrastructure, and ensure optimal performance and security, so you can focus on running your business. That includes setting up firewalls, VPNs, routers, and other security measures to protect your data from unauthorized access.')); ?></p>
<p><?php printf(htmlspecialchars(_('I\'m %1$s and possess a deep understanding of cybersecurity threats. My continuous learning and passion for cybersecurity have been instrumental in my ability to safeguard online environments effectively. I\'m constantly upgrading my skills and knowledge to stay ahead of the latest threats. I offer comprehensive cybersecurity solutions to safeguard your systems and data from potential threats. That includes both physical and digital security measures such as firewalls, anti-virus software, backups, password management, and more. I can also help you with incident response and recovery after a security breach.')), '<a href="https://www.credly.com/badges/2652f763-ca8c-4e23-b0a9-939a2f27c83c" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Certified in Cybersecurity')).'</a>'); ?></p>
<p><?php printf(htmlspecialchars(_('I\'d be happy to answer any questions you may have and look forward to working with you. %1$s to discuss your project and turn your vision to life!')), '<a href="/contact.php" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Get in touch with me')).'</a>'); ?></p>
<p><?php printf(htmlspecialchars(_('To learn more about me, check out my %1$s,')), '<a href="/about.php">'.htmlspecialchars(_('About page')).'</a>'); ?></p>
</main>
</body></html>

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-28 18:30+0200\n"
"POT-Creation-Date: 2023-10-06 19:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -46,7 +46,7 @@ msgstr ""
msgid "Daniel"
msgstr ""
#: imprint.php:27 common.php:130
#: imprint.php:27 common.php:128
msgid "Imprint"
msgstr ""
@ -93,55 +93,93 @@ msgid ""
"enthusiast"
msgstr ""
#: index.php:27 common.php:121
#: index.php:27 common.php:119
msgid "Home"
msgstr ""
#: index.php:28
#, php-format
msgid ""
"Hello, my name is Daniel Winzen, a german web developer and system "
"administrator. This is my personal website, that I develop in my free time. "
"This site is available as %1$s or via my clearnet proxy %2$s. To learn more "
"about me and this site, check %3$s."
"Hello! I'm Daniel Winzen, a highly skilled German web developer and system "
"administrator. With a deep passion for programming, server management, and "
"cybersecurity, I offer a wide range of services tailored to your needs. My "
"extensive experience and expertise enable me to adapt quickly to new "
"challenges, ensuring top-notch solutions for every project. I offer a free "
"and anonymous %1$s, %2$s, and you may also be interested in my %3$s. You can "
"find my open-source projects on %4$s."
msgstr ""
#: index.php:28
msgid "Tor hidden service"
msgstr ""
#: index.php:28
msgid "the about page"
msgstr ""
#: index.php:29
#, php-format
msgid ""
"This is just the landing page. You can navigate to the pages that interest "
"you most, such as my free and anonymous %s, by clicking on the entries in "
"the navigation bar on the left."
msgstr ""
#: index.php:29
msgid "mail service"
msgstr ""
#: index.php:30
#, php-format
#: index.php:28 github-ipv6-proxy.php:6 github-ipv6-proxy.php:20
#: github-ipv6-proxy.php:30 github-ipv6-proxy.php:33 common.php:123
msgid "GitHub IPv6 proxy"
msgstr ""
#: index.php:28
msgid "tutorials"
msgstr ""
#: index.php:29
msgid ""
"You can download and/or contribute to my various open-source projects on %s."
"I specialize in developing web applications in PHP, SQL, and JavaScript. "
"Whether you need a WordPress website, a custom PHP application, or any other "
"web project, I have the skills to bring your ideas to life. I excel in "
"WordPress development, including WooCommerce, API connectors and custom "
"plugins, ensuring seamless integration with your other services. Performance "
"optimization is very important to me, and I can help you improve your "
"website's loading speed and performance."
msgstr ""
#: index.php:30
msgid ""
"Managing Linux servers, web hostings, and email services is my forte. I have "
"experience with various hosting providers and am proficient in working with "
"hosting panels like Plesk and WHMCS. I can help you with configuring your "
"business network infrastructure, and ensure optimal performance and "
"security, so you can focus on running your business. That includes setting "
"up firewalls, VPNs, routers, and other security measures to protect your "
"data from unauthorized access."
msgstr ""
#: index.php:31
#, php-format
msgid ""
"If you like, what I've built here, you can support me by donating via "
"Monero: %1$s or Bitcoin: %2$s . More options available, just %3$s."
"I'm %1$s and possess a deep understanding of cybersecurity threats. My "
"continuous learning and passion for cybersecurity have been instrumental in "
"my ability to safeguard online environments effectively. I'm constantly "
"upgrading my skills and knowledge to stay ahead of the latest threats. I "
"offer comprehensive cybersecurity solutions to safeguard your systems and "
"data from potential threats. That includes both physical and digital "
"security measures such as firewalls, anti-virus software, backups, password "
"management, and more. I can also help you with incident response and "
"recovery after a security breach."
msgstr ""
#: index.php:31 github-ipv6-proxy.php:102 faq.php:26 faq.php:59
#: chat/index.php:32
msgid "contact me"
#: index.php:31 about.php:41
msgid "Certified in Cybersecurity"
msgstr ""
#: index.php:32
#, php-format
msgid ""
"I'd be happy to answer any questions you may have and look forward to "
"working with you. %1$s to discuss your project and turn your vision to life!"
msgstr ""
#: index.php:32
msgid "Get in touch with me"
msgstr ""
#: index.php:33
#, php-format
msgid "To learn more about me, check out my %1$s,"
msgstr ""
#: index.php:33
msgid "About page"
msgstr ""
#: about.php:6 about.php:17
@ -154,7 +192,7 @@ msgid ""
"this site"
msgstr ""
#: about.php:29 common.php:127
#: about.php:29 common.php:125
msgid "About"
msgstr ""
@ -196,10 +234,6 @@ msgid ""
"age."
msgstr ""
#: about.php:41
msgid "Certified in Cybersecurity"
msgstr ""
#: about.php:42
#, php-format
msgid ""
@ -339,11 +373,6 @@ msgid ""
"takes regular snapshots, ensuring recoverability in case of backup failures."
msgstr ""
#: github-ipv6-proxy.php:6 github-ipv6-proxy.php:20 github-ipv6-proxy.php:30
#: github-ipv6-proxy.php:33 common.php:125
msgid "GitHub IPv6 proxy"
msgstr ""
#: github-ipv6-proxy.php:10 github-ipv6-proxy.php:21
msgid ""
"GitHub IPv6 proxy allows downloading GitHub repositories on IPv6 only servers"
@ -425,6 +454,10 @@ msgstr ""
msgid "If there are any further questions, %s."
msgstr ""
#: github-ipv6-proxy.php:102 faq.php:26 faq.php:59 chat/index.php:32
msgid "contact me"
msgstr ""
#: contact.php:6 contact.php:15
msgid "Daniel - Contact"
msgstr ""
@ -433,7 +466,7 @@ msgstr ""
msgid "Contact Daniel Winzen"
msgstr ""
#: contact.php:27 common.php:128
#: contact.php:27 common.php:126
msgid "Contact"
msgstr ""
@ -780,31 +813,31 @@ msgstr ""
msgid "Answer"
msgstr ""
#: common.php:110
#: common.php:108
msgid "Toggle navigation"
msgstr ""
#: common.php:122 blog/index.php:27
#: common.php:120 blog/index.php:27
msgid "Blog and news"
msgstr ""
#: common.php:123
#: common.php:121
msgid "E-Mail + XMPP"
msgstr ""
#: common.php:124 tutorials/index.php:27
#: common.php:122 tutorials/index.php:27
msgid "Tutorials"
msgstr ""
#: common.php:126
#: common.php:124
msgid "FAQ"
msgstr ""
#: common.php:129
#: common.php:127
msgid "Privacy"
msgstr ""
#: common.php:141
#: common.php:139
msgid "Add translation"
msgstr ""