diff options
| -rw-r--r-- | css/screen.css | 5 | ||||
| -rw-r--r-- | index.html | 17 |
2 files changed, 10 insertions, 12 deletions
diff --git a/css/screen.css b/css/screen.css index e4b966cc7..0285d47a8 100644 --- a/css/screen.css +++ b/css/screen.css @@ -123,8 +123,8 @@ pre code { padding: 0 0 1em; } -#informations div.button { - /*border-bottom: none;*/ +.button { + text-align: center; } #informations .button a { @@ -145,7 +145,6 @@ pre code { #informations .button-large { padding: 2em 0 1em; - text-align: center; font-size: 120%; } diff --git a/index.html b/index.html index c47cc8629..8f8599aae 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> - <title>Homebrew - The missing package manager for OS X</title> + <title>Homebrew — MacPorts driving you to drink? Try Homebrew!</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="dc.creator" content="Rémi Prévost - http://remiprevost.com" /> @@ -21,7 +21,7 @@ <li> <div class="group row"> <div class="col-1"> - <p>Homebrew is the easiest way to install the UNIX tools Apple didn't include with OS X.</p> + <p>Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X.</p> </div> <div class="col-2"> <pre><code><span style="color: #e3d796;">$</span> brew install wget</code></pre> @@ -49,10 +49,10 @@ bin/wget -> ../Cellar/wget/1.12/bin/wget</code></pre> <li> <div class="group row"> <div class="col-1"> - <p>Homebrew is self contained and unintrusive. </p> - <p class="button"><a href="http://wiki.github.com/mxcl/homebrew/installation">Install Homebrew Today!</a></p> + <p>Homebrew is self-contained and unintrusive. </p> </div> <div class="col-2"> + <p class="button"><a href="http://wiki.github.com/mxcl/homebrew/installation">Install Homebrew Today!</a></p> </div> </div> </li> @@ -60,10 +60,9 @@ bin/wget -> ../Cellar/wget/1.12/bin/wget</code></pre> <div class="group row"> <div class="col-1"> <p>Create your own Homebrew packages in seconds.</p> - <p class="button"><a href="http://wiki.github.com/mxcl/homebrew/formula-cookbook">Incredible Brewing Guide Here!</a></p> </div> <div class="col-2"> - <pre><code><span style="color: #e3d796;">$</span> brew create http://example.com/foo-0.1.tar.gz + <pre><code><span style="color: #e3d796;">$</span> brew create http://foo.com/bar-1.0.tgz Created /usr/local/Library/Formula/foo.rb</code></pre> </div> </div> @@ -74,7 +73,7 @@ Created /usr/local/Library/Formula/foo.rb</code></pre> <p>Homebrew has a Git foundation, so enjoy version control on your brewing customizations and easily merge upstream updates. </p> </div> <div class="col-2"> - <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens the formula in TextMate!</span></code></pre> + <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in TextMate!</span></code></pre> </div> </div> </li> @@ -102,13 +101,13 @@ Created /usr/local/Library/Formula/foo.rb</code></pre> <li> <div class="group row"> <div class="col-1"> - <p>Homebrew compliments OS X. Install your gems with gem, and their dependencies with brew. </p> + <p>Homebrew compliments OS X. Install your gems with gem, and their dependencies with brew.</p> </div> </div> </li> <li> <div class="row group button button-large"> - <p><a href="http://wiki.github.com/mxcl/homebrew">Vastly More Information Here!</a></p> + <p><a href="http://wiki.github.com/mxcl/homebrew">Please! Oh please teach me more!</a></p> </div> </li> <li> |
