Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/faheemzunjani/PoolPal
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdengla1996 committed Oct 19, 2018
2 parents ebfeb0b + bbd54e2 commit edba65d
Show file tree
Hide file tree
Showing 9 changed files with 21,517 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014-2018 Materialize

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
34 changes: 34 additions & 0 deletions choice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>

<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="js/materialize.min.js"></script>
</head>
<body class="grey darken-4">
<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>
</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>
</html>
Loading

0 comments on commit edba65d

Please sign in to comment.