Skip to content

Commit

Permalink
Merge pull request #12 from ClubCedille/feature/EHP/add-changements
Browse files Browse the repository at this point in the history
home, about us and contact change
  • Loading branch information
EdvinHonda authored Nov 13, 2023
2 parents a9a9ab4 + e4def53 commit 73e3dcc
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 22 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $primary-color: #facd8a;

/* Themefisher Colors */

$primary-color: #facd8a;
$primary-color: #facd8a; //#facd8a;
$brand-secondary: #111111;
$white: #fff;
$gray: #323232;
Expand Down
25 changes: 12 additions & 13 deletions assets/scss/layout/_call-to-action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
width: 100%;
height: 410px;

.block {
h2 {
margin-top: 0;
font-size: 30px;
}
p {
font-size: 15px;
width: 40%;
}
.btn-main {
margin-top: 10px;
}
h2 {
margin-top: 0;
margin-bottom: 10px;
font-size: 30px;
}
p {
font-size: 15px;
color: rgba(175, 175, 175, 0.8);
}
.btn-main {
margin-top: 10px;
}

}

.shadow-block{
Expand All @@ -28,6 +28,5 @@
z-index: 10;
width: 100%;
height: 100%;
padding: 30px 0;
background: linear-gradient(90deg, #171717 100%, rgba(0, 0, 0, 0.51) 47%, rgba(192, 192, 192, 0.15) 61%);
}
4 changes: 2 additions & 2 deletions assets/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*logo style*/
.navigation {
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
background: rgb(0, 0, 0);
margin-bottom: 0;
border-bottom: 0;
padding: 20px 0;
Expand All @@ -18,7 +18,7 @@
}

.sticky-header {
background: rgba(0, 0, 0, 0.73);
background: rgb(0, 0, 0)
}

.menu {
Expand Down
1 change: 0 additions & 1 deletion assets/scss/layout/_portfolio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@

.about-description {
p{
padding: 0 0 60px;
margin-bottom: 0;
color: #afafaf;
font-size: 16px;
Expand Down
20 changes: 19 additions & 1 deletion assets/scss/layout/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,20 @@ $lg-desktop: 1200px;
}

.about-description {
padding: 0 15px 60px;
padding: 0 15px;
}

.about-section-content {
padding: 0 0 40px;
text-align: center;
}

.about-section-content:nth-child(odd){
padding-bottom: 20px;
padding-top: 20px;
.case-study-img{
transform: translateY(0);
}
}

.gallery-description p{
Expand Down Expand Up @@ -448,6 +461,11 @@ $lg-desktop: 1200px;
margin: 20px auto;
}

.about-section-content img{
width: auto;
margin: 20px auto;
}

}

@media only screen and (min-width : $tables) and (max-width : $lg-tables){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
grid-row: 2;
}
}
.img-content {
margin-top: 20px;
}
}
}

Expand Down Expand Up @@ -67,6 +70,9 @@
grid-column: 1;
grid-row: 2;
}
.img-content {
margin-bottom: 20px;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
.col-md-6:last-child {
grid-row: 2;
}
.img-content {
margin-top: 20px;
}
}
}
}
Expand Down Expand Up @@ -67,6 +70,9 @@
grid-column: 1;
grid-row: 2;
}
.img-content {
margin-bottom: 20px;
}
}
}
}
9 changes: 6 additions & 3 deletions data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ menu:
- name: "À propos"
url: "/about/"
open_in_new_tab: false
- name: "Évènements"
url: "/services/"
- name: "Événements"
url: "/events/"
open_in_new_tab: false
- name: "Activités"
url: "/activities/"
open_in_new_tab: false
- name: "Galeries"
url: "/galleries/"
open_in_new_tab: false
- name: "Partenaires"
url: "/blog/"
url: "/partenaires/"
open_in_new_tab: false
- name: "Contact"
url: "/contact/"
Expand Down
2 changes: 1 addition & 1 deletion data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ menu:
- name: "Activités"
url: "/activities/"
open_in_new_tab: false
- name: "Galéries"
- name: "Galeries"
url: "/galleries/"
open_in_new_tab: false
- name: "Partenaires"
Expand Down

0 comments on commit 73e3dcc

Please sign in to comment.