app.component.html 686 Bytes
<!--The content below is only a placeholder and can be replaced.-->
<div>
  <moya-organization-list style="float:top, left;"></moya-organization-list>
  <h1 style="text-align:center; margin-left:25%; display:inline-block">
    Welcome to {{ title }}!
  </h1>
  <a style="float:right; font-size:20px; margin-top: 20px" href="#">Moya Login</a>
</div>
<div style="width:50%; float:left">
  <h2 style="margin-left: 10px">Tulevat tapahtumat</h2>
  <moya-event-list [organisation]="currentOrganisation" style="margin-top:5em;"></moya-event-list>
</div>
<div style="width:50%; float:right">
  <h2>Ei omaa organisaatiota?</h2>
  <button (click)="newOrg()">Luo uusi organisaatio</button>
</div>