Initial version of Schedule Page for LP 2016 done.
authorrsiddharth <rsd@gnu.org>
Sun, 30 Aug 2015 00:27:08 +0000 (20:27 -0400)
committerrsiddharth <rsd@gnu.org>
Sun, 30 Aug 2015 00:27:08 +0000 (20:27 -0400)
commit2359eb53a7e10133e279cb76824bae4de89b71b4
treec529f3fedd45d6b41726523e7b8cfe7f9279e6d9
parentf410eded54ac5f5ca33c75986c56a41b0db8ddb4
Initial version of Schedule Page for LP 2016 done.

Not worked on styling yet; looks ugly.

new file:   2016/README.md
new file:   2016/assets/css/bootstrap-theme.css
new file:   2016/assets/css/bootstrap-theme.css.map
new file:   2016/assets/css/bootstrap-theme.min.css
new file:   2016/assets/css/bootstrap.css
new file:   2016/assets/css/bootstrap.css.map
new file:   2016/assets/css/bootstrap.min.css
new file:   2016/assets/css/custom.css
new file:   2016/assets/fonts/glyphicons-halflings-regular.eot
new file:   2016/assets/fonts/glyphicons-halflings-regular.svg
new file:   2016/assets/fonts/glyphicons-halflings-regular.ttf
new file:   2016/assets/fonts/glyphicons-halflings-regular.woff
new file:   2016/assets/fonts/glyphicons-halflings-regular.woff2
new file:   2016/assets/img/favicon.ico
new file:   2016/assets/img/site_logo_alternate.png
new file:   2016/assets/js/bootstrap-3.3.5.js
new file:   2016/assets/js/bootstrap-3.3.5.min.js
new file:   2016/assets/js/jquery-1.11.3.js
new file:   2016/assets/js/jquery-1.11.3.min.js
new file:   2016/assets/js/npm.js
new file:   2016/assets/js/piwik.js
new file:   2016/js-labels/index.html
new file:   2016/program/index.html
new file:   server/2016/banner.html
new file:   server/2016/boilerplate.html
new file:   server/2016/close.html
new file:   server/2016/common_js.html
new file:   server/2016/footer.html
new file:   server/2016/header.html
new file:   server/2016/program_js.html
new file:   server/2016/sidebar.html
31 files changed:
2016/README.md [new file with mode: 0644]
2016/assets/css/bootstrap-theme.css [new file with mode: 0644]
2016/assets/css/bootstrap-theme.css.map [new file with mode: 0644]
2016/assets/css/bootstrap-theme.min.css [new file with mode: 0644]
2016/assets/css/bootstrap.css [new file with mode: 0644]
2016/assets/css/bootstrap.css.map [new file with mode: 0644]
2016/assets/css/bootstrap.min.css [new file with mode: 0644]
2016/assets/css/custom.css [new file with mode: 0644]
2016/assets/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
2016/assets/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
2016/assets/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
2016/assets/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
2016/assets/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
2016/assets/img/favicon.ico [new file with mode: 0644]
2016/assets/img/site_logo_alternate.png [new file with mode: 0644]
2016/assets/js/bootstrap-3.3.5.js [new file with mode: 0644]
2016/assets/js/bootstrap-3.3.5.min.js [new file with mode: 0644]
2016/assets/js/jquery-1.11.3.js [new file with mode: 0644]
2016/assets/js/jquery-1.11.3.min.js [new file with mode: 0644]
2016/assets/js/npm.js [new file with mode: 0644]
2016/assets/js/piwik.js [new file with mode: 0644]
2016/js-labels/index.html [new file with mode: 0644]
2016/program/index.html [new file with mode: 0755]
server/2016/banner.html [new file with mode: 0644]
server/2016/boilerplate.html [new file with mode: 0644]
server/2016/close.html [new file with mode: 0644]
server/2016/common_js.html [new file with mode: 0644]
server/2016/footer.html [new file with mode: 0644]
server/2016/header.html [new file with mode: 0755]
server/2016/program_js.html [new file with mode: 0644]
server/2016/sidebar.html [new file with mode: 0755]