Skip to content

Commit

Permalink
Made icons and headers in the installation instructions section more …
Browse files Browse the repository at this point in the history
…consistent; edited OSX logo to be shorter and added a homebrew logo
  • Loading branch information
aldeka committed Apr 10, 2013
1 parent 430650a commit 237c219
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions assets/css/style.css
Expand Up @@ -11,8 +11,13 @@ section {
padding-bottom: 5%;
}

#getting h3 {
height: 62px;
}

.logo {
padding: 8px;
max-height: 50px;
}

.prelike {
Expand Down
Binary file added homebrew2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions index.html
Expand Up @@ -238,13 +238,13 @@ <h3 class="callout"><a href="http://www.freebsd.org"><img class="logo" src="free

<div class="row">
<div class="span4" style="vertical-align: top;">
<h3 class="callout"><a href="http://www.netbsd.org"><img class="logo" src="NetBSD-smaller-tb.png" width="50" height="50" alt=""></a>NetBSD <small>(pkgsrc)</small></h3>
<h3 class="callout"><a href="http://www.netbsd.org"><img class="logo" src="NetBSD-smaller-tb.png" alt=""></a>NetBSD <small>(pkgsrc)</small></h3>
<pre># cd net/mosh; make install clean</pre>
<br />
</div>

<div class="span4" style="vertical-align: top;">
<h3 class="callout"><a href="http://www.android.com/"><img class="logo" src="Android_Robot_100.png" width="50" height="50" alt=""></a>Android <small>(experimental port)</small></h3>
<h3 class="callout"><a href="http://www.android.com/"><img class="logo" src="Android_Robot_100.png" alt=""></a>Android <small>(experimental port)</small></h3>
<div class="prelike">Install the <a href="http://dan.drown.org/android/mosh/">port by Daniel Drown</a>, built on Irssi ConnectBot.</div>
<br />
</div>
Expand All @@ -264,7 +264,7 @@ <h3 class="callout"><a href="http://www.apple.com"><img class="logo" src="macosx
</div>

<div class="span4" style="vertical-align: top;">
<h3 class="callout"><a href="http://mxcl.github.com/homebrew/">Homebrew </a> <small>OS X 10.5 or later</small></h3>
<h3 class="callout"><a href="http://mxcl.github.com/homebrew/"><img class="logo" src="homebrew2.png" alt=""></a>Homebrew <small>OS X 10.5 or later</small></h3>
<pre>$ brew install mobile-shell</pre>
<br />
</div>
Expand Down Expand Up @@ -326,9 +326,9 @@ <h3 class="callout">Security on new operating systems</h3><br>
</p>
</div>
</div>
</section>
</section>

<section id="usage">
<section id="usage">
<div class="page-header">
<h1>Usage</h1>
</div>
Expand Down Expand Up @@ -417,9 +417,9 @@ <h3 class="callout">Manual</h3>
the <code>mosh(1)</code>, <code>mosh-client(1)</code>,
and <code>mosh-server(1)</code> manual pages.</p>

</section>
</section>

<section id="techinfo">
<section id="techinfo">
<div class="page-header">
<h1>Technical Info</h1>
</div>
Expand Down
Binary file modified macosx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 237c219

Please sign in to comment.