Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesq9 authored Aug 19, 2017
1 parent b78bd70 commit b7a75e1
Show file tree
Hide file tree
Showing 98 changed files with 3,358 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 1.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# Or, compress certain file types by extension:
<files *.html>
SetOutputFilter DEFLATE
</files>

#ExpiresActive on
# ExpiresByType image/jpg "access 1 year"
# ExpiresByType image/jpeg "access 1 year"
# ExpiresByType image/gif "access 1 year"
# ExpiresByType image/png "access 1 year"
# ExpiresByType image/svg+xml "access 1 year"
# ExpiresByType text/html "access 1 month"
# ExpiresByType application/pdf "access 1 month"
# ExpiresByType text/x-javascript "access 1 year"
# ExpiresByType text/css "access 1 month"
# ExpiresByType image/x-icon "access 1 year"
# ExpiresDefault "access 1 year"
1 change: 1 addition & 0 deletions css/animations.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/component.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/default.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added css/fancybox_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/fancybox_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/fancybox_sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/jquery.fancybox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b7a75e1

Please sign in to comment.