Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
quiz demo metadata moved to topeka-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jun 20, 2014
1 parent 7f503c1 commit 446c0b6
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,64 +26,6 @@

</x-meta>

<x-meta id="quiz-demo-grid" label="Quiz Demo Grid" group="Demo">
<template>
<section layout vertical designMeta="quiz-demo-grid" style="box-sizing:border-box;width:420px;height:630px;">

<div class="tall-toolbar categories" id="toolbar" style="box-sizing:border-box;height:30%;position:relative;color:#fff;padding:48px;font-size:48px;background-color:#00bbd3;">
<span>Quiz Demo</span>
</div>

<div class="tiles-container" id="tiles-container" layout wrap horizontal around-justified center relative style="padding-left:3px;height:70%;">

<div class="tile" id="tile-profile" style="background-color:#ccc;box-sizing:border-box;float:left;height:30%;width:48%;margin:3px;" layout vertical relative>
<section class="tile-top" flex layout horizontal center center-justified></section>
<div class="tile-bottom" style="background-color:#aaa;padding:8px;color:#fff;">
Profile
</div>
</div>

<div class="tile" id="tile-general" hero style="background-color:#ffff8d;box-sizing:border-box;float:left;height:30%;width:48%;margin:3px;" layout vertical relative>
<section class="tile-top" flex layout horizontal center center-justified></section>
<div class="tile-bottom" hero style="background-color:#ffeb3b;padding:8px;color:#fff;">
<span>General Knowledge</span>
</div>
</div>

<div class="tile" style="background-color:#b9f6ca;box-sizing:border-box;float:left;height:30%;width:48%;margin:3px;" layout vertical relative>
<section class="tile-top" flex layout horizontal center center-justified></section>
<div class="tile-bottom" style="background-color:#0f9d58;padding:8px;color:#fff;">
Category 2
</div>
</div>

<div class="tile" style="background-color:#ff8a80;box-sizing:border-box;float:left;height:30%;width:48%;margin:3px;" layout vertical relative>
<section class="tile-top" flex layout horizontal center center-justified></section>
<div class="tile-bottom" style="background-color:#db4437;padding:8px;color:#fff;">
Category 3
</div>
</div>

<div class="tile" style="background-color:#82b1ff;box-sizing:border-box;float:left;height:30%;width:48%;margin:3px;" layout vertical relative>
<section class="tile-top" flex layout horizontal center center-justified></section>
<div class="tile-bottom" style="background-color:#4285f4;padding:8px;color:#fff;">
Category 4
</div>
</div>

<div class="tile" style="background-color:#b388ff;box-sizing:border-box;float:left;height:30%;width:48%;margin:3px;" layout vertical relative>
<section class="tile-top" flex layout horizontal center center-justified></section>
<div class="tile-bottom" style="background-color:#7e57c2;padding:8px;color:#fff;">
Category 5
</div>
</div>

</div>

</section>
</template>
</x-meta>

<x-meta id="quiz-demo-front-page" label="Quiz Demo Front Page" group="Demo">
<template>

Expand Down

0 comments on commit 446c0b6

Please sign in to comment.