Skip to content
Snippets Groups Projects
Commit 80ca5fc8 authored by Auriane Strasser's avatar Auriane Strasser
Browse files

prêt à lancer le site pour la premiere inscription

parent d8b2c1e5
Branches
No related tags found
3 merge requests!28Remise sorties,!25prêt à lancer le site pour la premiere inscription,!26Release first-users version to production
<app-two-panes>
<div id="page">
<!--app-two-panes>
<app-pane id="open-registrations">
<app-open-registrations [editions]="editions"></app-open-registrations>
</app-pane>
<app-pane id="my-participations">
<app-my-participations-overview [participations]="participations"></app-my-participations-overview>
</app-pane>
</app-two-panes>
</app-two-panes-->
<h2>Coming soon !</h2>
<p>Nos tuteurs t'informeront lors des premières inscriptions aux projets !</p>
</div>
\ No newline at end of file
@import '~sass/variables';
@import '~app/showcase-site/sass/mixins';
#open-registrations {
background: $color-light-blue;
......@@ -7,3 +8,7 @@
#my-participations {
background: lighten($color-purple-light, 15);
}
#page {
@include margin-page;
}
\ No newline at end of file
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { ProjectsComponent } from './projects.component';
import { ProjectListComponent } from './project-list/project-list.component';
import { ProjectDetailComponent } from './project-detail/project-detail.component';
import { RegisterWizardComponent } from './register-wizard/register-wizard.component';
import { OverviewComponent } from './overview/overview.component';
import { MyParticipationsComponent } from './my-participations/my-participations.component';
import {
ProjectResolver, ProjectListResolver,
EditionResolver, EditionOpenRegistrationListResolver,
EditionOpenRegistrationListResolver,
UserPendingParticipationListResolver,
UserParticipationListResolver,
} from './core';
......
<div class="material-theme">
<h1 class="text-center">Projets</h1>
<projects-navbar layout="row" layout-align="center center"></projects-navbar>
<!--projects-navbar layout="row" layout-align="center center"></projects-navbar-->
<router-outlet></router-outlet>
</div>
<div id="page">
<h1 class="text-center">Sorties</h1>
<ul class="tabs">
<!--ul class="tabs">
<li [ngClass]="{active: !passed}" (click)="passed = false">
Sorties à venir
</li>
......@@ -20,5 +19,7 @@
</div>
<ng-template #loading>
<app-load-spinner></app-load-spinner>
</ng-template>
</ng-template-->
<h2>Coming soon !</h2>
<p>Nos tuteurs t'informeront lors des premières inscriptions aux sorties !</p>
</div>
<h1 class="text-center">Sorties</h1>
<messages></messages>
<router-outlet></router-outlet>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment