Skip to content

Commit

Permalink
ubah resolusi gamabar
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuh-wicaksono committed Aug 11, 2024
1 parent ebd211f commit 5adaab4
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 9 deletions.
Binary file removed foto_manakan/Ayampenyet.png
Binary file not shown.
Binary file added foto_manakan/Ayampenyet.webp
Binary file not shown.
Binary file removed foto_manakan/Ikan.png
Binary file not shown.
Binary file added foto_manakan/Ikan.webp
Binary file not shown.
Binary file removed foto_manakan/Rawon.png
Binary file not shown.
Binary file added foto_manakan/Rawon.webp
Binary file not shown.
Binary file removed foto_manakan/airputih.png
Binary file not shown.
Binary file added foto_manakan/airputih.webp
Binary file not shown.
Binary file removed foto_manakan/esjeruk.png
Binary file not shown.
Binary file added foto_manakan/esjeruk.webp
Binary file not shown.
Binary file removed foto_manakan/esteh.jpg
Binary file not shown.
Binary file added foto_manakan/esteh.webp
Binary file not shown.
Binary file removed foto_manakan/sopiga.png
Binary file not shown.
Binary file added foto_manakan/sopiga.webp
Binary file not shown.
Binary file removed foto_manakan/soto.jpg
Binary file not shown.
Binary file added foto_manakan/soto.webp
Binary file not shown.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1 class="text-2xl font-bold">POS Penjualan Warung Mbah Karmi</h1>
<!-- Navbar -->
<nav class="space-x-4">
<a href="index.html" class="hover:text-gray-200">Penjualan</a>
<a href="pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>-
<a href="transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
</nav>
</div>
Expand All @@ -31,56 +31,56 @@ <h2 class="text-xl font-bold mb-4">Daftar Produk</h2>
<div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-4" id="product-list">
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/Rawon.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/Rawon.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Rawon Daging</h3>
<p class="text-gray-600">Rp 20,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Rawon Daging', 20000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/Ayampenyet.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/Ayampenyet.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Ayam Penyet</h3>
<p class="text-gray-600">Rp 18,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Ayam Penyet', 18000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/soto.jpg" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/soto.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Soto Madiun</h3>
<p class="text-gray-600">Rp 12,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Soto Madiun', 12000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/sopiga.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/sopiga.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Sop Iga Sapi</h3>
<p class="text-gray-600">Rp 22,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Sop Iga Sapi', 22000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/Ikan.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/Ikan.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Ikan Gurame</h3>
<p class="text-gray-600">Rp 25,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Ikan Gurame', 25000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/airputih.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/airputih.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Air Putih Es</h3>
<p class="text-gray-600">Rp 3,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Air Putih Es', 3000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/esteh.jpg" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/esteh.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Es Teh Manis</h3>
<p class="text-gray-600">Rp 5,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Es Teh Manis', 5000)">Tambahkan</button>
</div>
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="foto_manakan/esjeruk.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/esjeruk.webp" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Es Jeruk Manis</h3>
<p class="text-gray-600">Rp 7,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Es Jeruk Manis', 7000)">Tambahkan</button>
Expand Down

0 comments on commit 5adaab4

Please sign in to comment.