Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit221a09f

Browse files
committed
new deployment
0 parents  commit221a09f

File tree

44 files changed

+69828
-0
lines changed

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+
<IfModulemod_rewrite.c>
5+
RewriteEngineOn
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+
.chordpath {
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:.5em0;}
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+
.navbarul.sharea {
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)

[8]ページ先頭

©2009-2025 Movatter.jp