|
2 | 2 | <html lang="fr"> |
3 | 3 | <head> |
4 | 4 | <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."> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <title>PHP Sources - Bibliothèque Open Source PHP</title> |
8 | 8 |
|
|
20 | 20 | background: #f8f9fa; |
21 | 21 | color: #333; |
22 | 22 | } |
23 | | - h1 { color: #007ACC; } |
| 23 | + h1 { color: #007ACC; text-align: center; } |
24 | 24 | .badge { |
25 | 25 | background: #007ACC; |
26 | 26 | color: white; |
27 | | - padding: 10px 20px; |
28 | | - border-radius: 25px; |
| 27 | + padding: 12px 24px; |
| 28 | + border-radius: 30px; |
29 | 29 | text-decoration: none; |
30 | 30 | font-weight: bold; |
31 | | - font-size: 1.1em; |
| 31 | + font-size: 1.15em; |
32 | 32 | } |
| 33 | + .category { |
| 34 | + margin: 35px 0; |
| 35 | + padding-bottom: 20px; |
| 36 | + border-bottom: 1px solid #eee; |
| 37 | + } |
| 38 | + .category:last-child { border-bottom: none; } |
33 | 39 | ul { list-style: none; padding: 0; } |
34 | | - li { margin: 12px 0; font-size: 1.08em; } |
| 40 | + li { margin: 10px 0; font-size: 1.08em; } |
35 | 41 | a { color: #007ACC; text-decoration: none; } |
36 | 42 | a:hover { text-decoration: underline; } |
37 | 43 | .container { |
|
40 | 46 | background: white; |
41 | 47 | padding: 50px; |
42 | 48 | 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); |
44 | 50 | } |
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; } |
52 | 52 | </style> |
53 | 53 | </head> |
54 | 54 | <body> |
55 | 55 | <div class="container"> |
56 | 56 | <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> |
58 | 58 |
|
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> |
60 | 60 |
|
61 | | - <h2>🔗 Nos miroirs GitHub</h2> |
| 61 | + <h2 style="text-align:center;">🔗 Nos miroirs GitHub</h2> |
62 | 62 |
|
63 | 63 | <div class="category"> |
64 | 64 | <strong>ERP / Gestion</strong><br> |
|
0 commit comments