Skip to content
Snippets Groups Projects
Commit 3562c155 authored by Hidayatullah Wildan Ghaly Buchary's avatar Hidayatullah Wildan Ghaly Buchary
Browse files

feat: add dummy code to user profile

parent 542b27f9
Branches
Tags
No related merge requests found
<?php
include_once __DIR__."/../session.php";
echo "$2y$10\$K8myfCnDsol3w0zQ5vVq9OXf/Q/TclfBMUDMLl42o8pGZg6qdkfOG";
\ No newline at end of file
...@@ -46,6 +46,9 @@ if (!isset($_SESSION['username'])) { ...@@ -46,6 +46,9 @@ if (!isset($_SESSION['username'])) {
<h1 title="Username"> <h1 title="Username">
<?php include "../../../api/profile/get_username.php"?> <?php include "../../../api/profile/get_username.php"?>
</h1> </h1>
<h1 class="code" title="Code">
<?php include "../../../api/profile/get_code.php"?>
</h1>
</div> </div>
<div class="button"> <div class="button">
<button type="submit" class="btn" onclick="window.location.href='../edit-profile'">Edit</button> <button type="submit" class="btn" onclick="window.location.href='../edit-profile'">Edit</button>
......
...@@ -102,9 +102,14 @@ body { ...@@ -102,9 +102,14 @@ body {
font-size: 16px; font-size: 16px;
} }
.card .name .code {
font-size: 12px;
word-wrap: break-word;
}
.card .button { .card .button {
/* position: absolute; */ /* position: absolute; */
margin: 20px 0; margin: 60px 0 10px 0;
padding: 20px 40px; padding: 20px 40px;
width: 100%; width: 100%;
height: 60px; height: 60px;
......
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