mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 09:40:57 +00:00
Small Corrections (Header + Navigation) & Add Footer
This commit is contained in:
parent
39ddc2e053
commit
c45de91e9f
2
public/css/main.min.css
vendored
2
public/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
@ -1,12 +1,35 @@
|
|||||||
|
* {
|
||||||
|
font-family: Roboto, SansSerif;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.logo-container {
|
.logo-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: -15px;
|
top: -15px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
max-height: 135px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100vw;
|
||||||
|
padding: 15px 0;
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -4,7 +4,7 @@ $pi: 3.14;
|
|||||||
|
|
||||||
//config
|
//config
|
||||||
$menu-items: 3;
|
$menu-items: 3;
|
||||||
$menu-items-always-open: 2;
|
$menu-items-always-open: 3;
|
||||||
$open-distance: 105px;
|
$open-distance: 105px;
|
||||||
$opening-angle: $pi*2;
|
$opening-angle: $pi*2;
|
||||||
$hamburger-spacing: 10px;
|
$hamburger-spacing: 10px;
|
||||||
@ -159,5 +159,13 @@ $ball-spacing: 90px;
|
|||||||
transition-duration: 90ms+(100ms);
|
transition-duration: 90ms+(100ms);
|
||||||
transform: translate3d(0, $ball-spacing*$menu-items, 0);
|
transform: translate3d(0, $ball-spacing*$menu-items, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.language-icon {
|
||||||
|
font-weight: 800;
|
||||||
|
font-size: 1.9rem;
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import "../../node_modules/bulma/sass/utilities/_all.sass";
|
@import "../../node_modules/bulma/sass/utilities/_all.sass";
|
||||||
|
@import "../../node_modules/bulma/sass/base/_all.sass";
|
||||||
@import "../../node_modules/bulma/sass/grid/columns.sass";
|
@import "../../node_modules/bulma/sass/grid/columns.sass";
|
||||||
|
|
||||||
// Disable the widescreen breakpoint
|
// Disable the widescreen breakpoint
|
||||||
|
|||||||
@ -32,6 +32,9 @@
|
|||||||
<a href="#partenaires" class="menu-item">
|
<a href="#partenaires" class="menu-item">
|
||||||
<img src="../../public/img/icons/sponsor.png" alt="Partenaires"/>
|
<img src="../../public/img/icons/sponsor.png" alt="Partenaires"/>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="../en" class="menu-item-always-open language-icon">
|
||||||
|
<span>EN</span>
|
||||||
|
</a>
|
||||||
<a href="https://www.facebook.com/ConjureETS/" class="menu-item-always-open">
|
<a href="https://www.facebook.com/ConjureETS/" class="menu-item-always-open">
|
||||||
<img src="../../public/img/icons/facebook.png" alt="Facebook"/>
|
<img src="../../public/img/icons/facebook.png" alt="Facebook"/>
|
||||||
</a>
|
</a>
|
||||||
@ -40,7 +43,13 @@
|
|||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main></main>
|
<main class="columns">
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>Copyright © Conjure 2019</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script type="application/javascript" src="../../public/js/main.min.js"></script>
|
<script type="application/javascript" src="../../public/js/main.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user