Skip to content

Commit

Permalink
Merge pull request #2 from AlexNesvit/dev
Browse files Browse the repository at this point in the history
Dev patche V 1.1
  • Loading branch information
AlexNesvit authored Dec 15, 2023
2 parents 171edc4 + f0bc7b1 commit 797087c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>-Développeur web-</h3>

<div class="btn-box">
<a href="CV_Developpeur_web_Alex_NESVIT.pdf.pdf" target="_blank" class="btn">Voir mon CV</a>
<a href="#" target="_blank" class="btn">Recrutez-moi</a>
<a href="#" class="btn">Recrutez-moi</a>
<span class="animate" style="--i:5;"></span>
</div>
</div>
Expand Down Expand Up @@ -173,7 +173,7 @@ <h2 class="heading">Mes <span>Compétences</span><span class="animate scroll" st

<div class="skills-row">
<div class="skills-column">
<h3 class="title">Coding Skills<span class="animate scroll" style="--i:2;"></span></h3>
<h3 class="title">Compétences de programmation:<span class="animate scroll" style="--i:2;"></span></h3>

<div class="skills-box">
<div class="skills-content">
Expand Down Expand Up @@ -209,22 +209,22 @@ <h3 class="title">Compétences professionnelles:<span class="animate scroll" sty
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Web Design <span>95%</span></h3>
<h3>Développement web <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>

<div class="progress">
<h3>Web Development <span>67%</span></h3>
<h3>Frontend Development <span>85%</span></h3>
<div class="bar"><span></span></div>
</div>

<div class="progress">
<h3>Graphic Design <span>85%</span></h3>
<h3>Backend Development <span>75%</span></h3>
<div class="bar"><span></span></div>
</div>

<div class="progress">
<h3>SEO Marketing <span>60%</span></h3>
<h3>Gestion de Projet et Collaboration <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,19 +546,19 @@ span {
}

.skills-column:nth-child(2) .skills-content .progress:nth-child(1) .bar span {
width: 95%;
width: 90%;
}

.skills-column:nth-child(2) .skills-content .progress:nth-child(2) .bar span {
width: 67%;
width: 85%;
}

.skills-column:nth-child(2) .skills-content .progress:nth-child(3) .bar span {
width: 85%;
width: 75%;
}

.skills-column:nth-child(2) .skills-content .progress:nth-child(4) .bar span {
width: 60%;
width: 90%;
}

.contact {
Expand Down

0 comments on commit 797087c

Please sign in to comment.