Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Downloads page and Ombre logo #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,12 @@ body {
padding-left: 20px;
}




/*
#flex-header{
display: flex;
flex-direction: row;
flex-flow: column wrap flex-grow
};
*/

/**/
156 changes: 156 additions & 0 deletions downloads.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ombre - digital secure and private currency</title>
<meta charset="utf-8" />
<link rel="icon" href="images/ombre.png">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/font-awesome/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120854171-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120854171-2');
</script>
<style type="text/css">
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em
}
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
</style>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<table id="header-table-parts"><tr>
<td width="20%" align="center"><img src="images/omb.png" style="/*background-color:#D5D593;*/border-radius: 50%;width:60%;height:60%;" /></td>
<td width="60%">
<!-- Logo -->
<div id="logo">
<h1><a href="downloads.html">Downloads and Use</a></h1>
<p>How to download and use Ombre in different platform</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://t.me/joinchat/GS1FBBHCq6u-LdMIUoCjOw">Join Telegram</a></li>
<li class="current"><a href="downloads.html">Downloads</a></li>
<li><a href="https://explorer.ombre.io">Block explorer</a></li>
</ul>
</nav>
</td>
<td width="20%"></td>
</tr></table>
</section>
<!-- Main -->
<section id="main" class="wrapper style2">
<div class="container">
<!-- Features -->
<section id="features">
<div class="feature-list">
<div class="row">
<div class="col-6 col-12-medium">
<section>
<h3 class="icon fa-linux">Linux CLI</h3>
<p><a href="https://github.com/ombre-projects/ombre/releases/download/1.4.2.1/ombre-1.4.2.1-linux-x64.tgz">Current version 1.4.2.1</a></p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon fa-linux">Linux GUI</h3>
<p><a href="https://github.com/ombre-projects/OmbreGUIWallet/releases/download/1.4.2.1/ombre-wallet-linux-1.4.2.1.tgz">Current version 1.4.2.1</a></p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon fa-windows">Windows CLI</h3>
<p><a href="https://github.com/ombre-projects/ombre/releases/download/1.4.2.1/ombre-1.4.2.1-windows.zip">Current version 1.4.2.1</a></p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon fa-windows">Windows GUI</h3>
<p><a href="https://github.com/ombre-projects/OmbreGUIWallet/releases/download/1.4.2.1/ombre-wallet-windows-1.4.2.1.zip">Current version</a></p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon fa-archive">Source code CLI</h3>
<p><a href="https://github.com/ombre-projects/ombre/archive/1.4.2.1.tar.gz">tar.gz</a></p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon fa-archive">Source code GUI</h3>
<p><a href="https://github.com/ombre-projects/OmbreGUIWallet/archive/1.4.2.1.tar.gz">tar.gz</a></p>
</section>
</div>
</div>
</div>
</section>
</div>
</section>
<div style="width:80%;margin:0 auto;margin-bottom:80px;padding:10px; border:1px solid; box-shadow: 5px 10px;">
<h1 style="background-color:grey;color:yellow;margin:0 auto;text-align:center;box-shadow: 3px 6px black;">How to run in CLI</h1>
<ol>
<li>Extract the downloaded file</li>
<li>Open Terminal</li>
<li>Run ombred</li>
<pre class="code sh literal-block">
.<span class="literal string escape">\</span>ombred
</pre>
<li>Wait till blockchain synchronized</li>
<li>Run ombre-wallet-cli</li>
<pre class="code sh literal-block">
.<span class="literal string escape">\</span>ombre-wallet-cli
</pre>
<li>Create wallet for the first time</li>
<li>Set a password for your wallet</li>
</ol>
</div>
<div style="width:80%;margin:0 auto; margin-bottom:80px;padding:10px;border:1px solid; box-shadow: 5px 10px;">
<h1 style="background-color:grey;color:yellow;margin:0 auto;text-align:center;box-shadow: 3px 6px black;">How to run GUI</h1>
<ol>
<li>Extract the downloaded file</li>
</ol>
</div>
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">Interested ? </div>
<div class="container">
<header class="style1">
<h2>How to contact us</h2>
<p>
We are a small project and the best way to reach us is via telegram: <br> <a href="https://t.me/joinchat/GS1FBBHCq6u-LdMIUoCjOw">https://t.me/joinchat/GS1FBBHCq6u-LdMIUoCjOw</a>
</p>
</header>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
Binary file added images/omb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ombre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading