mirror of
https://github.com/pacnpal/pacnpal-site.git
synced 2025-12-20 04:21:06 -05:00
update index.html to add a new section for external sites and enhance styles for better presentation
This commit is contained in:
@@ -15,9 +15,10 @@
|
|||||||
<h2>About PacNPal</h2>
|
<h2>About PacNPal</h2>
|
||||||
<p>A retro tech enthusiast and a gamer, diving deep into coasters and vintage computing.</p>
|
<p>A retro tech enthusiast and a gamer, diving deep into coasters and vintage computing.</p>
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<section id="sites">
|
||||||
<p>Something may eventually go here.</p>
|
<h2>Sites</h2>
|
||||||
</footer>
|
<p><a href="https://steadirect.com" target="_blank" rel="noopener noreferrer">Steadirect.com</a> - Create clickable links for protocol URLs like Steam invites.</p>
|
||||||
|
</section>
|
||||||
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"912ee97cdcebeb5e","version":"2025.1.0","r":1,"token":"1cef99b58ec34b74ae9a46890381b17f","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}" crossorigin="anonymous"></script>
|
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"912ee97cdcebeb5e","version":"2025.1.0","r":1,"token":"1cef99b58ec34b74ae9a46890381b17f","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
15
styles.css
15
styles.css
@@ -15,3 +15,18 @@ h1, h2 {
|
|||||||
p {
|
p {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
section {
|
||||||
|
padding: 20px;
|
||||||
|
margin: 20px auto;
|
||||||
|
max-width: 800px;
|
||||||
|
background-color: rgba(30, 30, 47, 0.7);
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #7fccff;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #ffcc00;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user