Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHellishPandaa authored Jan 1, 2025
1 parent 3a01bd5 commit d54376b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,35 @@

}

.left-container {
header {
animation: fadeIn 1s ease-in-out;
margin: 2px;
text-align: center;
padding: 20px;
background: rgba(255, 255, 255, 0.1);
border-radius: 15px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
margin: 0 15%;
width: 70%;
animation: fadeIn 1s ease-in-out;
}

</style>
</head>
<body>

<header>

<h1><stong>GNU-PasswdManager</h1>
<h3><strong>Securely manage your passwords with encryption and a user-friendly GUI. It allows users to store, generate, and manage their passwords securely. </strong></h3>
<p><strong><a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025" target="_blank"> &COPY;2025 Jaime Galvez Martinez</a>. This project is released under GNU License</strong></p>
</header>

<div class="left-container">

<div class="container">
<h2><strong>Download the Latest Version</strong></h2>
<p class="intro-text">GNU Passwd Manager is a tool that helps you manage your passwords securely using encryption. You can easily store and retrieve your passwords with a simple graphical interface.</p>
<p class="intro-text">Choose the version for your operating system:</p>
</div>

<div class="download-section">
<h3><strong>For Linux/Mac:</strong></h3>
Expand Down

0 comments on commit d54376b

Please sign in to comment.