Skip to content

Commit f7ed087

Browse files
committed
Rainbow + logo
1 parent 9af5e36 commit f7ed087

39 files changed

+12
-2
lines changed

_includes/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
![DemoJS](images/demojs_normal.png)
3+
24
# 2013, here we come!
35

46
## We are back!

css/style.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,22 @@ nav > ul > li{
6868
}
6969

7070
.background{
71-
background-color:#269;
71+
/* background-color:#269;
7272
background-image: -webkit-linear-gradient(white 2px, transparent 2px),
7373
-webkit-linear-gradient(0deg, white 2px, transparent 2px),
7474
-webkit-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
7575
-webkit-linear-gradient(0deg, rgba(255,255,255,.3) 1px, transparent 1px);
7676
background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
7777
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
78+
*/
79+
background-color:blue;
80+
background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(top, red, orange, yellow, green, blue, purple, red );
81+
background-image: -ms-linear-gradient( rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -ms-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -ms-linear-gradient(top, red, orange, yellow, green, blue, purple, red );
82+
background-image: -o-linear-gradient( rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -o-linear-gradient(top, red, orange, yellow, green, blue, purple, red );
83+
background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(top, red, orange, yellow, green, blue, purple, red );
84+
background-image: linear-gradient( rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(top, red, orange, yellow, green, blue, purple, red );
85+
background-size: 500px 500px, 500px 500px;
86+
7887
}
7988

8089
section {
File renamed without changes.
File renamed without changes.

images/demojs_normal.png

7.5 KB
Loading

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: DEMOJS 2013 - June 28th, 29th, 30th
44
---
5-
<h1>DemoJS 2013</h1>
65

76
{% capture nav %}{% include nav.md %}{% endcapture %}
87
<nav>{{ nav | markdownify }}</nav>

public/images/blinklist.png

-585 Bytes
Binary file not shown.

public/images/brightkite.png

-571 Bytes
Binary file not shown.

public/images/delicious.png

-399 Bytes
Binary file not shown.

public/images/design_float.png

-829 Bytes
Binary file not shown.

public/images/digg.png

-421 Bytes
Binary file not shown.

public/images/dopplr.png

-451 Bytes
Binary file not shown.

public/images/email.png

-504 Bytes
Binary file not shown.

public/images/facebook.png

-485 Bytes
Binary file not shown.

public/images/feed.png

-723 Bytes
Binary file not shown.

public/images/fleche.png

-408 Bytes
Binary file not shown.

public/images/flickr.png

-467 Bytes
Binary file not shown.

public/images/friendfeed.png

-626 Bytes
Binary file not shown.

public/images/furl.png

-676 Bytes
Binary file not shown.

public/images/gamespot.png

-799 Bytes
Binary file not shown.

public/images/github.ico

-1.12 KB
Binary file not shown.

public/images/lastfm.png

-854 Bytes
Binary file not shown.

public/images/line.png

-97 Bytes
Binary file not shown.

public/images/linkedin.png

-636 Bytes
Binary file not shown.

public/images/magnolia.png

-670 Bytes
Binary file not shown.

public/images/mixx.png

-428 Bytes
Binary file not shown.

public/images/myspace.png

-515 Bytes
Binary file not shown.

public/images/newsvine.png

-415 Bytes
Binary file not shown.

public/images/posterous.png

-683 Bytes
Binary file not shown.

public/images/reddit.png

-842 Bytes
Binary file not shown.

public/images/sphere.png

-554 Bytes
Binary file not shown.

public/images/sphinn.png

-668 Bytes
Binary file not shown.

public/images/stumble.png

-607 Bytes
Binary file not shown.

public/images/technorati.png

-740 Bytes
Binary file not shown.

public/images/tripadvisor.png

-772 Bytes
Binary file not shown.

public/images/tumblr.png

-584 Bytes
Binary file not shown.

public/images/twitter.png

-658 Bytes
Binary file not shown.

public/images/vimeo.png

-613 Bytes
Binary file not shown.

public/images/youtube.png

-471 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)