« Accueil » : différence entre les versions
m (Ajout des cours obligatoires de deuxième partie et corrections orthographiques mineures. Besoin pour la deuxième partie soit de créer des nouvelles catégories (cours de spécialisation, optionnels,..), soit d'ajouter tous les noms de cours.) |
Aucun résumé des modifications |
||
| (213 versions intermédiaires par 11 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
__NOTOC__ | |||
<div style="background-color: #F5F5F5; color: #333; padding: 20px; text-align: center; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s;" | |||
onmouseover="this.style.transform='scale(1.02)';" | |||
onmouseout="this.style.transform='scale(1)';"> | |||
<div style="background-color: #FFFFFF; color: #333; padding: 30px 20px; text-align: center; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> | |||
<h1 style="margin: 0; font-family: Arial, sans-serif; font-size: 28px; font-weight: normal;">Welcome to Baripedia</h1> | |||
<p style="font-size: 16px; margin: 10px 0; font-family: Arial, sans-serif; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.6;"> | |||
Explore knowledge across multiple disciplines in your preferred language. | |||
</p> | |||
<p style="font-size: 14px; margin: 5px 0; font-family: Arial, sans-serif; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.4;"> | |||
Currently featuring <strong>{{NUMBEROFARTICLES}} articles</strong>. | |||
</p> | |||
</div> | |||
=== Language Portals === | |||
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 20px;"> | |||
<!-- French --> | |||
<div style="width: 200px; text-align: center; border: 1px solid #CCCCCC; border-radius: 10px; background-color: #F5F5F5; padding: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s;" | |||
onmouseover="this.style.transform='scale(1.03)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.15)';" | |||
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 8px rgba(0, 0, 0, 0.1)';"> | |||
<h3 style="font-family: Arial, sans-serif; color: #0056B3; margin-bottom: 10px;">Français</h3> | |||
<p style="font-size: 14px; color: #333; font-family: Arial, sans-serif;">Explorez les cours en français.</p> | |||
</div> | |||
<!-- English --> | |||
<div style="width: 200px; text-align: center; border: 1px solid #CCCCCC; border-radius: 10px; background-color: #F5F5F5; padding: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s;" | |||
onmouseover="this.style.transform='scale(1.03)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.15)';" | |||
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 8px rgba(0, 0, 0, 0.1)';"> | |||
<h3 style="font-family: Arial, sans-serif; color: #0056B3; margin-bottom: 10px;">English</h3> | |||
<p style="font-size: 14px; color: #333; font-family: Arial, sans-serif;">Access courses in English.</p> | |||
</div> | |||
<!-- Spanish --> | |||
<div style="width: 200px; text-align: center; border: 1px solid #CCCCCC; border-radius: 10px; background-color: #F5F5F5; padding: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s;" | |||
onmouseover="this.style.transform='scale(1.03)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.15)';" | |||
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 8px rgba(0, 0, 0, 0.1)';"> | |||
<h3 style="font-family: Arial, sans-serif; color: #0056B3; margin-bottom: 10px;">Español</h3> | |||
<p style="font-size: 14px; color: #333; font-family: Arial, sans-serif;">Accede a cursos en español.</p> | |||
</div> | |||
<!-- Italian --> | |||
<div style="width: 200px; text-align: center; border: 1px solid #CCCCCC; border-radius: 10px; background-color: #F5F5F5; padding: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s;" | |||
onmouseover="this.style.transform='scale(1.03)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.15)';" | |||
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 8px rgba(0, 0, 0, 0.1)';"> | |||
<h3 style="font-family: Arial, sans-serif; color: #0056B3; margin-bottom: 10px;">Italiano</h3> | |||
<p style="font-size: 14px; color: #333; font-family: Arial, sans-serif;">Scopri i corsi in italiano.</p> | |||
</div> | |||
<!-- Portuguese --> | |||
<div style="width: 200px; text-align: center; border: 1px solid #CCCCCC; border-radius: 10px; background-color: #F5F5F5; padding: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s;" | |||
onmouseover="this.style.transform='scale(1.03)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.15)';" | |||
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 8px rgba(0, 0, 0, 0.1)';"> | |||
<h3 style="font-family: Arial, sans-serif; color: #0056B3; margin-bottom: 10px;">Português</h3> | |||
<p style="font-size: 14px; color: #333; font-family: Arial, sans-serif;">Acesse cursos em português.</p> | |||
</div> | |||
<!-- German --> | |||
<div style="width: 200px; text-align: center; border: 1px solid #CCCCCC; border-radius: 10px; background-color: #F5F5F5; padding: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s;" | |||
onmouseover="this.style.transform='scale(1.03)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.15)';" | |||
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 8px rgba(0, 0, 0, 0.1)';"> | |||
<h3 style="font-family: Arial, sans-serif; color: #0056B3; margin-bottom: 10px;">Deutsch</h3> | |||
<p style="font-size: 14px; color: #333; font-family: Arial, sans-serif;">Zugriff auf Kurse auf Deutsch.</p> | |||
</div> | |||
</div> | |||
<p style="text-align: center; font-family: Arial, sans-serif; margin-top: 20px; font-size: 16px; color: #333;">Choose your portal to view a curated list of courses in the selected language.</p> | |||
Version actuelle datée du 19 janvier 2025 à 12:02
Welcome to Baripedia
Explore knowledge across multiple disciplines in your preferred language.
Currently featuring 1 754 articles.
Language Portals[modifier | modifier le wikicode]
Français
Explorez les cours en français.
English
Access courses in English.
Español
Accede a cursos en español.
Italiano
Scopri i corsi in italiano.
Português
Acesse cursos em português.
Deutsch
Zugriff auf Kurse auf Deutsch.
Choose your portal to view a curated list of courses in the selected language.