Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 221a09f

Browse files
committed
new deployment
0 parents  commit 221a09f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+69828
-0
lines changed

.htaccess

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Options -Indexes
2+
DirectoryIndex index.html
3+
4+
<IfModule mod_rewrite.c>
5+
RewriteEngine On
6+
# redirect www to non-www
7+
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
8+
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
9+
</IfModule>

css/chord.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.chord path {
2+
fill-opacity: .67;
3+
stroke: #000;
4+
stroke-width: .5px;
5+
}

css/notebook.css

Lines changed: 236 additions & 0 deletions
Large diffs are not rendered by default.

css/style.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
body {
2+
position: relative;
3+
padding-top: 50px;
4+
}
5+
6+
cite {
7+
font-style:italic;
8+
}
9+
10+
.voffset {margin:.5em 0;}
11+
.centered {text-align:center;}
12+
.clearfix {clear:both;}
13+
14+
.caret {
15+
opacity:.8;
16+
}
17+
.small {
18+
font-size:.8em;
19+
}
20+
21+
.navbar-collapse.collapse {
22+
padding-right:0;
23+
}
24+
.navbar ul.share a {
25+
width:90%;
26+
margin:2% 5% 5%;
27+
font-size:1.1em;
28+
}
29+
30+
.no-border {
31+
border: 0;
32+
}

csv/JavaScript Developer Survey 2013.csv

Lines changed: 3180 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy