Skip to content
Snippets Groups Projects
Commit 44be45dd authored by Fadhil Imam Kurnia's avatar Fadhil Imam Kurnia
Browse files

Change logo to match PR-OJEK

parent e487b22a
1 merge request!4Order
public/img/logo.jpg

21.6 KiB | W: | H:

public/img/logo.jpg

22.8 KiB | W: | H:

public/img/logo.jpg
public/img/logo.jpg
public/img/logo.jpg
public/img/logo.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -92,11 +92,16 @@ body { ...@@ -92,11 +92,16 @@ body {
.logo:after { .logo:after {
background-image: url('/img/logo.jpg'); background-image: url('/img/logo.jpg');
background-size: 210px 100px; background-size: 210px 40px;
display: inline-block; display: inline-block;
width: 210px; width: 210px;
height: 100px; height: 40px;
content: ""; content: "";
margin-bottom: 5px;
}
.user-action {
margin-top: 0px;
} }
.tab { .tab {
......
<html> <html>
<head> <head>
<title>DAGO-JEK | Profil</title> <title>DAGO-JEK | Order</title>
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href="/style.css">
</head> </head>
<body> <body>
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="row"> <div class="row">
<div class="col-3"><span class="logo"></span></div> <div class="col-3"><span class="logo"></span></div>
<div class="col-3 text-right"> <div class="col-3 text-right">
<p> <p class="user-action">
Hi, <b><?=$user->username?></b> !<br> Hi, <b><?=$user->username?></b> !<br>
<a href="/">Logout</a> <a href="/">Logout</a>
</p> </p>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="row"> <div class="row">
<div class="col-3"><span class="logo"></span></div> <div class="col-3"><span class="logo"></span></div>
<div class="col-3 text-right"> <div class="col-3 text-right">
<p> <p class="user-action">
Hi, <b><?=$user->username?></b> !<br> Hi, <b><?=$user->username?></b> !<br>
<a href="/">Logout</a> <a href="/">Logout</a>
</p> </p>
......
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