Updated front page to Polymer 1
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<template name="home">
|
||||
<app-toolbar class="app-grey white-text">
|
||||
<paper-icon-button icon="menu" drawer-toggle></paper-icon-button>
|
||||
<div flex>
|
||||
Home
|
||||
</div>
|
||||
</app-toolbar>
|
||||
<app-header class="app-grey white-text home-header" fixed condenses effects="waterfall resize-title">
|
||||
<app-toolbar>
|
||||
<paper-icon-button icon="menu" drawer-toggle></paper-icon-button>
|
||||
<div condensed-title style="font-weight: 300;">DiceCloud</div>
|
||||
</app-toolbar>
|
||||
<app-toolbar class="middle"></app-toolbar>
|
||||
<app-toolbar class="bottom">
|
||||
<div main-title class="paper-font-display2" style="font-weight: 300;">DiceCloud</div>
|
||||
</app-toolbar>
|
||||
</app-header>
|
||||
{{> intro}}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user