Skip to content

Commit

Permalink
Finish choice.html
Browse files Browse the repository at this point in the history
  • Loading branch information
faheemzunjani committed Oct 19, 2018
1 parent 4ef1672 commit bbd54e2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions login.html → choice.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,21 @@
</head>
<body class="grey darken-4">
<div class="container">
<div class="row valign-wrapper">
<div class="col s2 offset-s5">
<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>
</div>
</div>
<div class="row" style="height: 15%"></div>
<div class="row">
<div class="col s10 offset-s1">
<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>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit bbd54e2

Please sign in to comment.