Skip to content

Commit

Permalink
Merge pull request #65 from edrlab/th3
Browse files Browse the repository at this point in the history
better excerpt
  • Loading branch information
gautierchomel authored Jun 27, 2024
2 parents c2384ff + c161f7e commit 173d6c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
9 changes: 9 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


.excerpt{
font-size: 1.8em;
line-height: 1.6em;
}
.centered{
text-align: center;
line-height: 1.6em;
}
.max{
max-width: 1000px;
margin: auto;
Expand Down
9 changes: 4 additions & 5 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
<section class=" row td-box td-box--white td-box--gradient ">
<div class="col">
<div class="row une abstract">
<p ><img class="left" src="https://www.edrlab.org/wp-content/uploads/2018/10/Miniature_blue.png" alt="logo of Thorium Reader" width="140 em" height="140 em">
<p class="excerpt"><img class="left" src="https://www.edrlab.org/wp-content/uploads/2018/10/Miniature_blue.png" alt="logo of Thorium Reader" width="140 em" height="140 em">
<b>Looking to escape into a new novel, catch up on reading for class, or explore a new topic? </b><br/> <i>Thorium Reader has got you covered!</i><br/>
</p> <p class="centered">
<b>Completely free, with no ads or data leaks to worry about.</b> <i>Perfect for heavy readers, library-goers, and students alike!</i>
<b>Developed by EDRLab</b>, <i>a non-profit dedicated to open source software and standards for the publishing industry.</i></p>

<b>Completely free, with no ads or data leaks to worry about.</b> <br/><i>Perfect for heavy readers, library-goers, and students alike!</i><br/>

<b>Developed by EDRLab</b>, <br/><i>a non-profit dedicated to open source software and standards for the publishing industry.</i>
</p>
</div>
<div class="row max">

Expand Down
10 changes: 5 additions & 5 deletions content/fr/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<section class=" row td-box td-box--white td-box--gradient ">
<div class="col">
<div class="row une abstract">
<p ><img class="left" src="https://www.edrlab.org/wp-content/uploads/2018/10/Miniature_blue.png" alt="logo of Thorium Reader" width="140 em" height="140 em">
<b>Vous cherchez à vous évader dans un nouveau roman, à rattraper vos lectures pour la classe ou à explorer un nouveau sujet ?</b><br/> <i>Le lecteur de thorium a tout prévu !</i><br/>
<p class="excerpt" ><img class="left" src="https://www.edrlab.org/wp-content/uploads/2018/10/Miniature_blue.png" alt="logo of Thorium Reader" width="140 em" height="140 em">
<b>Vous cherchez à vous évader dans un nouveau roman, à rattraper vos lectures pour la classe ou à explorer un nouveau sujet ?</b><br/> <i>Thorium Reader a tout prévu !</i><br/>
<p><b>Entièrement gratuit, sans publicité ni fuite de données.</b> <i>Parfait pour les gros lecteurs, les adeptes des bibliothèques et les étudiants !</i>

<b>Entièrement gratuit, sans publicité ni fuite de données.</b> <br/><i>Parfait pour les gros lecteurs, les adeptes des bibliothèques et les étudiants !</i><br/>

<b>Développé par EDRLab</b>, <br/><i>une organisation à but non lucratif qui se consacre aux logiciels libres et aux normes pour l'industrie de l'édition.</i>
<b>Développé par EDRLab</b>, <i>une organisation à but non lucratif qui se consacre aux logiciels libres et aux normes pour l'industrie de l'édition.</i>
</p>

</div>
<div class="row max">

Expand Down

0 comments on commit 173d6c6

Please sign in to comment.