Skip to content

Commit 5e1a998

Browse files
committed
cosmetics
1 parent 54725af commit 5e1a998

27 files changed

Lines changed: 316 additions & 872 deletions

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ const.js
2525
nodebot
2626
keybase.txt
2727
googlejs
28-
/googlejs
28+
/googlejs
29+
mkaminsky11
30+
/mkaminsky11
31+
.meteor
32+
/.meteor

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
###Goal
1111
To allow people around the globe to collaborate on coding projects via Google Drive. 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.
1212

13-
=====
13+
###Todo
14+
+ Run Python + other languages
15+
+ Icons in the tabs
1416

15-
###Possible Ideas###
16-
+ run languages like Python, etc.
17-
+ templates
17+
=====
1818

1919
###Features###
2020
+ Syntax highlighting
@@ -30,8 +30,6 @@ To allow people around the globe to collaborate on coding projects via Google Dr
3030
+ Minimap preview
3131
+ Search/replace
3232

33-
=====
34-
3533
###Supported Languages###
3634
+ APL
3735
+ Swift

about/css/index.css

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,8 @@ body{
3636
padding-top: 10px;
3737
width: calc(100% - 60px);
3838
padding-bottom: 0px;
39-
/*background-color: #212121;*/
4039

41-
42-
/*background: #E74C3C;
43-
44-
background: #E74C3C;
45-
background: -moz-linear-gradient(top, #E74C3C 0%, #C0392B 100%);
46-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E74C3C), color-stop(100%,#C0392B));
47-
background: -webkit-linear-gradient(top, #E74C3C 0%,#C0392B 100%);
48-
background: -o-linear-gradient(top, #E74C3C 0%,#C0392B 100%);
49-
background: -ms-linear-gradient(top, #E74C3C 0%,#C0392B 100%);
50-
background: linear-gradient(to bottom, #E74C3C 0%,#C0392B 100%);
51-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E74C3C', endColorstr='#C0392B',GradientType=0 );
52-
53-
*/
54-
55-
/*background-color: #EC5343;*/
56-
57-
background: url("../../images/poly/3.jpg") no-repeat center center fixed;
40+
background: url("../images/background.jpg") no-repeat center center fixed;
5841
-webkit-background-size: cover;
5942
-moz-background-size: cover;
6043
-o-background-size: cover;
@@ -64,7 +47,7 @@ body{
6447
#quote{
6548
text-align: center;
6649
font-family: 'Baron';
67-
color: #E9E7E7;
50+
color: #FFFCFC;
6851
font-size: 22px;
6952
}
7053
#chart{
@@ -74,10 +57,10 @@ body{
7457
font-size: 22px;
7558
}
7659
#screen{
77-
position: absolute;
78-
width: 80%;
60+
position: absolute !important;
61+
width: 60%;
7962
bottom: 0;
80-
left: 10%;
63+
left: 20%;
8164
background-color: transparent;
8265
margin-bottom: -4px;
8366
z-index: 1;
@@ -107,7 +90,7 @@ body{
10790

10891
#brand{
10992
height: 30px;
110-
position: absolute;
93+
position: absolute !important;
11194
top: 22px;
11295
font-size: 23px;
11396
margin-left: 10px;
@@ -221,7 +204,7 @@ paper-button{
221204
-webkit-transition-duration: 0.5s;
222205
transition-property: border;
223206
transition-duration: 0.5s;
224-
border: solid 2px #E74C3C;
207+
border: 2px solid gray;
225208
}
226209
#switch{
227210
margin: 0;
@@ -343,4 +326,18 @@ paper-toggle-button::shadow #toggleBar {
343326
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
344327
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
345328
margin-bottom: 10px;
346-
}
329+
}
330+
331+
#main * {
332+
position: relative;
333+
z-index: 2;
334+
}
335+
336+
.overlay{
337+
position: absolute !important;
338+
top: 0;
339+
left: 0;
340+
width: 100%;
341+
height: 100%;
342+
background-color: rgba(0,0,0,0.2);
343+
}

about/font/font2/font.css

Lines changed: 0 additions & 24 deletions
This file was deleted.

about/font/font2/reg.woff

-30.2 KB
Binary file not shown.

about/font/font2/semi.woff

-29.8 KB
Binary file not shown.

about/font/font2/weblight.woff

-30.2 KB
Binary file not shown.

about/font/font2/webthin.woff

-29.4 KB
Binary file not shown.
-36.5 KB
Binary file not shown.
-36.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)