Skip to content

Commit

Permalink
Merge pull request #3 from acemtech/wsc-marrakech-2022
Browse files Browse the repository at this point in the history
v1.0.0-lts
  • Loading branch information
alfahami authored Jun 25, 2022
2 parents 28359ac + d0a695e commit 179f4b7
Show file tree
Hide file tree
Showing 32 changed files with 76 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# jsc-fes-2021
# Week-end Scientifique et Culturel
Landing Page du journée culturelle et scientifique de l'étudiant comorien au Maroc
15 changes: 12 additions & 3 deletions assets/css/jsc-style.css → assets/css/wsc-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ body {
margin-top: 0;
}

.italic {
font-style: italic;
}

.centered {
display: flex;
align-items: center;
Expand Down Expand Up @@ -262,7 +266,7 @@ section {

#showcase:before {
content: "";
background-image: url("../images/jsc-fes-img/showcase.png");
background-image: url("../images/showcase.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
Expand All @@ -285,9 +289,14 @@ section {
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.75);
background-color: rgba(0, 0, 0, 0.72);
}

.fb-share-button {
float: right;

}

#showcase .showcase-content .item:last-child {
position: absolute;
bottom: 0;
Expand Down Expand Up @@ -1218,7 +1227,7 @@ h4.fonction {

#contact #palace {
flex: 1;
background: url(../images/jsc-fes-img/theatre-royal-marrakech.jpg) no-repeat center/cover;
background: url(../images/theatre-royal-marrakech.jpg) no-repeat center/cover;
}

/* Footer */
Expand Down
File renamed without changes
Binary file removed assets/images/jsc-fes-img/showcase.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/images/showcase.png
File renamed without changes
10 changes: 9 additions & 1 deletion assets/js/jsc-fes.js → assets/js/wsc-fes.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,12 @@ function init() {
const wait = txtElement.getAttribute("data-wait");
// Init TypeWriter
new TypeWriter(txtElement, words, wait);
}
}
// Load facebook share button
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/fr_FR/sdk.js#xfbml=1&version=v3.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
104 changes: 54 additions & 50 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 179f4b7

Please sign in to comment.