Skip to content

Commit 7025ab2

Browse files
committed
add saved indicator, start working on code cleanup, redesign
1 parent 30330e6 commit 7025ab2

31 files changed

Lines changed: 257 additions & 340 deletions

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ To allow people around the globe to collaborate on coding projects via Google Dr
1313

1414
###Todo
1515
+ Run Python + other languages
16-
+ Icons in the tabs
17-
16+
+ Context menu on sidebar and tabs
17+
+ new
18+
+ delete
19+
+ rename
20+
+ open(?)
21+
+ duplicate(?)
22+
+ Not saved icon indicator
1823
=====
1924

2025
###Features###
@@ -194,4 +199,4 @@ Copyright (c) 2015 Michael Kaminsky
194199
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
195200

196201
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
197-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

about/index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@
99
<meta name="description" content="Code Your Cloud: an in browser code editor for Google Drive and OneDrive" />
1010

1111
<link rel="shortcut icon" type="image/png" href="../favicon.png"/>
12-
1312
<link rel="stylesheet" href="../fonts/font.css">
14-
<link rel="stylesheet" href="../fonts/material/css/material-design-iconic-font.css">
1513
<link rel="stylesheet" href="css/index.css">
1614
<link rel="stylesheet" href="css/grid.css">
1715
<link rel="stylesheet" href="../css/material.css">
18-
1916
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
20-
2117
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
2218
<script src="../lib/velocity/velocity.min.js"></script>
2319
<script src="../lib/velocity/velocity.ui.min.js"></script>
24-
20+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.1.2/css/material-design-iconic-font.min.css">
2521
<link href="https://cdn.jsdelivr.net/devicons/1.4.0/css/devicons.min.css" rel='stylesheet'>
2622
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
2723

@@ -171,9 +167,9 @@ <h4 id="quote" style="color:#4F4F4F">Contact us</h4>
171167

172168
<h6 id="send">
173169

174-
<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>
170+
<a onclick="comment()" class="waves-effect waves-light paper-btn paper-btn-blue" style="background-color:#2ECC71;font-size:16px"><i class="zmdi zmdi-mail-send" style="margin-right:10px"></i> SEND</a>
175171

176-
<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>
172+
<a onclick="resetForm()" class="waves-effect waves-light paper-btn paper-btn-blue" style="background-color:#E74C3C;font-size:16px"><i class="zmdi zmdi-close" style="margin-right:10px"></i> CANCEL</a>
177173

178174
</h6>
179175

css/material.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
}
108108

109109
.check-switch input:checked + span {
110-
box-shadow: inset 0 0 0 0.73em #E74C3C;
110+
box-shadow: inset 0 0 0 0.73em #FF8F00;
111111
}
112112

113113
.check-switch input:checked + span:after {

0 commit comments

Comments
 (0)