Skip to content

Commit d8d1509

Browse files
Update index.html
1 parent 63a5c88 commit d8d1509

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="fr">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="description" content="PHP Sources - Bibliothèque open source PHP : +4000 scripts, CMS, ERP, e-commerce et outils gratuits. Miroirs GitHub officiels.">
5+
<meta name="description" content="PHP Sources - +4000 scripts PHP open source : CMS, ERP, e-commerce, outils et plus. Miroirs GitHub officiels et mises à jour régulières.">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>PHP Sources - Bibliothèque Open Source PHP</title>
88

@@ -20,18 +20,24 @@
2020
background: #f8f9fa;
2121
color: #333;
2222
}
23-
h1 { color: #007ACC; }
23+
h1 { color: #007ACC; text-align: center; }
2424
.badge {
2525
background: #007ACC;
2626
color: white;
27-
padding: 10px 20px;
28-
border-radius: 25px;
27+
padding: 12px 24px;
28+
border-radius: 30px;
2929
text-decoration: none;
3030
font-weight: bold;
31-
font-size: 1.1em;
31+
font-size: 1.15em;
3232
}
33+
.category {
34+
margin: 35px 0;
35+
padding-bottom: 20px;
36+
border-bottom: 1px solid #eee;
37+
}
38+
.category:last-child { border-bottom: none; }
3339
ul { list-style: none; padding: 0; }
34-
li { margin: 12px 0; font-size: 1.08em; }
40+
li { margin: 10px 0; font-size: 1.08em; }
3541
a { color: #007ACC; text-decoration: none; }
3642
a:hover { text-decoration: underline; }
3743
.container {
@@ -40,25 +46,19 @@
4046
background: white;
4147
padding: 50px;
4248
border-radius: 12px;
43-
box-shadow: 0 0 20px rgba(0,0,0,0.08);
49+
box-shadow: 0 0 20px rgba(0,0,0,0.1);
4450
}
45-
.category {
46-
margin-bottom: 30px;
47-
padding-bottom: 20px;
48-
border-bottom: 1px solid #eee;
49-
}
50-
.category:last-child { border-bottom: none; }
51-
footer { text-align: center; color: #666; margin-top: 60px; font-size: 0.95em; }
51+
footer { text-align: center; color: #666; margin-top: 70px; font-size: 0.95em; }
5252
</style>
5353
</head>
5454
<body>
5555
<div class="container">
5656
<h1>PHP Sources</h1>
57-
<p><strong>La plus grande bibliothèque open source PHP francophone</strong></p>
57+
<p style="text-align:center;"><strong>La plus grande bibliothèque open source PHP francophone</strong></p>
5858

59-
<p>+4000 scripts, CMS, ERP, e-commerce et tutoriels PHP gratuits.</p>
59+
<p style="text-align:center;">+4000 scripts, CMS, ERP, e-commerce, outils et tutoriels PHP gratuits.</p>
6060

61-
<h2>🔗 Nos miroirs GitHub</h2>
61+
<h2 style="text-align:center;">🔗 Nos miroirs GitHub</h2>
6262

6363
<div class="category">
6464
<strong>ERP / Gestion</strong><br>

0 commit comments

Comments
 (0)