Created
April 20, 2015 21:32
-
-
Save pjjjv/066c80d799bf994d3e91 to your computer and use it in GitHub Desktop.
designer
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
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> | |
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html"> | |
<link rel="import" href="../core-animated-pages/transitions/slide-down.html"> | |
<link rel="import" href="../core-animated-pages/transitions/slide-up.html"> | |
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.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-header-panel/core-header-panel.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
font-family: RobotoDraft, Roboto, Noto, 'Open Sans', sans-serif; | |
font-size: 62.5%; | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
box-sizing: border-box; | |
color: rgba(0, 0, 0, 0.870588); | |
} | |
#core_animated_pages { | |
width: 100%; | |
height: 100%; | |
overflow: hidden; | |
display: block; | |
position: relative; | |
background-color: rgb(238, 238, 238); | |
} | |
#core_header_panel { | |
height: 100%; | |
position: relative; | |
width: 100%; | |
} | |
#core_toolbar { | |
color: rgb(255, 255, 255); | |
font-size: 1.2rem; | |
font-weight: 400; | |
background-color: rgb(33, 150, 243); | |
} | |
#section3 { | |
height: 1000px; | |
background: linear-gradient(rgb(214, 227, 231), rgb(173, 216, 230)); | |
} | |
#core_card { | |
position: relative; | |
width: 100%; | |
height: 50px; | |
border-radius: 2px; | |
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; | |
padding: 10px; | |
margin: 10px; | |
font-size: 1.2rem; | |
font-weight: 400; | |
background-color: rgb(255, 255, 255); | |
} | |
#paper_tabs { | |
width: 100%; | |
color: rgb(255, 255, 255); | |
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
height: 40px; | |
display: block; | |
position: relative; | |
background-color: rgb(0, 188, 212); | |
} | |
#outer { | |
height: 100%; | |
} | |
#paper_input { | |
position: relative; | |
padding: 10px; | |
} | |
#paper_input2 { | |
position: relative; | |
padding: 10px; | |
left: 100px; | |
width: 100%; | |
} | |
#div { | |
display: block; | |
padding: 10px; | |
} | |
#div2 { | |
display: block; | |
position: relative; | |
width: 100%; | |
height: 100%; | |
} | |
#div1 { | |
position: relative; | |
width: 100%; | |
} | |
#core_icon_button { | |
display: block; | |
position: relative; | |
} | |
</style> | |
<div id="outer" layout vertical> | |
<paper-tabs selected="0" selectedindex="0" id="paper_tabs" horizontal center layout> | |
<paper-tab id="paper_tab" inline flex center-center horizontal layout active>Categories</paper-tab> | |
<paper-tab id="paper_tab1" inline flex center-center horizontal layout>Teams</paper-tab> | |
</paper-tabs> | |
<core-animated-pages transitions="hero-transition cross-fade" selected="{{ selected }}" lastselected="0" selectedindex="2" notap id="core_animated_pages" flex> | |
<section id="section"> | |
<core-header-panel mode="waterfall-tall" id="core_header_panel"> | |
<core-toolbar id="core_toolbar" class="animate tall"> | |
<div id="div2" layout vertical center center-justified> | |
<div id="div1" layout horizontal center> | |
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button> | |
<div id="div">Project: </div> | |
<paper-input label="Project Name" value="fddfd" committedvalue="fddfd" id="paper_input">Name</paper-input> | |
</div> | |
<paper-input label="Project Description" value="dfd" committedvalue="dfd" id="paper_input2">Description</paper-input> | |
</div> | |
</core-toolbar> | |
<section id="section3"> | |
<core-card id="core_card" horizontal layout center start-justified hero-id="hero" hero>Software Methodologies</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Html</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
</section> | |
</core-header-panel> | |
</section> | |
<section id="section1" active> | |
<core-header-panel mode="waterfall-tall" id="core_header_panel"> | |
<core-toolbar id="core_toolbar" class="animate tall" hero-id="hero" hero> | |
<div id="div2" layout vertical center center-justified> | |
<div id="div1" layout horizontal center> | |
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button> | |
<div id="div">Category: </div> | |
<paper-input label="Category Name" value="Software Methodologies" id="paper_input">Software Methodologies</paper-input> | |
</div> | |
<paper-input label="Category Description" value="fdfd" committedvalue="fdfd" id="paper_input2">Description</paper-input> | |
</div> | |
</core-toolbar> | |
<section id="section3"> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Waterfall</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade hero-id="hero2" hero>Agile</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Scrum</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
</section> | |
</core-header-panel> | |
</section> | |
<section id="section2" active> | |
<core-header-panel mode="waterfall-tall" id="core_header_panel"> | |
<core-toolbar id="core_toolbar" class="animate tall" hero-id="hero2" hero> | |
<div id="div2" layout vertical center center-justified> | |
<div id="div1" layout horizontal center> | |
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button> | |
<div id="div">Sub-category: </div> | |
<paper-input label="Sub-category Name" value="Agile" id="paper_input">Agile</paper-input> | |
</div> | |
<paper-input label="Sub-category Description" id="paper_input2">Description</paper-input> | |
</div> | |
</core-toolbar> | |
<section id="section3"> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Planning</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Pigs</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade hero-id="hero3" hero>Stakeholders</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
<core-card id="core_card" horizontal layout center start-justified cross-fade>Things</core-card> | |
</section> | |
</core-header-panel> | |
</section> | |
<section id="section2" active> | |
<core-header-panel mode="waterfall-tall" id="core_header_panel"> | |
<core-toolbar id="core_toolbar" class="animate tall" hero-id="hero3" hero> | |
<div id="div2" layout vertical center center-justified> | |
<div id="div1" layout horizontal center> | |
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button> | |
<div id="div">Competence: </div> | |
<paper-input label="Competence Label" value="Stakeholders" id="paper_input">Stakeholders</paper-input> | |
</div> | |
<paper-input label="Competence Description" id="paper_input2">Description</paper-input> | |
</div> | |
</core-toolbar> | |
<section id="section3"> | |
</section> | |
</core-header-panel> | |
</section> | |
</core-animated-pages> | |
</div> | |
</template> | |
<script> | |
Polymer({ | |
selected: 2 | |
}); | |
</script> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment