-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
teckliew
committed
Sep 27, 2015
1 parent
646368c
commit 72341ae
Showing
5 changed files
with
80 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,33 @@ | ||
<template name="landing"> | ||
<div class="container"> | ||
<div class="row"> | ||
Create a new Event | ||
<a class="btn-floating btn-large red" href="/newevent"> | ||
<i class="large material-icons">mode_edit</i> | ||
</a> | ||
Scan an image | ||
<a class="btn-floating btn-large red" href="/scanner"> | ||
<i class="zmdi zmdi-camera"></i> | ||
</a> | ||
View your events | ||
<a class="btn-floating btn-large red" href="/eventlist"> | ||
<i class="zmdi zmdi-view-list"></i> | ||
</a> | ||
|
||
<div class="coverPage"> | ||
<a href='/newevent'><img src="../secretPartyLogo.png" alt=""></a> | ||
<br> | ||
<span id="wordmark">Secret Party</span> | ||
<br> | ||
<div class="row" style="margin-top: 20px;"> | ||
<div class="col s4"> | ||
<a class="btn-floating btn-large red" href="/newevent"> | ||
<i class="large material-icons">mode_edit</i> | ||
</a> | ||
</div> | ||
<div class="col s4"> | ||
<a class="btn-floating btn-large red" href="/scanner"> | ||
<i class="zmdi zmdi-camera"></i> | ||
</a> | ||
</div> | ||
<div class="col s4"> | ||
<a class="btn-floating btn-large red" href="/eventlist"> | ||
<i class="zmdi zmdi-view-list"></i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col s4"><small>Create a new Event</small></div> | ||
<div class="col s4"><small>Scan an image</small></div> | ||
<div class="col s4"><small>View your events</small></div> | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters