Skip to content

Commit

Permalink
mise a jour
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid saaf committed Jul 28, 2020
1 parent 10d99a6 commit 23132e7
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Team.php → Team.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@




<title>Document</title>
</head>
<body>
Expand Down Expand Up @@ -225,7 +226,7 @@
</div>

<!----------------------Fin Footer---------------------->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="/js/script.js"></script>


Expand Down
18 changes: 18 additions & 0 deletions css/Team.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/Team.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/accueil.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/accueil.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ const navSlide = () => {
});

}
navSlide();

82 changes: 82 additions & 0 deletions scss/Team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,63 @@ body {
}
}

// @media screen and (max-width:600px) {
// body {
// width: 100%;
// .sectionTeam {
// width: 100%;
// .title {
// font-size: 25px;
// }
// }
// .sectionTeam2 {
// width: 100%;
// height: 1400px;
// background-color: skyblue;

// .block1 {
// display: flex;
// flex-direction: column;
// justify-content: space-evenly;
// }
// .block2 {
// display: flex;
// flex-direction: column;
// justify-content: space-between;

// }
// .block3 {
// display: flex;
// flex-direction: column;
// }
// .block4 {
// display: flex;
// flex-direction: column;
// }

// }
// .block1-team2 {
// margin-top: 30px;
// margin-left: 15px;
// p {
// font-size: 12px;
// }
// h2 {
// font-size: 16px;
// }
// h1 {
// font-size: 22px;
// }

// }
// .block1-team1 {
// margin-left:50px;
// margin-top: 25px;

// }

// }
// }

@media screen and (max-width:375px) {
body {
Expand Down Expand Up @@ -308,5 +364,31 @@ body {

}

}
}

@media screen and (max-width:1400px) {
body {
width: 100%;
.sectionTeam {
width: 100%;
.title {
text-align: center;
}
}
.sectionTeam2 {
height: 1200px;
// display: flex;
.block1-team2 {
padding-top: -20px

}



}



}
}
2 changes: 1 addition & 1 deletion scss/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width: 100%;
height: 25vw;
background: #BAC7A7;
background-image: url(/Projet-KolnaExplorer/Assets/bg__newsletter.png);
background-image: url(/Assets/bg__newsletter.png);
background-position: inherit;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 23132e7

Please sign in to comment.