+
+
+
+ N'hésitez pas à me contacter ! Je suis ouvert à toute discussion et ce serait avec
+ plaisir d'échanger avec des passionnés.
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/main.js b/main.js
index f2fe4f6..c557ff7 100644
--- a/main.js
+++ b/main.js
@@ -2,10 +2,8 @@ $(document).ready(function () {
$(window).scroll(function () {
if (this.scrollY > 20) {
$(".navbar").addClass("sticky");
- console.log("romain");
} else {
$(".navbar").removeClass("sticky");
- console.log("romain");
}
// scroll-up button show/hide script //
@@ -17,7 +15,6 @@ $(document).ready(function () {
});
// slide-up script //
-
$(".scroll-up-btn").click(function () {
$("html").animate({ scrollTop: 0 });
// removing smooth scroll on slide-up button click //
@@ -26,19 +23,16 @@ $(document).ready(function () {
$(".navbar .menu li a").click(function () {
// Smooth scroll on Menu Items click //
-
$("html").css("scrollBehavior", "smooth");
});
// Toggle Navbar //
-
$(".menu-btn").click(function () {
$(".navbar .menu").toggleClass("active");
$(".menu-btn i").toggleClass("active");
});
// Typing Text Animation //
-
var typed = new Typed(".typing", {
strings: [
"Fullstack Developer",
diff --git a/style.css b/style.css
index 2d1384b..3785ba0 100644
--- a/style.css
+++ b/style.css
@@ -69,13 +69,20 @@ footer {
.about .about-content,
.services .serv-content,
.skills .skills-content,
-.contact .contact-content {
+.contact {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
+.contact-content{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: space-between;
+}
+
section .title {
position: relative;
text-align: center;
@@ -179,7 +186,7 @@ section .title::after {
position: fixed;
height: 45px;
width: 42px;
- background: #1e3551;
+ background: #0d4d9b;
right: 30px;
bottom: 10px;
text-align: center;
@@ -253,14 +260,14 @@ section .title::after {
.home .home-content a {
display: inline-block;
- background: #1e3551;
+ background: #0d4d9b;
color: #fff;
font-size: 25px;
padding: 12px 36px;
margin-top: 20px;
font-weight: 400;
border-radius: 6px;
- border: 2px solid #1e3551;
+ border: 2px solid #ffffff;
transition: all 0.3s ease;
}
@@ -384,9 +391,9 @@ section .title::after {
}
.carousel-buttons button {
- background-color: #2e72c4;
+ background-color: #0d4d9b;
+ border: 2px solid #ffffff;
color: white;
- border: none;
padding: 10px 20px;
margin: 0 5px;
cursor: pointer;
@@ -394,7 +401,8 @@ section .title::after {
}
.carousel-buttons button:hover {
- background-color: #0056b3;
+ color: #1e3551;
+ background: rgb(240, 246, 254);
}
.services,
@@ -658,6 +666,10 @@ section .title::after {
width: calc(50% - 30px);
}
+.contact .contact-content p {
+ margin-bottom: 30px;
+}
+
.contact .contact-content .text {
font-size: 20px;
font-weight: 600;
@@ -772,17 +784,19 @@ section .title::after {
}
.social-menu ul {
- position: absolute;
- left: 20%;
+ position: fixed;
+ right: 10px;
+ top : 150px;
padding: 0;
margin-top: 35px;
transform: translate(-50%, -50%);
display: flex;
+ flex-direction: column;
}
.social-menu ul li {
list-style: none;
- margin: 0 15px;
+ margin: 10px 0;
}
.social-menu ul li .fa {
@@ -805,7 +819,7 @@ section .title::after {
width: 30px;
height: 30px;
border-radius: 50%;
- background-color: #1e3551;
+ background-color: #0d4d9b;
text-align: center;
transition: 0.6s;
box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);