-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsandbox.html
56 lines (56 loc) · 1.99 KB
/
sandbox.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/sandbox.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid" style="margin: 0 0 2% 0">
<div class="media a">
<div class="img">
<img src="logos/P.png" class="media-object a">
</div>
<div class="media-body a">
<h3 class="media-heading a">Prestige</h3>
<table class="table">
<tr>
<td><span class="glyphicon glyphicon-road"></span>
</td>
<td><p>Al-Marad Street</p></td>
</tr>
<tr>
<td>
<span class="glyphicon glyphicon-phone-alt" alt="Contact"></span>
</td>
<td><p>+249913551079</p></td>
</tr>
<tr>
<td><span class="glyphicon glyphicon-star"></span>Stars:
</td>
<td><span class="glyphicon glyphicon-star a"></span>
<span class="glyphicon glyphicon-star a"></span>
<span class="glyphicon glyphicon-star a"></span>
<span class="glyphicon glyphicon-star a"></span>
<span class="glyphicon glyphicon-star-empty a"></span></td>
</tr>
<tr>
<td><span class="glyphicon glyphicon-scale"></span></td>
<td><p>N/A</p></td>
</tr>
<tr>
<td> <span class="glyphicon glyphicon-usd"></span></td>
<td><p>1,400<b>SDG</b>/1hr</p></td>
</tr>
</table>
</div>
<div class="media-right a">
<button class="btn1 a" type="button" name="button">View</button>
</div>
</div>
</div>
</body>
</html>