Skip to content
Snippets Groups Projects
Commit 77c56161 authored by Ilham Firdausi Putra's avatar Ilham Firdausi Putra
Browse files

add qrcode to profile

parent 59d41281
Branches
No related merge requests found
...@@ -43,9 +43,17 @@ ...@@ -43,9 +43,17 @@
<div class ="profile-row"> <div class ="profile-row">
<div class ="profile-icon"><img src="../../public/images/bank.png"></div> <div class ="profile-icon"><img src="../../public/images/bank.png"></div>
<div class ="profile-label">Bank account</div> <div class ="profile-label">Bank account</div>
<div class ="profile-value"><?php echo $data['no_kartu']?></div> <div class ="profile-value"><?php echo $data['no_kartu']?></div>
<input id="no-kartu" type="button" value="<?php echo $data['no_kartu']?>" hidden/>
</div>
<div class="qr-code">
<p>QR code</p>
<img id="qr-img" src="">
</div> </div>
</div> </div>
</div> </div>
<script src="../../public/js/profile.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment