Skip to content

Commit

Permalink
Change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
faheemzunjani committed Oct 19, 2018
1 parent a61e949 commit ad15869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions choice.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="js/materialize.min.js"></script>
</head>
<body class="grey darken-4">
<body class="blue-grey lighten-5">
<div class="container">
<div class="row" style="height: 20%"></div>
<div class="row">
<div class="col s4 offset-s4">
<img src="images/user.png" class="circle responsive-img">
</div>
<div class="col s8 offset-s2 center-align">
<h5 class="grey-text text-lighten-5">John Doe</h5>
<h5 class="grey-text text-darken-4">John Doe</h5>
</div>
</div>
<div class="row" style="height: 15%"></div>
<div class="row">
<div class="col s12 center-align">
<a class="waves-effect waves-light btn-small"><i class="material-icons left">add_circle_outline</i>Request</a>
<a class="waves-effect waves-light btn-small"><i class="material-icons right">done_outline</i>Accept</a>
<a class="waves-effect waves-light btn-small grey darken-4"><i class="material-icons left">add_circle_outline</i>Request</a>
<a class="waves-effect waves-light btn-small grey darken-4"><i class="material-icons right">done_outline</i>Accept</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ad15869

Please sign in to comment.