Skip to content

Instantly share code, notes, and snippets.

@JacksonGL
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JacksonGL/889834aa86eab511cd2e to your computer and use it in GitHub Desktop.
Save JacksonGL/889834aa86eab511cd2e to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../code-mirror/code-mirror.html">
<link rel="import" href="../cool-clock/cool-clock.html">
<link rel="import" href="../google-map/google-map-directions.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#chart_js {
width: 300px;
height: 200px;
left: 510px;
top: 230px;
position: absolute;
}
#code_mirror {
width: 400px;
height: 300px;
left: 60px;
top: 240px;
position: absolute;
}
#cool_clock {
width: 400px;
height: 300px;
left: 860px;
top: 230px;
position: absolute;
}
#cool_clock1 {
width: 400px;
height: 300px;
left: 610px;
top: 470px;
position: absolute;
}
#google_map_directions {
left: 1040px;
top: 470px;
position: absolute;
}
#google_map_directions1 {
left: 520px;
top: 680px;
position: absolute;
}
#google_map {
width: 400px;
height: 400px;
display: block;
left: 820px;
top: 420px;
position: absolute;
}
#google_map_directions2 {
left: 1080px;
top: 540px;
position: absolute;
}
#google_map_directions3 {
left: 1270px;
top: 450px;
position: absolute;
}
#section {
box-sizing: border-box;
width: 420px;
height: 582px;
left: 510px;
top: 70px;
position: absolute;
}
#toolbar {
box-sizing: border-box;
height: 15%;
position: relative;
color: rgb(255, 255, 255);
font-size: 48px;
background-color: rgb(0, 187, 211);
}
#tiles-container {
padding-left: 3px;
height: 85%;
}
#tile-profile {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(204, 204, 204);
}
#core_icon {
height: 128px;
width: 128px;
}
#div {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(170, 170, 170);
}
#tile-general {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
}
#section2 {
background-color: rgb(255, 255, 141);
}
#core_icon1 {
height: 128px;
width: 128px;
}
#div1 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(255, 235, 59);
}
#div2 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(185, 246, 202);
}
#core_icon2 {
height: 128px;
width: 128px;
}
#div3 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(15, 157, 88);
}
#div4 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(255, 138, 128);
}
#core_icon3 {
height: 128px;
width: 128px;
}
#div5 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(219, 68, 55);
}
#div6 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(130, 177, 255);
}
#core_icon4 {
height: 128px;
width: 128px;
}
#div7 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(66, 133, 244);
}
#div8 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(179, 136, 255);
}
#core_icon5 {
height: 128px;
width: 128px;
}
#div9 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(126, 87, 194);
}
#section7 {
box-sizing: border-box;
width: 420px;
height: 630px;
left: 60px;
top: 60px;
position: absolute;
}
#div10 {
box-sizing: border-box;
position: relative;
height: 240px;
padding: 24px;
color: rgb(255, 255, 255);
font-size: 32px;
background-color: rgb(255, 235, 59);
}
#section8 {
padding: 24px;
font-size: 16px;
background-color: rgb(238, 238, 238);
}
#section9 {
box-sizing: border-box;
width: 420px;
height: 630px;
left: 930px;
top: 60px;
position: absolute;
background-color: rgb(255, 255, 141);
}
#div11 {
box-sizing: border-box;
position: relative;
height: 150px;
width: 150px;
color: rgb(255, 255, 255);
font-size: 100px;
background-color: rgb(255, 235, 59);
}
</style>
<chart-js kind="Bar" id="chart_js"></chart-js>
<code-mirror value="<polymer-element name='my-element'>
<template></template>
<script>
Polymer('my-element', {});
</script>
</polymer-element>" id="code_mirror">
<polymer-element name="my-element">
<template id="template"></template>
<script id="script">
Polymer('my-element', {});
</script>
</polymer-element>
</code-mirror>
<cool-clock skin="Tes2" id="cool_clock"></cool-clock>
<cool-clock skin="simple" id="cool_clock1"></cool-clock>
<google-map-directions id="google_map_directions"></google-map-directions>
<google-map-directions id="google_map_directions1"></google-map-directions>
<google-map id="google_map"></google-map>
<google-map-directions id="google_map_directions2"></google-map-directions>
<google-map-directions id="google_map_directions3"></google-map-directions>
<section id="section" layout vertical designmeta="quiz-demo-grid">
<div id="toolbar" class="tall-toolbar categories" horizontal center-justified center layout>
<span id="span">Quiz Demo</span>
</div>
<div id="tiles-container" class="tiles-container" layout wrap horizontal around-justified center relative>
<div id="tile-profile" class="tile" layout vertical relative>
<section id="section1" class="tile-top" flex layout horizontal center center-justified>
<core-icon icon="category-icons:food" id="core_icon" designmeta="topeka-icon"></core-icon>
</section>
<div id="div" class="tile-bottom">
Category 1
</div>
</div>
<div id="tile-general" class="tile" layout vertical relative>
<section id="section2" class="tile-top" flex layout horizontal center center-justified hero hero-id="top">
<core-icon icon="category-icons:knowledge" id="core_icon1" cross-fade-delayed designmeta="topeka-icon"></core-icon>
</section>
<div id="div1" class="tile-bottom" hero hero-id="bottom">
<span id="span1">General Knowledge</span>
</div>
</div>
<div id="div2" class="tile" layout vertical relative>
<section id="section3" class="tile-top" flex layout horizontal center center-justified>
<core-icon icon="category-icons:history" id="core_icon2" designmeta="topeka-icon"></core-icon>
</section>
<div id="div3" class="tile-bottom">
Category 2
</div>
</div>
<div id="div4" class="tile" layout vertical relative>
<section id="section4" class="tile-top" flex layout horizontal center center-justified>
<core-icon icon="category-icons:geography" id="core_icon3" designmeta="topeka-icon"></core-icon>
</section>
<div id="div5" class="tile-bottom">
Category 3
</div>
</div>
<div id="div6" class="tile" layout vertical relative>
<section id="section5" class="tile-top" flex layout horizontal center center-justified>
<core-icon icon="category-icons:entertainment" id="core_icon4" designmeta="topeka-icon"></core-icon>
</section>
<div id="div7" class="tile-bottom">
Category 4
</div>
</div>
<div id="div8" class="tile" layout vertical relative>
<section id="section6" class="tile-top" flex layout horizontal center center-justified>
<core-icon icon="category-icons:music" id="core_icon5" designmeta="topeka-icon"></core-icon>
</section>
<div id="div9" class="tile-bottom">
Category 5
</div>
</div>
</div>
</section>
<section id="section7" layout vertical>
<div id="div10" hero>
<span id="span2">Question</span>
</div>
<section id="section8" hero flex>
<span id="span3">Answer here</span>
</section>
</section>
<section id="section9" layout vertical center center-justified>
<div id="div11" hero layout vertical center center-justified>
<span id="span4">+8</span>
</div>
</section>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment