Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idk what im doing #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 3 additions & 29 deletions ibuy/src/routes/prices/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
<script lang="ts">
import ClipboardIcon from "$lib/ClipboardIcon.svelte";
const arr = [
{
priceUsed: 50,
name: "iPhone 11",
priceNew: 100,
},
{
priceUsed: 100,
name: "iPhone 12",
priceNew: 150,
},
{
priceUsed: 130,
name: "iPhone 13",
priceNew: 225,
},
{
priceUsed: 140,
name: "iPhone 14",
priceNew: 300,
},
{
priceUsed: 200,
name: "iPhone 15",
priceNew: 400,
},
];
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer>

function callEd() {
window.location.href = 'tel:404-276-3869';
Expand All @@ -39,6 +11,8 @@
}
</script>

<div class="elfsight-app-fc6d0528-ff42-4d35-8124-aea382ad0f94" data-elfsight-app-lazy></div>

<h1 class="h1 p-4">Device Prices</h1>
<!-- Responsive Container (recommended) -->
<div class="table-container p-4">
Expand Down