summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>
+
+