forked from tykayn/funky-framadate-front
rename containers for homepage for harmony
This commit is contained in:
parent
e4c3d4e022
commit
8885a31fa5
@ -1,5 +1,5 @@
|
|||||||
<header class="big-header">
|
<header class="big-header">
|
||||||
<div class="stuff">
|
<div class="contained-desktop">
|
||||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item title logo-home-link has-text-black" routerLink="/">
|
<a class="navbar-item title logo-home-link has-text-black" routerLink="/">
|
||||||
@ -53,7 +53,6 @@
|
|||||||
<span class="navbar-item give-to-project">
|
<span class="navbar-item give-to-project">
|
||||||
<a href="#" class="button is-outlined">
|
<a href="#" class="button is-outlined">
|
||||||
Faire un don
|
Faire un don
|
||||||
<i class="fa fa-chevron-down"></i>
|
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<section>
|
<section>
|
||||||
<div class="landing-box">
|
<div class="landing-box">
|
||||||
<div class="landing container content">
|
<div class="landing contained-desktop content">
|
||||||
<div class="columns presentation">
|
<div class="columns presentation">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h2 class="title is-2">
|
<h2 class="title is-2">
|
||||||
@ -23,6 +23,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
<img
|
||||||
|
class="app-logo logo"
|
||||||
|
*ngIf="environment.appLogo"
|
||||||
|
src="{{ environment.appLogo }}"
|
||||||
|
alt="{{ environment.appTitle }}"
|
||||||
|
/>
|
||||||
<!-- <img src="assets/img/icone_home.png" alt="calendrier icone framadate" />-->
|
<!-- <img src="assets/img/icone_home.png" alt="calendrier icone framadate" />-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -145,7 +151,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box contained-in-main-column">
|
||||||
<h2 class="title">Nos Mentions légales</h2>
|
<h2 class="title">Nos Mentions légales</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
:host {
|
:host {
|
||||||
.landing-box {
|
.landing-box {
|
||||||
background: $secondary_color;
|
background: $secondary_color;
|
||||||
padding: 0 1em 6em;
|
padding: 70px 1em 6em;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user