Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
6eero committed May 16, 2024
1 parent b581cec commit ed02579
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,23 @@
background-color: #141218; /* background_primary */
}
.hero h1 {
margin: 50px 0 0 0;
font-size: 5em;
margin: 6px;
font-size: 4em;
color: #CDBDFA; /* accent */
}
.hero p {
margin: 0;
font-size: 1em;
color: #ffffff; /* text_primary */
}
.feature-graphic {
text-align: center;
margin-top: 0px; /* Aggiunge spazio sopra l'immagine */
}
.feature-graphic img {
width: 90%;
width: 100%;
display: block;
margin: 80px auto 0;
margin: 0px auto 0;
border-radius: 0px;
}
.container {
Expand Down Expand Up @@ -82,8 +88,15 @@
}
</style>
</head>
<body>

<div class="hero">
<h1>NewPass</h1>
<p>Secure your digital realm</p>
</div>

<div class="feature-graphic">
<img src="https://github.com/6eero/NewPass/blob/gh-pages/assets/img/banner.svg?raw=true" alt="NewPass Feature Graphic">
<img src="https://github.com/6eero/NewPass/blob/gh-pages/assets/img/Banner.svg?raw=true" alt="NewPass Feature Graphic">
</div>

<div class="container">
Expand All @@ -105,10 +118,6 @@ <h2>Features</h2>
<li>User-Friendly Interface</li>
</ul>
</div>
<div class="content" id="donate">
<h2>Donate</h2>
<p>This software thrives thanks to the dedication of passionate individuals in their free time. Your support, in any form, is deeply valued and appreciated. <br><br>Thank you ❤️</p>
</div>
<div class="content" id="download">
<h2>Download</h2>
<p>
Expand All @@ -123,6 +132,10 @@ <h2>Download</h2>
</a>
</p>
</div>
<div class="content" id="donate">
<h2>Donate</h2>
<p>This software thrives thanks to the dedication of passionate individuals in their free time. Your support, in any form, is deeply valued and appreciated. <br><br>Thank you ❤️</p>
</div>
</div>

</body>
Expand Down

0 comments on commit ed02579

Please sign in to comment.