Updated index & header again.
This commit is contained in:
parent
012c60c2c7
commit
169fd67b85
2 changed files with 23 additions and 10 deletions
|
@ -26,7 +26,7 @@
|
||||||
<a href="{{ site.baseurl }}/index.html#" class="brand">Qasim</a>
|
<a href="{{ site.baseurl }}/index.html#" class="brand">Qasim</a>
|
||||||
<div class="nav-collapse collapse" style="height: 0px;">
|
<div class="nav-collapse collapse" style="height: 0px;">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li class="active"><a href="#about">About</a></li>
|
<li><a href="#about">About</a></li>
|
||||||
<li><a href="{{ site.baseurl }}/index.html#getting">Getting Qasim</a></li>
|
<li><a href="{{ site.baseurl }}/index.html#getting">Getting Qasim</a></li>
|
||||||
<li><a href="{{ site.baseurl }}/index.html#usage">Usage</a></li>
|
<li><a href="{{ site.baseurl }}/index.html#usage">Usage</a></li>
|
||||||
<li><a href="{{ site.baseurl }}/index.html#techinfo">Technical Info</a></li>
|
<li><a href="{{ site.baseurl }}/index.html#techinfo">Technical Info</a></li>
|
||||||
|
|
31
index.html
31
index.html
|
@ -5,15 +5,28 @@ layout: nil
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="hero-unit">
|
<div class="hero-unit">
|
||||||
<h1>Qasim</h1>
|
<div class="row">
|
||||||
<p>
|
<div class="span5">
|
||||||
Qasim (القاسم) is the quick SSHFS mapper. <br/>
|
<h1>Qasim (القاسم)</h1>
|
||||||
It is a front-end to SSHFS, helping average users to access remote filesystems through <em>ssh</em>.
|
<h2>The quick SSHFS mapper</h2>
|
||||||
</p>
|
<p style="margin-top: 2em; margin-bottom: 2em;">
|
||||||
<p>
|
It is a front-end to SSHFS, helping average users to access remote filesystems through <em>ssh</em>.
|
||||||
<a class="btn btn-primary btn-large">Get Qasim »</a>
|
</p>
|
||||||
<a class="btn btn-large">Learn more »</a>
|
</div>
|
||||||
</p>
|
<div class="span5">
|
||||||
|
<p style="text-align: right;">
|
||||||
|
<img style="max-width: 80%;" src="img/qasim-0.1beta-pic002.png" />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="span5">
|
||||||
|
<p>
|
||||||
|
<a class="btn btn-primary btn-large">Get Qasim »</a>
|
||||||
|
<a class="btn btn-large">Learn more »</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
Loading…
Reference in a new issue