diff --git a/src/deps/js/jquery.js b/src/deps/jquery/jquery.js similarity index 100% rename from src/deps/js/jquery.js rename to src/deps/jquery/jquery.js diff --git a/src/templates/_base.html b/src/templates/_base.html index 9f3dbc775..33bac1f82 100644 --- a/src/templates/_base.html +++ b/src/templates/_base.html @@ -37,8 +37,8 @@ {* We use Bootstrap CSS. *} - - + + {* IE support. *} @@ -46,7 +46,7 @@ {* This font is used for icons. *} - + {* Our stylesheet and scripts. *} @@ -124,8 +124,8 @@ {block body}{/block} - - + + diff --git a/src/www/css/bootstrap-responsive.css b/src/www/css/bootstrap-responsive.css new file mode 120000 index 000000000..09943e366 --- /dev/null +++ b/src/www/css/bootstrap-responsive.css @@ -0,0 +1 @@ +../../deps/bootstrap/css/bootstrap-responsive.min.css \ No newline at end of file diff --git a/src/www/css/bootstrap.css b/src/www/css/bootstrap.css new file mode 120000 index 000000000..93437d6f8 --- /dev/null +++ b/src/www/css/bootstrap.css @@ -0,0 +1 @@ +../../deps/bootstrap/css/bootstrap.min.css \ No newline at end of file diff --git a/src/www/css/font-awesome.css b/src/www/css/font-awesome.css new file mode 120000 index 000000000..61f1b2d66 --- /dev/null +++ b/src/www/css/font-awesome.css @@ -0,0 +1 @@ +../../deps/font-awesome/css/font-awesome.css \ No newline at end of file diff --git a/src/www/font/fontawesome-webfont.eot b/src/www/font/fontawesome-webfont.eot new file mode 120000 index 000000000..b6635feab --- /dev/null +++ b/src/www/font/fontawesome-webfont.eot @@ -0,0 +1 @@ +../../deps/font-awesome/font/fontawesome-webfont.eot \ No newline at end of file diff --git a/src/www/font/fontawesome-webfont.svg b/src/www/font/fontawesome-webfont.svg new file mode 120000 index 000000000..12d30d4fe --- /dev/null +++ b/src/www/font/fontawesome-webfont.svg @@ -0,0 +1 @@ +../../deps/font-awesome/font/fontawesome-webfont.svg \ No newline at end of file diff --git a/src/www/font/fontawesome-webfont.ttf b/src/www/font/fontawesome-webfont.ttf new file mode 120000 index 000000000..506042d14 --- /dev/null +++ b/src/www/font/fontawesome-webfont.ttf @@ -0,0 +1 @@ +../../deps/font-awesome/font/fontawesome-webfont.ttf \ No newline at end of file diff --git a/src/www/font/fontawesome-webfont.woff b/src/www/font/fontawesome-webfont.woff new file mode 120000 index 000000000..495ae599f --- /dev/null +++ b/src/www/font/fontawesome-webfont.woff @@ -0,0 +1 @@ +../../deps/font-awesome/font/fontawesome-webfont.woff \ No newline at end of file diff --git a/src/www/js/bootstrap.js b/src/www/js/bootstrap.js new file mode 120000 index 000000000..64195130b --- /dev/null +++ b/src/www/js/bootstrap.js @@ -0,0 +1 @@ +../../deps/bootstrap/js/bootstrap.min.js \ No newline at end of file diff --git a/src/www/js/jquery.js b/src/www/js/jquery.js new file mode 120000 index 000000000..7fa6b5b20 --- /dev/null +++ b/src/www/js/jquery.js @@ -0,0 +1 @@ +../../deps/jquery/jquery.js \ No newline at end of file