logo

androidroot.github.io

Adaptation/mirror of androidroot.{mobi,github.io}. Live at https://androidroot.hacktivis.me/
commit: 2b392851dc174bceef280c36399cf1d6b3ea431c
parent: 141432119872290ce112236265a5963b10d929fb
Author: Jens Andersen <jens.andersen@gmail.com>
Date:   Fri, 24 Jul 2015 11:18:29 +0000

Remove /static/ prefix

Diffstat:

M404.html10+++++-----
Rstatic/css/bootstrap.min.css -> css/bootstrap.min.css0
Rstatic/fonts/glyphicons-halflings-regular.eot -> fonts/glyphicons-halflings-regular.eot0
Rstatic/fonts/glyphicons-halflings-regular.svg -> fonts/glyphicons-halflings-regular.svg0
Rstatic/fonts/glyphicons-halflings-regular.ttf -> fonts/glyphicons-halflings-regular.ttf0
Rstatic/fonts/glyphicons-halflings-regular.woff -> fonts/glyphicons-halflings-regular.woff0
Rstatic/fonts/glyphicons-halflings-regular.woff2 -> fonts/glyphicons-halflings-regular.woff20
Mindex.html10+++++-----
Rstatic/js/bootstrap.js -> js/bootstrap.js0
Rstatic/js/bootstrap.min.js -> js/bootstrap.min.js0
Rstatic/js/html5shiv.min.js -> js/html5shiv.min.js0
Rstatic/js/jquery-1.11.3.js -> js/jquery-1.11.3.js0
Rstatic/js/jquery-1.11.3.min.js -> js/jquery-1.11.3.min.js0
Rstatic/js/respond.min.js -> js/respond.min.js0
Mpages/about-us/index.html10+++++-----
Mpages/asustransformer-root-cwm-recovery/index.html10+++++-----
Mpages/donations/index.html10+++++-----
Mpages/guides/tegra3-guide-nvflash-jellybean/index.html10+++++-----
Mpages/guides/tegra3-guide-nvflash/index.html10+++++-----
Mpages/the-inner-workings-of-secure-boot-key-and-nvflash/index.html10+++++-----
20 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/404.html b/404.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - 404 Page not found!</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -70,8 +70,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/static/css/bootstrap.min.css b/css/bootstrap.min.css diff --git a/static/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot Binary files differ. diff --git a/static/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg diff --git a/static/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf Binary files differ. diff --git a/static/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff Binary files differ. diff --git a/static/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 Binary files differ. diff --git a/index.html b/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - Welcome to AndroidRoot.Mobi</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -70,8 +70,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/static/js/bootstrap.js b/js/bootstrap.js diff --git a/static/js/bootstrap.min.js b/js/bootstrap.min.js diff --git a/static/js/html5shiv.min.js b/js/html5shiv.min.js diff --git a/static/js/jquery-1.11.3.js b/js/jquery-1.11.3.js diff --git a/static/js/jquery-1.11.3.min.js b/js/jquery-1.11.3.min.js diff --git a/static/js/respond.min.js b/js/respond.min.js diff --git a/pages/about-us/index.html b/pages/about-us/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - About Us</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -77,8 +77,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/pages/asustransformer-root-cwm-recovery/index.html b/pages/asustransformer-root-cwm-recovery/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - Asus Transformer Root + CWM recovery</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -195,8 +195,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/pages/donations/index.html b/pages/donations/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - Donations</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -73,8 +73,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/pages/guides/tegra3-guide-nvflash-jellybean/index.html b/pages/guides/tegra3-guide-nvflash-jellybean/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -155,8 +155,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/pages/guides/tegra3-guide-nvflash/index.html b/pages/guides/tegra3-guide-nvflash/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - Tegra3 Guide: nvflash </title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -217,8 +217,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file diff --git a/pages/the-inner-workings-of-secure-boot-key-and-nvflash/index.html b/pages/the-inner-workings-of-secure-boot-key-and-nvflash/index.html @@ -9,13 +9,13 @@ <title>AndroidRoot.Mobi - The inner workings of Secure Boot key and Nvflash</title> <!-- Bootstrap --> - <link href="/static/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> - <script src="/static/js/respond.min.js"></script> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> <![endif]--> </head> <body> @@ -113,8 +113,8 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -<script src="/static/js/jquery-1.11.3.js"></script> +<script src="/js/jquery-1.11.3.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> -<script src="/static/js/bootstrap.min.js"></script> +<script src="/js/bootstrap.min.js"></script> </body> </html> \ No newline at end of file