From 60f068452a9ba13c7252b79a9df862b169877835 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 4 Nov 2017 13:42:58 +0530 Subject: [PATCH] Update website --- index.html | 60 +++++++++++++++++++++++++++++++++++++----------------------- style.css | 31 ++++++++++++++++++------------- 2 files changed, 55 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index 5fae0fe..dd584f7 100644 --- a/index.html +++ b/index.html @@ -39,10 +39,15 @@

up

+ up + +

+ Quickly deploy code from anywhere using + up +


Current version: up v.0.1.5 (Pre-Alpha) @@ -51,29 +56,30 @@

Notes: up has landed in pre-alpha! - 🎉 Changelog will be added from + 🎉 Changelog will be added from up v.0.2.0 (Alpha/MVP)
⚠️ - + up is still not ready for use yet! Do not attempt to use this in development or production until alpha!

- - up - is a command line application that creates nginx server blocks quickly with a single command.

+ up is a server-client system that enables you to quickly deploy sites. It consists of the + up-serve on the server and the + up-cli on the client. + up-cli is not yet in development, but + up-serve is almost ready. Star the project on + Github! +

- Installation

+ Installation

As of now, - up only supports Debian and Ubuntu based distros. Support for more distros will come soon. Add an issue to bump - this process.

+ up only supports Debian and Ubuntu based distros. Support for more distros will come soon. Add an issue to bump this process.

You will need to have node JS @@ -92,7 +98,7 @@

Commands

@@ -106,7 +112,7 @@ up kill <domain> - Kill the server for this domain.

Examples

@@ -119,7 +125,7 @@

Contributors, Collaborators, and Guides

@@ -132,16 +138,24 @@

And the following people for their moral support and listening to my constant bickering: David (The Humanoid), Иброхеем, Simon 'SitiSchu' Schürrle.

+

+
+ + + +

-
- You signed in with another tab or window. @@ -171,7 +185,7 @@ diff --git a/style.css b/style.css index b4d90da..07729f4 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,3 @@ -.octicon { - display: inline-block; - vertical-align: text-top; - fill: currentColor -} - html { font-family: sans-serif; -ms-text-size-adjust: 100%; @@ -13,13 +7,19 @@ html { body { background: #000; color: #fff; - margin: auto 8% 15%; + margin: auto 8%; word-wrap: break-word; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; line-height: 1.5; } +.octicon { + display: inline-block; + vertical-align: text-top; + fill: currentColor +} + article { display: block } @@ -233,10 +233,6 @@ code { margin-top: 0 !important } -.markdown-body>*:last-child { - margin-bottom: 0 !important -} - .markdown-body .anchor { float: left; padding-right: 4px; @@ -438,9 +434,18 @@ g-emoji { article { max-width: 600px; margin: 3% auto; - padding-top: 5%; } -.gh-icons { +.gh-icon { + margin-top: 20vh !important; + margin-bottom: 20vh !important; text-align: center; +} + +.gh-icon a { + color: #AAA; +} + +.gh-icon a:hover { + color: #FFF; } \ No newline at end of file