<?php
/**
* Proprietary License
*
* Copyright (c) 2024 Richard Scorpio
*
* All rights reserved. This software is proprietary and confidential. Unauthorized copying of this file, via any medium, is strictly prohibited.
* Contact rickscorpio@proton.me for licensing information.
* Subject: Violet PWM
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Violet PWM</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico"> <!-- Add this line -->
</head>
<body>
<div class="container">
<h1 class="title">About Violet PWM</h1>
<p class="subtitle">My Personal Password Manager</p>
<p>Violet PWM (Personal Password Manager) is a secure and user-friendly password management tool designed to help individuals and small businesses manage their passwords and sensitive information efficiently. Violet PWM ensures your digital credentials are stored securely and accessible only to you.</p>
<h2>Key Features</h2>
<ul>
<li><strong>Secure Storage:</strong> Uses advanced encryption techniques to protect your passwords and sensitive data.</li>
<li><strong>User-Friendly Interface:</strong> Intuitive design makes it easy to manage and organize your credentials.</li>
<li><strong>Websites and Bank Details:</strong> Store and manage not only website logins but also important bank details.</li>
<li><strong>Password Generator:</strong> Create strong, unique passwords to enhance your security.</li>
<li><strong>Cross-Platform Compatibility:</strong> Accessible on any device with a web browser.</li>
</ul>
<p>Violet PWM is built with a strong emphasis on security and privacy. Your data is encrypted and stored securely, ensuring that only you have access. Whether you need to manage personal accounts or business credentials, Violet PWM offers a reliable solution.</p>
<p>Additionally, Violet PWM is continually updated with new features and improvements, driven by user feedback and contributions from the community.</p>
<h2>Support and Donations</h2>
<p>This project is maintained and developed by Richard Scorpio. If you find Violet PWM helpful and would like to support its development, please consider making a donation. Your generosity helps with miscellaneous expenses and motivates ongoing improvements and new features.</p>
<p>Donations can be made via PayPal: <a href="https://www.paypal.com/donate/?hosted_button_id=T8FHWDSPU88X8">Donate</a></p>
<h2>Contact Information</h2>
<p>For support or further information, please contact Richard Scorpio at <a href="mailto:rickscorpio@proton.me">rickscorpio@proton.me</a>.</p>
<p>Thank you for using Violet PWM and for your support!</p>
<p><a href="index.php">Back to Home</a></p>
</div>
<?php include 'footer.php'; ?>
</body>
</html>