This commit is contained in:
florian 2025-06-13 23:01:22 +02:00
commit ac9a0396bc
5 changed files with 11 additions and 4 deletions

View File

@ -6,6 +6,7 @@
<title>The land of the penguin</title> <title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css"> <link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/games.css"> <link rel="stylesheet" href="styles/games.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script> <script src="scripts/common.js" defer></script>
<script src="scripts/games.js" defer></script> <script src="scripts/games.js" defer></script>
</head> </head>

BIN
public/imgs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -6,6 +6,7 @@
<title>The land of the penguin</title> <title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css"> <link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/index.css"> <link rel="stylesheet" href="styles/index.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script> <script src="scripts/common.js" defer></script>
<script src="scripts/index.js" defer></script> <script src="scripts/index.js" defer></script>
</head> </head>

View File

@ -204,9 +204,9 @@ main {
.card-container { .card-container {
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); /* 2 colonnes de largeur égale */ grid-template-columns: repeat(5, 1fr); /* 2 colonnes de largeur égale */
gap: 20px; gap: 20px;
width: 500px; width: 1400px;
.card { .card {
cursor: default; cursor: default;
@ -217,7 +217,7 @@ main {
} }
background-color: #FFFFFF00; background-color: #FFFFFF00;
width: calc(100% - 40px); /* Les cartes prennent toute la largeur de la colonne */ width: calc(100% - 40px); /* Les cartes prennent toute la largeur de la colonne */
height: 200px; /* Hauteur automatique pour s'adapter au contenu */ height: 180px; /* Hauteur automatique pour s'adapter au contenu */
} }
} }
} }

View File

@ -6,6 +6,7 @@
<title>The land of the penguin</title> <title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css"> <link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/vps.css"> <link rel="stylesheet" href="styles/vps.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script> <script src="scripts/common.js" defer></script>
<script src="scripts/vps.js" defer></script> <script src="scripts/vps.js" defer></script>
</head> </head>
@ -23,7 +24,7 @@
<ul> <ul>
<li><strong>Provider:</strong> Hostinger</li> <li><strong>Provider:</strong> Hostinger</li>
<li><strong>OS:</strong> Debian 12</li> <li><strong>OS:</strong> Debian 12</li>
<li><strong>RAM:</strong> 4 GB</li> <li><strong>RAM:</strong> 8 GB</li>
<li><strong>CPU:</strong> 2 vCPU</li> <li><strong>CPU:</strong> 2 vCPU</li>
<li><strong>Location:</strong> Paris, FR</li> <li><strong>Location:</strong> Paris, FR</li>
</ul> </ul>
@ -35,6 +36,10 @@
<h3>SSH</h3> <h3>SSH</h3>
<p>Accès sécurisé à distance via SSH.</p> <p>Accès sécurisé à distance via SSH.</p>
</div> </div>
<div class="card">
<h3>Wireguard</h3>
<p>VPN pour un accès sécurisé à mon réseau privé.</p>
</div>
<div class="card"> <div class="card">
<h3>Web Server</h3> <h3>Web Server</h3>
<p>Hébergement de sites web avec Nginx.</p> <p>Hébergement de sites web avec Nginx.</p>