diff --git a/custom/epoc-theme/home.en.html b/custom/epoc-theme/home.en.html index 31d2f60ea3abe18bac64dd53dbee54a11b3e6400..ed31f5085f19437ee0a2325c08579ac36884d8e7 100644 --- a/custom/epoc-theme/home.en.html +++ b/custom/epoc-theme/home.en.html @@ -23,7 +23,7 @@ <div class="container px-4 sm:px-8 lg:grid lg:grid-cols-2 lg:gap-x-8"> <div class="mb-16 lg:mt-32 xl:mt-40 xl:mr-12"> <h1 class="h1-medium mb-5">ePoc, mobile learning free and open source</h1> - <p class="p-large mb-8">ePoc (<b>E</b>lectronic <b>P</b>ocket <b>O</b>pen <b>C</b>ourse) is a complete mobile learning free and open source solution. Discover our courses or create your own using <a href="./editor">the editor</a>. </p> + <p class="p-large mb-8">ePoc (<b>E</b>lectronic <b>P</b>ocket <b>O</b>pen <b>C</b>ourse) is a complete free and open source mobile learning solution. Discover our courses and/or create your own using <a href="./editor">the editor</a>. </p> <p class="p-large mb-8">Free and <a href="{{ config.repo_url }}" target="_blank">open source</a>. Developed by <a href="https://inria.fr/" target="_blank">Inria</a>.</p> <a class="btn-solid-lg" href="{{ page.meta.apple_link if page.meta.apple_link else config.extra.apple_link }}"><i class="fab fa-apple"></i>Download</a> <a class="btn-solid-lg" href="{{ page.meta.google_link if page.meta.apple_link else config.extra.google_link }}"><i class="fab fa-google-play"></i>Download</a> @@ -120,7 +120,7 @@ <div class="lg:col-span-5"> <div class="xl:mt-32"> <h2 class="mb-6">Active engagement</h2> - <p class="mb-4">A alternation between learning and activities within an engaging educational path specially designed for mobile..</p> + <p class="mb-4">An alternation between learning and activities within an engaging educational path specially designed for mobile.</p> <p class="mb-4">Enjoy varied and fun exercises such as drag and drop, swipes, qcm and many more.</p> </div> </div> <!-- end of col --> @@ -145,7 +145,7 @@ <div class="lg:col-span-5"> <div class="mb-16 lg:mb-0 xl:mt-16"> <h2 class="mb-6">Learn at your own pace</h2> - <p class="mb-4">The training courses specially designed for mobile use are divided into short and fun modules for step-by-step progression.</p> + <p class="mb-4">The training courses, specially designed for mobile use, are divided into short and fun modules for step-by-step progression.</p> <p class="mb-4">Repeat the activities as many times as necessary to obtain the certificate.</p> </div> </div> <!-- end of col --> diff --git a/custom/epoc-theme/home.html b/custom/epoc-theme/home.html index cf391bd88417a2530197e8eff511da5d6a1c9cfc..585b11161cb570a027115abc4d6df4fb57888c65 100644 --- a/custom/epoc-theme/home.html +++ b/custom/epoc-theme/home.html @@ -24,7 +24,7 @@ <div class="mb-16 lg:mt-32 xl:mt-40 xl:mr-12"> <h1 class="h1-medium mb-5">ePoc, l'apprentissage sur mobile libre et ouvert</h1> <p class="p-large mb-8">ePoc (<b>E</b>lectronic <b>P</b>ocket <b>O</b>pen <b>C</b>ourse) est une solution complète de mobile learning libre et ouverte. Découvrez <a href="./epocs">nos cours</a> ou créez le votre à l'aide de <a href="./editor">l'éditeur</a>. </p> - <p class="p-large mb-8">Gratuite et <a href="{{ config.repo_url }}" target="_blank">open source</a>. Développé par <a href="https://inria.fr/" target="_blank">Inria</a>.</p> + <p class="p-large mb-8">Gratuite et <a href="{{ config.repo_url }}" target="_blank">open source</a>. Développée par <a href="https://inria.fr/" target="_blank">Inria</a>.</p> <a class="btn-solid-lg" href="{{ page.meta.apple_link if page.meta.apple_link else config.extra.apple_link }}"><i class="fab fa-apple"></i>Télécharger</a> <a class="btn-solid-lg" href="{{ page.meta.google_link if page.meta.apple_link else config.extra.google_link }}"><i class="fab fa-google-play"></i>Télécharger</a> </div>