adds dash logo, styles header, sync with design

This commit is contained in:
hunterlester 2016-12-02 21:21:08 -08:00
parent 2a65924dff
commit 1b64cd2789
3 changed files with 38 additions and 5 deletions

View file

@ -10,7 +10,24 @@ textarea {
} }
i.fa {
font-size: 1.5em;
color: #999;
}
.header_title {
color: rgb(30, 115, 190);
font-weight: 600;
margin: 0;
}
.header_description {
margin: 1% 0% 5% 0%;
font-weight: 600;
}
.proposalBlock { .proposalBlock {
margin-top: 6%;
padding: 7%; padding: 7%;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16);
@ -40,6 +57,12 @@ textarea {
margin-top:1em; margin-top:1em;
} }
#lang_box {
width: 82px;
position: relative;
top: -4px;
}
#payment_amount { #payment_amount {
display: inline-block; display: inline-block;
width: 20%; width: 20%;

BIN
images/lang.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -8,6 +8,7 @@
<link rel="stylesheet" href="css/master.css"> <link rel="stylesheet" href="css/master.css">
<script src="https://code.jquery.com/jquery-3.1.0.js" integrity="sha256-slogkvB1K3VOkzAI8QITxV3VzpOnkeNVsKvtkYLMjfk=" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.1.0.js" integrity="sha256-slogkvB1K3VOkzAI8QITxV3VzpOnkeNVsKvtkYLMjfk=" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/f0153b9f7b.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="bitcore-lib-dash.js"></script> <script src="bitcore-lib-dash.js"></script>
@ -591,21 +592,30 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row" id="header"> <div class="row" id="header">
<div class="col-xs-12"> <div class="col-sm-2">
<h1>Dash Budget Proposal Generator</h1> <img src="images/dash_logo.png" alt="dash governance tools">
Generate budget proposal commands you can copy/paste into your Dash wallet to prepare a budget proposal and submit it to the network. </div>
<div class="col-sm-4">
<h2 class="header_title">Dash Budget Proposal Generator</h2>
<h5 class="header_description">Generate budget proposal commands you can copy/paste into your Dash wallet to prepare a budget proposal and submit it to the network.</h5>
</div>
<div class="col-sm-4 col-sm-offset-2 text-right">
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-facebook" aria-hidden="true"></i>
<i class="fa fa-rss" aria-hidden="true"></i>
<img id="lang_box" src="images/lang.png" alt="english language">
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-6 col-xs-offset-3"> <div class="col-sm-5 col-sm-offset-2 col-xs-12 col-xs-offset-0">
<div class="proposalBlock createProposal"> <div class="proposalBlock createProposal">
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="row" id="createProposalHeader"> <div class="row" id="createProposalHeader">
<div class="col-xs-12"> <div class="col-xs-12">
<h1 class="removeMargin">Create a Proposal</h1> <h1 class="removeMargin">Create a Proposal</h1>
<h5>Enter details for your proposal and click 'Create Proposal'. This will generate a command you can run in your local wallet to prepare the proposal at a cost of 0.33 Dash</h5> <h5 class="header_description">Enter details for your proposal and click 'Create Proposal'. This will generate a command you can run in your local wallet to prepare the proposal at a cost of 0.33 Dash</h5>
</div> </div>
</div> </div>