<canvas id="canvas" width="601" height="779"></canvas>
<div class="container">
- <!--<img src="bg.png" alt="">-->
+ <!--<img src="bg2.png" alt="">-->
<div class="all">
<div class="inset"></div>
- <p class="title">Chaque Fluidbook est livré avec un thème graphique personnalisé.</p>
+ <p class="title">Each Fluidbook comes with a
+ personalized theme.</p>
</div>
<img class="quote1" src="src/quote1.svg" alt="">
<img class="quote2" src="src/quotes2.svg" alt="">
let tl = new TimelineMax();
tl.from('.quote1',1,{opacity:0,top:631});
-tl.from('.quote2',1,{opacity:0,top:659},'+=4');
+tl.from('.quote2',1,{opacity:0,top:659},'+=3.5');
let tl2 = new TimelineMax();
tl2.from('.all',1,{opacity:0},'+=1');