Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
Add blk reward images
change color to something brighter
  • Loading branch information
realcodywburns committed Sep 1, 2017
1 parent 3848f7c commit db2a45d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/1017.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html, body {margin:0;padding:0;height:100%;}

body {
background-color: rgba(44,62,80 , 0.6 );
background-color: rgba(53,107,0 , 0.2 );
background-position: center;
background-repeat: no-repeat;
font-family: 'Raleway', 'Arial', sans-serif;
Expand All @@ -19,10 +19,10 @@ font-family: 'Raleway', 'Arial', sans-serif;
}
.info-container {
position: relative;
top: 10%;
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
transform: translateY(10%);
top: 5%;
-webkit-transform: translateY(5%);
-moz-transform: translateY(5%);
transform: translateY(5%);
}
.foot-container {
position: relative;
Expand All @@ -45,7 +45,7 @@ position: relative;
width: 100%;
}
.clock-canvas {
background-color: rgba(255, 255, 255, .1);
background-color: rgba(255, 255, 255, .3);
border-radius: 50%;
height: 0px;
padding-bottom: 100%;
Expand Down
Binary file added img/era1.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 img/era2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ <h3> What is ECIP 1017?</h3>
<a href="https://www.etcdevteam.com/blog/articles/a-joint-statement-ecip1017.html">A JOINT STATEMENT ON ETHEREUM CLASSIC’S MONETARY POLICY</a>
</div>
</div>

<div class ="row text-center">
<h3 style = "text-align: left"> What is this means?</h3>
<hr>
<img class=" col-md-6 img-responsive" src= "./img/era1.png" />
<img class=" col-md-6 img-responsive" src= "./img/era2.png" />
</div>
<div class ="row">
<div class="col-md-6">
<hr>
Expand Down

0 comments on commit db2a45d

Please sign in to comment.