11<!DOCTYPE html>
22< html >
33 < head >
4- < script src ="../poly/components/platform/platform.js "> </ script >
54
65 < meta charset ="utf-8 ">
76 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no ">
1211 < link rel ="shortcut icon " type ="image/png " href ="../favicon.png "/>
1312
1413 < link rel ="stylesheet " href ="../fonts/font.css ">
14+ < link rel ="stylesheet " href ="../fonts/material/css/material-design-iconic-font.css ">
1515 < link rel ="stylesheet " href ="css/index.css ">
1616 < link rel ="stylesheet " href ="css/grid.css ">
17+ < link rel ="stylesheet " href ="../css/material.css ">
1718
1819 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1 " />
19-
20- < link rel ="import " href ="../poly/components/core-style/core-style.html ">
21- < link rel ="import " href ="../poly/components/paper-checkbox/paper-checkbox.html ">
22- < link rel ="import " href ="../poly/components/core-header-panel/core-header-panel.html ">
23- < link rel ="import " href ="../poly/components/paper-icon-button/paper-icon-button.html ">
24- < link rel ="import " href ="../poly/components/paper-toggle-button/paper-toggle-button.html ">
25- < link rel ="import " href ="../poly/components/paper-input/paper-input.html ">
26- < link rel ="import " href ="../poly/components/paper-slider/paper-slider.html ">
27- < link rel ="import " href ="../poly/components/core-toolbar/core-toolbar.html ">
28- < link rel ="import " href ="../poly/components/core-menu/core-menu.html ">
29- < link rel ="import " href ="../poly/components/core-icons/core-icons.html ">
30- < link rel ="import " href ="../poly/components/paper-button/paper-button.html ">
31- < link rel ="import " href ="../poly/components/paper-fab/paper-fab.html ">
32- < link rel ="import " href ="../poly/components/paper-ripple/paper-ripple.html ">
33- < link rel ="import " href ="../poly/components/paper-item/paper-item.html ">
34- < link rel ="import " href ="../poly/components/paper-shadow/paper-shadow.html ">
35- < link rel ="import " href ="../poly/components/paper-toast/paper-toast.html ">
36- < link rel ="import " href ="../poly/components/paper-button/paper-button.html ">
37- < link rel ="import " href ="../poly/components/paper-spinner/paper-spinner.html ">
3820
3921 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js "> </ script >
4022 < script src ="../lib/velocity/velocity.min.js "> </ script >
6042 </ svg >
6143 < a id ="brand "> Code Your Cloud</ a >
6244
63- < a href ="https://github.com/mkaminsky11/codeyourcloud "> < paper-button id ="github " raised label ="FORK THIS ON GITHUB "> < paper-shadow > </ paper-shadow > </ paper-button > </ a >
64- < paper-button id ="login " onclick ="go() " label ="LOGIN " raised > < paper-shadow > </ paper-shadow > </ paper-button >
45+
46+ < div style ="width:calc(100%);position: absolute; top: 10px; right: 10px; display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: flex-end; ">
47+
48+ < a href ="https://github.com/mkaminsky11/codeyourcloud " class ="waves-effect waves-light paper-btn " style ="margin-right: 5px;align-self: flex-end;background-color:white;color:black;text-decoration: none; "> < i class ="fa fa-github " style ="margin-right:10px "> </ i > FORK THIS ON GITHUB</ a >
49+
50+ < a onclick ="go() " class ="waves-effect waves-light paper-btn paper-btn-blue " style ="background-color:#3498DB;align-self: flex-end; "> < i class ="fa fa-google " style ="margin-right:10px; "> </ i > LOGIN</ a >
51+
52+ </ div >
53+
54+
55+ </ a >
6556 </ div >
6657
6758 <!--h1>CODE YOUR CLOUD</h1-->
@@ -87,22 +78,16 @@ <h4 id="quote">Your code, set free</h4>
8778
8879 < img id ="screen " src ="images/web_record.gif ">
8980
90- <!-- div id="switch">
91- <span id="web">Web</span>
92- <paper-toggle-button id="switcher"></paper-toggle-button>
93- <span id="mobile">Mobile</span>
94- </div-->
9581 </ div >
9682
9783 < div class ="dark-part ">
98- < paper-shadow > </ paper-shadow >
9984 < div class ="section group ">
10085 < div class ="col span_1_of_2 border-right-white ">
101- < h6 class ="small white code-light uppercase "> Code Your Cloud is an in-browser code editor for Google Drive. Packed with awesome editing and collaborative abilities, it's the ideal editor for quick fixes and demonstrations.</ h6 >
86+ < h6 class ="small code-light uppercase "> Code Your Cloud is an in-browser code editor for Google Drive. Packed with awesome editing and collaborative abilities, it's the ideal editor for quick fixes and demonstrations.</ h6 >
10287 </ div >
10388
10489 < div class ="col span_1_of_2 ">
105- < h6 class ="small white code-light uppercase "> Plus, it's free and open source, so you can check out the inner workings.</ h6 >
90+ < h6 class ="small code-light uppercase "> Plus, it's free and open source, so you can check out the inner workings.</ h6 >
10691 </ div >
10792
10893 </ div >
@@ -176,14 +161,17 @@ <h6 id="logos">
176161 < span class ="devicons devicons-dart dev-icon "> </ span >
177162 </ h6 >
178163
179- < h6 class ="btn-h6 "> < a class ="btn " href ="https://github.com/mkaminsky11/codeyourcloud " target ="_blank "> < paper-button class ="btn-btn " label ="SEE MORE " raised > < paper-shadow > </ paper-shadow > </ paper-button > </ a > </ h6 >
164+ < h6 class ="btn-h6 ">
165+
166+ < a href ="https://github.com/mkaminsky11/codeyourcloud " class ="waves-effect waves-light paper-btn " style ="background-color:white;color:black;text-decoration: none;font-size:16px; "> SEE MORE</ a >
167+
168+ </ h6 >
180169
181170
182171 </ div >
183172
184173 < div class ="dark-part ">
185- < paper-shadow > </ paper-shadow >
186- < h4 id ="quote "> Contact us</ h4 >
174+ < h4 id ="quote " style ="color:#4F4F4F "> Contact us</ h4 >
187175
188176 < input class ="form-control input " id ="comment_name " value ="" placeholder ="Name "/>
189177 < br />
@@ -193,8 +181,11 @@ <h4 id="quote">Contact us</h4>
193181 < br />
194182
195183 < h6 id ="send ">
196- < a id ="ok " class ="btn " onclick ="comment() "> < paper-button class ="btn-btn " raised label ="SEND " style ="color:white;background-color:#2ECC71 "> < paper-shadow > </ paper-shadow > </ paper-button > </ a >
197- < a id ="no " class ="btn " onclick ="resetForm() "> < paper-button class ="btn-btn " raised label ="CANCEL " style ="color:white;background-color:#C0392B "> < paper-shadow > </ paper-shadow > </ paper-button > </ a >
184+
185+ < a onclick ="comment() " class ="waves-effect waves-light paper-btn paper-btn-blue " style ="background-color:#2ECC71;font-size:16px "> < i class ="md-send " style ="margin-right:10px "> </ i > SEND</ a >
186+
187+ < a onclick ="resetForm() " class ="waves-effect waves-light paper-btn paper-btn-blue " style ="background-color:#E74C3C;font-size:16px "> < i class ="md-close " style ="margin-right:10px "> </ i > CANCEL</ a >
188+
198189 </ h6 >
199190
200191 < br />
@@ -241,5 +232,6 @@ <h4 id="chart">A growing number of daily users</h4>
241232 </ script >
242233 < script src ="../lib/fit/fit.js "> </ script >
243234 < script src ="js/index.js "> </ script >
235+ < script src ="../js/material.js "> </ script >
244236 </ body >
245237</ html >
0 commit comments