Skip to content

Commit

Permalink
Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Jan 4, 2019
1 parent 19e58fe commit 6d1b4a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/css/landing-page.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/img/bg-masthead.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 15 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">

<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">

<!-- Custom styles for this template -->
<link href="css/landing-page.min.css" rel="stylesheet">
<link rel="icon" href="icon.png">


</head>

<body>
Expand All @@ -30,12 +32,19 @@
<header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row"><div class="col-xl-12 mx-auto"><img src="icon.png" class="img-responsive" style="max-height: 12rem;opacity:0.8;" title=""><div></div></div></div><div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-4" style="color: #0bf0e8 !important;opacity:0.9">shadowcloud</h1>
<h2 class="mb-4">shadowcloud creates isolated filesystem in your cloud, which provides transparent encryption and enhances your clouds with many additional features</h2>
</div>
<div class="row">
<div class="col-xl-10 mx-auto">
<h1 class="mb-4" style="opacity:0.9"><img src="icon.png" class="img-inline" style="max-height: 5rem;opacity:0.8;display:inline" title=""/>shadowcloud</h1>
</div>
</div>

<div class="row">
<div class="col-xl-7 mx-auto">
<h4 class="mb-4">shadowcloud creates isolated filesystem in your cloud, which provides transparent encryption and enhances your clouds with many additional features</h2>
</div>
</div>


<div class="row"><div class="col-xl-12 mx-auto"><a href="https://github.com/Karasiq/shadowcloud/releases"><button type="submit" style="min-width: 40%;" class="btn btn-lg btn-success">Download last release</button></a></div></div></div>
</header>

Expand Down

0 comments on commit 6d1b4a7

Please sign in to comment.