merge
This commit is contained in:
commit
ac9a0396bc
@ -6,6 +6,7 @@
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="styles/common.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/games.js" defer></script>
|
||||
</head>
|
||||
|
BIN
public/imgs/favicon.ico
Normal file
BIN
public/imgs/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
@ -6,6 +6,7 @@
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="styles/common.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/index.js" defer></script>
|
||||
</head>
|
||||
|
@ -204,9 +204,9 @@ main {
|
||||
|
||||
.card-container {
|
||||
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;
|
||||
width: 500px;
|
||||
width: 1400px;
|
||||
|
||||
.card {
|
||||
cursor: default;
|
||||
@ -217,7 +217,7 @@ main {
|
||||
}
|
||||
background-color: #FFFFFF00;
|
||||
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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,6 +6,7 @@
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="styles/common.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/vps.js" defer></script>
|
||||
</head>
|
||||
@ -23,7 +24,7 @@
|
||||
<ul>
|
||||
<li><strong>Provider:</strong> Hostinger</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>Location:</strong> Paris, FR</li>
|
||||
</ul>
|
||||
@ -35,6 +36,10 @@
|
||||
<h3>SSH</h3>
|
||||
<p>Accès sécurisé à distance via SSH.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Wireguard</h3>
|
||||
<p>VPN pour un accès sécurisé à mon réseau privé.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Web Server</h3>
|
||||
<p>Hébergement de sites web avec Nginx.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user