Skip to content

Commit

Permalink
CompetenceScrollrevealUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdallahMaf committed Nov 23, 2022
1 parent 8ef5037 commit 1ce8fff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2 class="title">Qui suis-je ?</h2>
<h2 class="title">Mes Competences</h2>
<div class="home-content">
<div class="text-1" style="margin-top: 40px;">
<h3>Les technologies que j'utilise... <i class="fa-solid fa-laptop-code"
<h3 class="textCompetences1">Les technologies que j'utilise... <i class="fa-solid fa-laptop-code"
style="color: red; font-size: xx-large;"></i>
</h3>
</div>
Expand Down Expand Up @@ -514,7 +514,7 @@ <h3>Les technologies que j'utilise... <i class="fa-solid fa-laptop-code"

<div class="competences-content">
<div class="text-2" style="margin-top: 100px;">
<h3>Les outils que j'utilise pour la plupart de mes
<h3 class="textCompetences2">Les outils que j'utilise pour la plupart de mes
projets... <i class="fa-solid fa-laptop-code" style="color: red; font-size: xx-large;"></i>
</h3>
</div>
Expand Down
4 changes: 1 addition & 3 deletions name.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ sr.reveal('.home-content',{delay:190, origin:'bottom'})
sr.reveal('.qsj .qsj-content .left',{delay:200, origin:'top', distance: '150px'})
sr.reveal('.qsj .qsj-content .right',{delay:200, origin:'bottom', distance: '150px'})

sr.reveal('.competences .text-1',{delay:200, origin:'top', distance:'70px'})
sr.reveal('.competences-content .text-2',{delay:500, origin:'top', distance:'100px'})

sr.reveal('.competences',{delay:190, origin:'bottom', reset:false})



Expand Down
1 change: 1 addition & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

html {
scroll-behavior: smooth;
background-color: rgba(0, 0, 0, 0.959);
}

/* body {
Expand Down

0 comments on commit 1ce8fff

Please sign in to comment.