diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/cli.html | 9 | ||||
| -rw-r--r-- | templates/footer.html | 11 | ||||
| -rw-r--r-- | templates/header.html | 7 | ||||
| -rw-r--r-- | templates/navbar.html | 2 |
4 files changed, 14 insertions, 15 deletions
diff --git a/templates/cli.html b/templates/cli.html index df669fa..1a5d918 100644 --- a/templates/cli.html +++ b/templates/cli.html @@ -17,7 +17,7 @@ <h2>Download:</h2> <p>Download the precompiled binary from here: </p> <p><a href="https://bin.iamfabulous.de/imgup/" title="Downloads for binaries">bin.iamfabulous.de/imgup</a></p> - <p>Currently it is only for Linux x86_64 available.</p> + <p>Currently there are only binaries for Linux available.</p> </blockquote> <blockquote> @@ -25,10 +25,8 @@ <p>You can compile imgup from source. You need a working Golang installation already set up. Read <a href="http://golang.org/" title="Golang">here</a> more.</p> <p><code>cd $GOPATH <br> git clone https://git.iamfabulous.de/cgit.cgi/mandible <br> - cd mandible <br> - go get . # Get all dependencies.<br> - cd cli/imgup <br> - go build # Compile the build. + cd mandible/cli/imgup <br> + go build </code></p> <p>You are finished. Now you can start using imgup.</p> </blockquote> @@ -40,7 +38,6 @@ <p>File have to be the path to a valid image file. Url must start with 'http://' or 'https://'.</p> </blockquote> - <blockquote> <h2>Example Usage:</h2> <p><pre><code>$ imgup http://i.imgur.com/s9zxmYe.jpg diff --git a/templates/footer.html b/templates/footer.html index 1d1d9a8..a89c0aa 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -8,14 +8,15 @@ </div> </footer> -<script src='//code.jquery.com/jquery-1.11.2.min.js'></script> -<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script> +<script src='//code.jquery.com/jquery-1.11.2.min.js' defer></script> +<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js' defer></script> <!--script src='/static/js/jquery-1.11.2.min.js'></script> <script src='/static/js/bootstrap.min.js'></script--> -<script src='/static/js/material.min.js'></script> +<!--script src='/static/js/material.min.js'></script> <script src='/static/js/ripples.min.js'></script> <script src='/static/js/bootstrap.file-input.js'></script> -<script src='/static/js/functions.js'> -</script> +<script src='/static/js/functions.js'></script--> +<script src='/static/js/all.min.js' defer async></script> + <noscript><p><img src="//a.iamfabulous.de/piwik.php?idsite=12&rec=1" style="border:0;" alt="" /></p></noscript> </body> </html> diff --git a/templates/header.html b/templates/header.html index 8269f3d..9cab6c1 100644 --- a/templates/header.html +++ b/templates/header.html @@ -7,11 +7,12 @@ <meta name='viewport' content='width=device-width, initial-scale=1.0'> <title>{{.}}</title> <link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css'> - <link rel='stylesheet' type='text/css' href='/static/css/material-wfont.min.css'> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> + <!--link rel='stylesheet' type='text/css' href='/static/css/material-wfont.min.css'> <link rel='stylesheet' type='text/css' href='/static/css/material.min.css'> <link rel='stylesheet' type='text/css' href='/static/css/ripples.min.css'> - <link rel='stylesheet' type='text/css' href='/static/css/style.css'> - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> + <link rel='stylesheet' type='text/css' href='/static/css/style.css'--> + <link rel='stylesheet' type='text/css' href='/static/css/all.css'> <link rel='shortcut icon' type='image/png' href='/static/img/favicon.ico'> </head> <body> diff --git a/templates/navbar.html b/templates/navbar.html index 20e6fe1..7e80ff3 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -19,7 +19,7 @@ <a class="" href="//www.iamfabulous.de" title="More" data-target="#" data-toggle="dropdown"><i class="glyphicon glyphicon-user"></i> More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a class="" href="//www.iamfabulous.de" title="Follow my Blog"><span class="fa fa-pencil"></span> Follow my Blog </a></li> - <li><a class="" href="//git.iamfabulous.de/cgit.cgi/mandible" title="Source code"><span class="fa fa-code"></span> Source code</a></li> + <li><a class="" href="//git.iamfabulous.de/mandible" title="Source code"><span class="fa fa-code"></span> Source code</a></li> <li></li> </ul> </li> |
