Last active
August 29, 2015 14:08
-
-
Save teolemon/10735610aef138d946d6 to your computer and use it in GitHub Desktop.
designer
This file contains hidden or 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
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-item/paper-item.html"> | |
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<link rel="import" href="../core-pages/core-pages.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<link rel="import" href="../paper-button/paper-button.html"> | |
<link rel="import" href="../paper-progress/paper-progress.html"> | |
<link rel="import" href="../paper-radio-group/paper-radio-group.html"> | |
<link rel="import" href="../paper-radio-button/paper-radio-button.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
box-sizing: border-box; | |
} | |
#core_pages { | |
width: 100%; | |
height: 100%; | |
border: 1px solid silver; | |
left: 0px; | |
top: 0px; | |
position: absolute; | |
} | |
#core_scaffold { | |
position: absolute; | |
top: 0px; | |
right: 0px; | |
bottom: 0px; | |
left: 0px; | |
width: 100%; | |
} | |
#core_header_panel { | |
width: 100%; | |
background-color: rgb(255, 255, 255); | |
} | |
#core_toolbar { | |
color: rgb(79, 125, 201); | |
border: 0px; | |
background-color: rgb(0, 188, 212); | |
} | |
#core_menu { | |
font-size: 16px; | |
} | |
#core_toolbar1 { | |
right: 0px; | |
left: -2px; | |
color: rgb(255, 255, 255); | |
fill: rgb(79, 125, 201); | |
top: 0px; | |
position: absolute; | |
background-color: rgb(0, 188, 212); | |
} | |
#core_submenu { | |
position: absolute; | |
left: 0px; | |
top: -74px; | |
} | |
#core_tooltip { | |
left: 1100px; | |
top: 580px; | |
} | |
#paper_slider { | |
left: 1120px; | |
top: 530px; | |
} | |
#section { | |
width: 420px; | |
height: 630px; | |
border: 5px solid rgb(204, 204, 204); | |
left: 1170px; | |
top: 540px; | |
} | |
#core_drawer_panel { | |
position: absolute; | |
top: 0px; | |
right: 0px; | |
bottom: 0px; | |
left: 0px; | |
} | |
#notification_alert { | |
left: 1920px; | |
top: 750px; | |
position: absolute; | |
} | |
#paper_toast { | |
left: 1300px; | |
top: 540px; | |
} | |
#paper_fab { | |
left: 180px; | |
top: 410px; | |
} | |
#div2 { | |
left: 783px; | |
top: 545px; | |
position: absolute; | |
} | |
#paper_fab1 { | |
overflow: visible; | |
left: 990px; | |
top: 500px; | |
position: absolute; | |
} | |
#paper_fab2 { | |
overflow: visible; | |
} | |
#core_header_panel1 { | |
width: 300px; | |
height: 400px; | |
left: 1250px; | |
top: 520px; | |
} | |
#section1 { | |
height: 100%; | |
box-sizing: border-box; | |
background-color: rgb(221, 221, 221); | |
} | |
#core_icon { | |
height: 256px; | |
width: 256px; | |
left: 1240px; | |
top: 590px; | |
} | |
#topeka_app { | |
width: 300px; | |
height: 300px; | |
min-height: 450px; | |
left: 1400px; | |
top: 600px; | |
} | |
#paper_tab { | |
width: 120px; | |
height: 40px; | |
left: 1260px; | |
top: 590px; | |
} | |
#paper_tabs { | |
width: 100%; | |
color: rgb(255, 255, 255); | |
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
left: 0px; | |
top: 0px; | |
position: absolute; | |
border: 0px; | |
background-color: rgb(0, 188, 212); | |
} | |
#core_card { | |
position: absolute; | |
width: 90%; | |
height: auto; | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
border-bottom-left-radius: 2px; | |
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; | |
left: 31px; | |
top: 130px; | |
background-color: rgb(255, 255, 255); | |
} | |
#core_card1 { | |
position: absolute; | |
width: 90%; | |
height: 300px; | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
border-bottom-left-radius: 2px; | |
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; | |
left: 31px; | |
top: 457.118053436279px; | |
background-color: rgb(255, 255, 255); | |
} | |
#core_selector { | |
width: 100%; | |
height: 50px; | |
left: 1170px; | |
top: 430px; | |
} | |
#notification_alert1 { | |
left: 1160px; | |
top: 510px; | |
} | |
#speech_mic { | |
left: 1180px; | |
top: 530px; | |
} | |
#paper_item1 { | |
left: 31px; | |
top: 50px; | |
position: absolute; | |
opacity: 1; | |
} | |
#paper_item2 { | |
left: 31px; | |
top: 300px; | |
position: absolute; | |
} | |
#core_item3 { | |
left: 0px; | |
top: -74px; | |
position: absolute; | |
} | |
#paper_fab3 { | |
overflow: visible; | |
left: 1280.89929199219px; | |
top: 384.89582824707px; | |
position: absolute; | |
background-color: rgb(123, 35, 170); | |
} | |
#div { | |
border: 0px; | |
} | |
#paper_progress { | |
margin: 10px; | |
} | |
#paper_checkbox { | |
left: 1280px; | |
top: 550px; | |
} | |
#section4 { | |
left: 1230px; | |
top: 490px; | |
} | |
#section2 { | |
width: 100%; | |
left: 2.8992919921875px; | |
top: 10.118053436279px; | |
position: absolute; | |
} | |
#paper_fab4 { | |
position: absolute; | |
overflow: visible; | |
left: 1280.89929199219px; | |
top: 514.89582824707px; | |
background-color: rgb(98, 209, 214); | |
} | |
#div4 { | |
left: 892.899291992188px; | |
top: 326.006942749023px; | |
position: absolute; | |
} | |
#paper_fab5 { | |
overflow: visible; | |
left: 1272.89929199219px; | |
top: 574.89582824707px; | |
position: absolute; | |
} | |
#div5 { | |
left: 782.899291992188px; | |
top: 316.006942749023px; | |
position: absolute; | |
} | |
#paper_fab6 { | |
overflow: visible; | |
left: 1280.89929199219px; | |
top: 444.89582824707px; | |
position: absolute; | |
background-color: rgb(255, 211, 0); | |
} | |
#section3 { | |
width: 100%; | |
height: 100%; | |
} | |
#paper_toggle_button { | |
left: 1930px; | |
top: 870px; | |
} | |
</style> | |
<core-scaffold id="core_scaffold"> | |
<core-header-panel mode="seamed" id="core_header_panel" navigation flex> | |
<core-toolbar id="core_toolbar"> | |
<core-toolbar id="core_toolbar1"> | |
<div id="div1" flex> | |
<img id="img" src="http://jobmind-dev.herokuapp.com/static/img/logo.png"></img> | |
</div> | |
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button> | |
</core-toolbar> | |
</core-toolbar> | |
<core-menu selected="Assistant chez de produit chez Bouygues" valueattr="label" selectedindex="3" id="core_menu" theme="core-light-theme"> | |
<paper-item label="ToDo" icon="check-circle" center horizontal layout></paper-item> | |
<paper-item label="Today" icon="bookmark" center horizontal layout active></paper-item> | |
<hr></hr> | |
<core-item id="core_item" icon="work" label="Assistant chez de produit chez Bouygues" horizontal center layout active></core-item> | |
<core-item id="core_item1" icon="work" label="Chargé de mission chez L'Oréal" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="Analyste Risque chez Société Générale" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="Analyste Crédit chez BNP Paribas" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
<core-item id="core_item1" icon="work" label="JobTitle at Megacorp" horizontal center layout></core-item> | |
</core-menu> | |
<core-drawer-panel transition selected="drawer" id="core_drawer_panel" touch-action> | |
<section id="section" drawer></section> | |
<section id="section1" main> | |
</section> | |
<core-item id="core_item3" icon="settings" label="Item" horizontal center layout></core-item> | |
<core-submenu id="core_submenu" icon="settings" label="Topics"> | |
<core-item id="core_item2" label="Topic 1" horizontal center layout></core-item> | |
<core-item id="core_item4" label="Topic 2" horizontal center layout></core-item> | |
</core-submenu> | |
</core-drawer-panel> | |
</core-header-panel> | |
<div id="div" tool> | |
</div> | |
<core-pages selected="0" selectedindex="0" notap id="core_pages"> | |
<section id="section3" active> | |
<paper-tabs id="paper_tabs" active> | |
<paper-tab id="paper_tab" active>Today</paper-tab> | |
<paper-tab id="paper_tab1">Details</paper-tab> | |
<paper-tab id="paper_tab2">Events</paper-tab> | |
<paper-tab id="paper_tab3">Contacts</paper-tab> | |
</paper-tabs> | |
<section id="section2"> | |
<paper-item label="Today" icon="today" id="paper_item1" center horizontal layout></paper-item> | |
<core-card id="core_card" layout vertical> | |
<paper-item label="Final answer for plumber at Drill Inc." icon="check-box-outline" id="paper_item" center horizontal layout></paper-item> | |
<paper-button label="Accept" id="paper_button" icon="mail"></paper-button> | |
<paper-button label="Decline" id="paper_button1"></paper-button> | |
</core-card> | |
<paper-item label="Next Week" icon="today" id="paper_item2" horizontal center layout></paper-item> | |
<core-card id="core_card1" layout vertical> | |
<paper-progress step="15" value="15" ratio="15" id="paper_progress">Candidature à envoyer</paper-progress> | |
<paper-radio-group selected="Now" valueattr="label" selectedindex="0" id="paper_radio_group"> | |
<paper-radio-button checked label="Now" id="paper_radio_button"></paper-radio-button> | |
<paper-radio-button label="Later" id="paper_radio_button1"></paper-radio-button> | |
<paper-radio-button checked label="Someday" id="paper_radio_button2"></paper-radio-button> | |
</paper-radio-group> | |
</core-card> | |
<paper-fab icon="check" mini id="paper_fab4"></paper-fab> | |
<paper-fab icon="add" id="paper_fab5"></paper-fab> | |
<paper-fab icon="event" mini id="paper_fab6"></paper-fab> | |
<paper-fab icon="work" mini id="paper_fab3"></paper-fab> | |
</section> | |
</section> | |
<paper-fab icon="work" id="paper_fab1" end end-justified> | |
<paper-fab icon="done" mini id="paper_fab" class="green"></paper-fab> | |
<paper-fab icon="reply" mini id="paper_fab2" class="yellow"></paper-fab> | |
</paper-fab> | |
</core-pages> | |
</core-scaffold> | |
</template> | |
<script> | |
Polymer({ | |
}); | |
</script> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment