summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEvan <38150833+beigebeats@users.noreply.github.com>2023-12-22 22:06:04 -0800
committerEvan <38150833+beigebeats@users.noreply.github.com>2023-12-22 22:06:04 -0800
commit16b4b1caec21f043993f41764b7f871a1bc1089a (patch)
treedc10ac23286c2da34962378b7e3332686d561651 /index.html
parent819abc102fa15bc1b487703b90fe537d33c5c202 (diff)
tips is now main display
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/index.html b/index.html
index 7ee498a..516a32c 100644
--- a/index.html
+++ b/index.html
@@ -3,17 +3,20 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>QR Code Menu</title>
- <link rel="stylesheet" href="styles.css">
+ <title>Leave a Tip</title>
+ <link rel="stylesheet" href="../styles.css">
</head>
<body>
- <div class="menu-container">
- <ul class="menu-wrapper">
- <li><a href="contact/contact.vcf" download>Contact</a></li>
- <li><a href="wip.html">Profile</a></li>
- <li><a href="wip.html">Services</a></li>
- <li><a href="tips/tips.html">Tips</a></li>
- </ul>
- </div>
+ <section class="landing-page">
+ <div class="menu-container">
+ <ul class="menu-wrapper">
+ <li><a href="https://cash.app/$evanacohencash" class="button">CashApp</a></li>
+ <li><a href="venmo://paycharge?audience=private&amount=25&note=Super%20Awesome%20Ski%20Instructor!&recipients=%2Cevanacohen&txn=pay" class="button">Venmo</a></li>
+ <li><a href="https://paypal.me/evanacohen?country.x=US&locale.x=en_US" class="button">PayPal</a></li>
+ </ul>
+ </div>
+ </section>
</body>
</html>
+
+