-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSearchReceiver.html
144 lines (118 loc) · 6.03 KB
/
SearchReceiver.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="asset/fontawesome-free/css/fontawesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Search Receiver</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar shadow p-3 mb-4 bg-white">
<div class="container">
<a class="navbar-brand" style="color: #6379F4">Zwallet</a>
<form class="form-inline">
<img class="mr-3" src="asset/picture/robert.svg">
<p class="pt-1"><b>Robert Chandler</b><br>
<small>+62 8139 3877 7946 </small></p>
<img class="ml-4" src="asset/icons/bell.svg">
</form>
</div>
</nav>
<div class="container">
<div class="row justify-content-center">
<div class="col1 col-md-2 mt-1 shadow p-3 mb-1 bg-white" style="background-color: #FFFFFF;">
<p><a class="dashboard mt-4" href="Home.html"><img class="mr-3" src="asset/icons/grid.png">Dashboard</a>
</p>
<p class="mt-5"> <a class="transferr" href="SearchReceiver.html"><img class="mr-3"
src="asset/icons/arrow-upblue.png">Transfer</a></p>
<p class="mt-5"><img class="mr-3" src="asset/icons/plus.png">Top Up</p>
<p class="mt-5 mb-5"><img class="mr-3" src="asset/icons/user.png">Profile</p>
<p><a class="logout mt-5 mb-5" href="Login.html"><img class="mr-3"
src="asset/icons/log-out.png">Logout</a></p>
</div>
<div class="col2 col-md-9 mt-1 ml-3 shadow p-3 mb-1 bg-white">
<div class="col">
<h6>Search Receiver</h6>
<!-- Search form -->
<form class="form-inline">
<!-- <i class="fas fa-search" aria-hidden="true"></i> -->
<input class="form-control form-control-sm w-100" type="text" placeholder="Search"
aria-label="Search">
</form>
<!-- samuel -->
<div class="row shadow-sm p-4 mb-4 bg-white ">
<form class="form-inline mt-3 ml-3">
<img class="mr-3" src="asset/container/samuel2.png">
<p class=" pt-1"><a class="samuel" href="InputAmountBlank.html"><b>Samuel Sushi</b></a><br>
<small class="text-muted">+62 813-8492-9994</small></p><br>
</form>
</div>
</div>
<!-- netflix -->
<div class="col mt-3 ">
<div class="row shadow-sm p-4 mb-4 bg-white">
<form class="form-inline mt-3 ml-3">
<img class="mr-3 " src="asset/container/momo.png">
<p class="pt-1"><b>Momo Taro</b><br>
<small class="text-muted">+62 812-4343-6731</small></p><br>
</form>
</div>
</div>
<!-- christine -->
<div class="col mt-3">
<div class="row shadow-sm p-4 mb-4 bg-white">
<form class="form-inline mt-3 ml-3">
<img class="mr-3 " src="asset/container/jes.png">
<p class="pt-1"><b>Jessica Keen</b><br>
<small class="text-muted">+62 811-3452-5252</small></p><br>
</form>
</div>
</div>
<!-- adobe -->
<div class="col mt-3">
<div class="row shadow-sm p-4 mb-4 bg-white">
<form class="form-inline mt-3 ml-3">
<img class="mr-3 " src="asset/container/mic.png">
<p class="pt-1"><b>Michael Le</b><br>
<small class="text-muted">+62 810-4224-4613</small></p><br>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="text-white fix-bottom">
<div class="container-fluid mt-4" style="background-color: #6379F4">
<!-- pt 3 yaitu dikasi padding top 3 agar tidak teralu menempel huru dengan batasnya -->
<div class="row pt-2">
<div class="col-md-6">
<p><small class="ml-5">2020 Zwallet. All right reserved.</small></p>
</div>
<div class="col-md-6">
<p><small class="mr-5">+62 5637 8882 9901</small><small class="ml-5">contact@zwallet.com</small></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
</body>
</html>