working docker
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
export type oilprice = {
|
||||
ok: boolean
|
||||
price: string;
|
||||
price_for_employee: string;
|
||||
}
|
||||
|
||||
export type company = {
|
||||
|
||||
@@ -23,7 +23,9 @@
|
||||
.then((result) => (oil_price_data = result));
|
||||
|
||||
if (oil_price_data["ok"] == true) {
|
||||
price_of_oil = oil_price_data["price"];
|
||||
console.log("here")
|
||||
price_of_oil = oil_price_data["price_for_employee"];
|
||||
|
||||
}
|
||||
});
|
||||
onMount(async () => {
|
||||
@@ -56,7 +58,7 @@
|
||||
class="normal-case text-8xl text-white bg-primary"
|
||||
href="/"
|
||||
>
|
||||
Good
|
||||
Auburn
|
||||
</a>
|
||||
<a
|
||||
class="normal-case text-8xl text-primary"
|
||||
@@ -111,7 +113,7 @@
|
||||
<li><a class="text-2xl py-2 hover:bg-base-100" href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a class="btn btn-ghost text-xl">GoodOil</a>
|
||||
<a href="/" class="btn btn-ghost text-xl">AuburnOil</a>
|
||||
</div>
|
||||
<div class="navbar-center hidden lg:flex text-white">
|
||||
<ul class="menu menu-horizontal px-1 text-xl">
|
||||
@@ -134,7 +136,7 @@
|
||||
class="col-span-12 md:col-span-4 text-center text-white text-bold text-6xl"
|
||||
>
|
||||
<div class="flex justify-center pt-5">
|
||||
<div class=" text-white px-1">Good</div>
|
||||
<div class=" text-white px-1">Auburn</div>
|
||||
<div class=" text-white px-1">Oil</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<div class="grid grid-cols-12 gap-5 px-5 text-center mt-10">
|
||||
<div class="col-span-12 font-bold text-4xl text-blue-400 mx-auto">
|
||||
Why call good oil?
|
||||
Why call Auburn Oil?
|
||||
</div>
|
||||
<div class="col-span-12 lg:col-span-2"></div>
|
||||
<div class="col-span-12 lg:col-span-3 bg-base-100 p-10">
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
Business Hours Summer
|
||||
</div>
|
||||
<div class="font-bold text-xl bg-primary text-white h-2 mb-2"></div>
|
||||
<div class="text-xl">8:00 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Monday: 8:00 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Tuesday: 8:30 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Wednesday: 8:30 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Thursday: 8:00 a.m. – 5:00 p.m.</div>
|
||||
@@ -75,7 +75,7 @@
|
||||
Business Hours Winter
|
||||
</div>
|
||||
<div class="font-bold text-xl bg-primary text-white h-2 mb-2"></div>
|
||||
<div class="text-xl">8:00 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Monday: 8:00 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Tuesday: 8:30 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Wednesday: 8:30 a.m. – 5:00 p.m.</div>
|
||||
<div class="text-xl">Thursday: 8:00 a.m. – 5:00 p.m.</div>
|
||||
|
||||
Reference in New Issue
Block a user