Skip to content

Commit d52dc26

Browse files
committed
small change to minimap, update broadcast, edit README
1 parent 2719595 commit d52dc26

18 files changed

Lines changed: 148 additions & 132 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
#Code Your Cloud#
2-
####created by Michael Kaminsky
32

4-
+ [Main project page](https://codeyourcloud.com)
5-
+ [Chrome web store](https://chrome.google.com/webstore/detail/code-your-cloud/minllhicnmfckcofjencopnknkekjail)
3+
[Main project page](https://codeyourcloud.com) | [About](https://codeyourcloud.com/about) | [Google+](https://plus.google.com/u/0/b/109834723365906365793/+Codeyourcloudeditor/posts)
64

7-
![Screenshot](http://codeyourcloud.com/images/web.png)
5+
**Created by [Michael Kaminsky](https://mkaminsky11.github.io)**
6+
7+
The goal of this project is to allow people around the globe to collaborate on coding projects via Google Drive and OneDrive. It's that simple.
88

9-
####Now supports [OneDrive](https://onedrive.live.com/)!
9+
#### Recent Updates
10+
+ Now supports [OneDrive](https://onedrive.live.com/)
1011

11-
###Goal
12-
To allow people around the globe to collaborate on coding projects via Google Drive and OneDrive. It's that simple. So far, I have yet to see a website or program that accomplishes these tasks for all major programming languages. This is an attempt to change that, and it seems to be working well so far.
12+
![Screenshot](http://codeyourcloud.com/images/web.png)
1313

1414
###Todo
1515
+ Run Python + other languages
1616
+ Copy files
1717
+ Context menu in sidebar
18-
+ Warning when closing without saving changes
18+
+ ~~Warning when closing without saving changes~~DONE!
1919

2020
=====
2121

@@ -29,7 +29,7 @@ To allow people around the globe to collaborate on coding projects via Google Dr
2929
+ Keyboard shortcuts
3030
+ Preferences
3131
+ Google Drive and OneDrive integration
32-
+ Run (javascript and coffeescript only, for now)
32+
+ Run (javascript and Coffeescript only, for now)
3333
+ Minimap preview
3434
+ Search/replace
3535

@@ -190,10 +190,10 @@ To allow people around the globe to collaborate on coding projects via Google Dr
190190
=====
191191

192192
###License
193-
The MIT License (MIT)
194-
Copyright (c) 2015 Michael Kaminsky
195-
196-
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:
197-
198-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
199-
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.
193+
>The MIT License (MIT)
194+
>Copyright (c) 2015 Michael Kaminsky
195+
>
196+
>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:
197+
>
198+
>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
199+
>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/images/background.jpg

-863 KB
Binary file not shown.

about/images/browser.png

-158 KB
Binary file not shown.

about/images/mobile.png

-1.19 MB
Binary file not shown.

about/images/web.png

-324 KB
Binary file not shown.

css/material.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
margin: 0;
1414
float: left;
1515
margin-top: 7px;
16-
font-family: 'Roboto';
17-
font-size: 14px;
18-
color: #5E5B5B;
16+
font-family: 'Roboto';
17+
font-size: 13px;
18+
color: #383535;
1919
}
2020

2121
.select-box > select{

css/style.css

Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ body, html{
2727
overflow-x: hidden;
2828
background-color: #212121;
2929
}
30+
3031
.codemirror-container{
3132
position: relative;
3233
height: 100%;
@@ -80,7 +81,7 @@ body, html{
8081
font-size: 22px;
8182
}
8283

83-
.btn:focus {
84+
*:focus {
8485
outline: none;
8586
}
8687

@@ -99,14 +100,16 @@ body, html{
99100
*/
100101

101102
#side{
102-
height: calc(100% - 15px);
103+
height: calc(100% - 0px);
103104
width: 300px;
104105
margin-left: -300px;
105106
z-index: 90;
106107
position: absolute;
107-
overflow-x: hidden;
108108
top: 0;
109109
left: 0;
110+
margin-top: 0px;
111+
overflow-y: auto;
112+
overflow-x: hidden;
110113
}
111114

112115
#users, .toolbar{
@@ -118,13 +121,6 @@ body, html{
118121
overflow: visible;
119122
}
120123

121-
#side-inner{
122-
height: calc(100%);
123-
margin-top: 0px;
124-
overflow-y: auto;
125-
overflow-x: hidden;
126-
}
127-
128124
#side-inner hr{
129125
margin-top: 4px;
130126
margin-bottom: 4px;
@@ -926,15 +922,37 @@ LOADING ICON
926922
bottom: 0;
927923
padding: 10px;
928924
background-color: rgba(251, 251, 251, 0.87);
929-
border-top-left-radius: 3px;
925+
width: calc(100% - 22px);
926+
padding-bottom: 5px;
927+
padding-top: 5px;
928+
padding-right: 12px;
930929
}
931-
#broadcast > i{
932-
float: right;
933-
color: #8E6F6F;
934-
margin-top: 2px;
930+
#broadcast p{
931+
margin: 0;
932+
font-weight: 500;
933+
font-size: 15px;
934+
font-family: "Roboto";
935+
color: #2D2B2B;
936+
margin-right: 5px;
935937
}
936938
#donate{
937-
float: left;
939+
text-align: center;
940+
display: flex;
941+
display: -ms-flex;
942+
display: -moz-flex;
943+
display: -webkit-flex;
944+
align-items: center;
945+
justify-content: center;
946+
flex-wrap: wrap;
947+
}
948+
#donate > *{
949+
display: inline-block;
950+
}
951+
#broadcast > i{
952+
color: #212121;
953+
position: absolute;
954+
right: 5px;
955+
top: 12px;
938956
}
939957

940958
#ad h4{
@@ -950,16 +968,6 @@ LOADING ICON
950968
border-radius: 3px;
951969
}
952970

953-
954-
#bottom{
955-
position: absolute;
956-
background-color: #2F2E2E;
957-
left: 0;
958-
bottom: 0;
959-
width: 100%;
960-
height: 15px;
961-
}
962-
963971
/*
964972
* CONTEXT
965973
*/
@@ -976,17 +984,18 @@ LOADING ICON
976984
top: 35px;
977985
}
978986
.popup>span{
979-
display: block;
980-
padding: 7px;
981-
padding-left: 14px;
987+
display: block;
988+
padding: 8px;
989+
padding-left: 16px;
982990
font-family: 'Roboto';
983-
padding-right: 18px;
984-
font-size: 14px;
985-
color: #5E5B5B;
991+
padding-right: 19px;
992+
font-size: 13px;
993+
color: #383535;
986994
border-bottom: none;
987-
padding-top: 6px;
988-
padding-bottom: 6px;
995+
padding-top: 7px;
996+
padding-bottom: 7px;
989997
text-align: left;
998+
width: 79px;
990999
width: 80px;
9911000
}
9921001
.popup a{
@@ -1020,4 +1029,16 @@ LOADING ICON
10201029

10211030
.context-click{
10221031
padding: 3px;
1032+
}
1033+
1034+
#beta-side{
1035+
width: 53px;
1036+
height: calc(100% - 47px);
1037+
float:right;
1038+
position:absolute;
1039+
margin-left: calc(100% - 53px);
1040+
overflow-y: auto;
1041+
overflow-x: hidden;
1042+
background-color: #212121;
1043+
z-index: 9;
10231044
}

images/buttons/donate_small.png

15.7 KB
Loading

images/buttons/star_small.png

15.7 KB
Loading

images/chalk.jpeg

-77.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)