Skip to content

Commit 23ca7af

Browse files
committed
initial commit
0 parents  commit 23ca7af

Some content is hidden

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

57 files changed

+1772
-0
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "build/lib"
3+
}

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Numerous always-ignore extensions
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.zip
10+
*.vi
11+
*~
12+
13+
# OS or Editor folders
14+
.DS_Store
15+
._*
16+
Thumbs.db
17+
.cache
18+
.project
19+
.settings
20+
.tmproj
21+
*.esproj
22+
nbproject
23+
*.sublime-project
24+
*.sublime-workspace
25+
.idea
26+
27+
# Folders to ignore
28+
.sass-cache
29+
.tmp
30+
node_modules
31+
bower_components
32+
site/lib
33+

build/css/fonts/newfont.ttf

2.99 KB
Binary file not shown.

build/css/fonts/svgfont.eot

2.72 KB
Binary file not shown.

build/css/fonts/svgfont.ttf

2.56 KB
Binary file not shown.

build/css/fonts/svgfont.woff

1.83 KB
Binary file not shown.

build/css/fonts/svgfont.woff2

1.44 KB
Binary file not shown.

build/css/style.css

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/css/style.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)