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

@ -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>