Use xltoolbox.png locally; change order.
This commit is contained in:
parent
51b361a1e3
commit
fc602c4afd
BIN
img/xltoolbox.png
Normal file
BIN
img/xltoolbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
46
index.html
46
index.html
@ -85,7 +85,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="pull-left" style="margin-right:1em;">
|
||||
<img src="http://xltoolbox.net/img/design/logo_small.png" alt="XL Toolbox">
|
||||
<img src="img/xltoolbox.png" alt="XL Toolbox">
|
||||
</div>
|
||||
<h4>
|
||||
<a href="http://www.xltoolbox.net">
|
||||
@ -102,6 +102,27 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">
|
||||
<h3>IP Indicator</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<h4>
|
||||
<a href="https://github.com/bovender/indicator-ip">
|
||||
github.com/bovender/indicator-ip
|
||||
</a>
|
||||
</h4>
|
||||
<p>
|
||||
<img class="img-responsive" src="https://github.com/bovender/indicator-ip/raw/master/src/IndicatorIp/images/screenshot.png" alt="indicator-ip screenshot">
|
||||
<span class="label label-primary">Python</span>
|
||||
Ubuntu Unity indicator that displays the current IP
|
||||
address(es) in the indicator bar.
|
||||
</p>
|
||||
<pre><code>sudo apt-add-repository ppa:bovender/bovender
|
||||
sudo apt-get update
|
||||
sudo apt-get install indicator-ip</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">
|
||||
<h3>LinkTitles</h3>
|
||||
@ -156,27 +177,6 @@ sudo apt-get update
|
||||
sudo apt-get install create-changelog</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">
|
||||
<h3>IP Indicator</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<h4>
|
||||
<a href="https://github.com/bovender/indicator-ip">
|
||||
github.com/bovender/indicator-ip
|
||||
</a>
|
||||
</h4>
|
||||
<p>
|
||||
<img class="img-responsive" src="https://github.com/bovender/indicator-ip/raw/master/src/IndicatorIp/images/screenshot.png" alt="indicator-ip screenshot">
|
||||
<span class="label label-primary">Python</span>
|
||||
Ubuntu Unity indicator that displays the current IP
|
||||
address(es) in the indicator bar.
|
||||
</p>
|
||||
<pre><code>sudo apt-add-repository ppa:bovender/bovender
|
||||
sudo apt-get update
|
||||
sudo apt-get install indicator-ip</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
See more over at my
|
||||
<a href="https://github.com/bovender">GitHub repository</a>
|
||||
@ -295,7 +295,7 @@ sudo apt-get install indicator-ip</code></pre>
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//bovender.de/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
||||
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Piwik Code -->
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
|
Loading…
Reference in New Issue
Block a user