Files
2023-09-24 12:40:31 -05:00

196 lines
7.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SeatStock</title>
<link rel="stylesheet" href="static/style.css">
<script src="static/script.js"></script>
<link rel="icon" type="image/png" href="static/favicon.png" sizes="32x32">
<link rel="icon" type="image/vnd.microsoft.icon" href="static/favicon.ico" sizes="16x16">
</head>
<body>
<!-- **** HEADER ******************** **** -->
<logo><a href="/">SeatStock</a></logo>
{% if session %}
<signinButton><a href="logout">({{ session.userinfo.name }}) Sign Out</a></signinButton>
{% else %}
<signinButton><a href="login">Sign In</a></signinButton>
{% endif %}
<faqButton><a href="FAQ.html">How it Works</a></faqButton>
<tixButton><a href="tickets">My Tickets</a></tixButton>
<!-- *************** BODY ******************** **** -->
<br><br>
<div class="how-it-works-title">
<b>How SeatStock Works:</b>
</div>
<div class="how-it-works-container">
<div class="how-it-works-buy">
<div class="how-it-works-titles">
<b>Buying:</b>
</div> <br>
<img src="static/icons/buyicon.png" class="icons">
<div class="how-it-works-bold"><br><b>Choose your Game</b></div>
<div class="how-it-works">
Log in with your school email
</div>
<br>
<img src="static/icons/tagicon.png" class="icons">
<div class="how-it-works-bold"><br><b>Find the right price</b></div>
<div class="how-it-works">
Pay with our SeatStock Guarantee
</div>
<br>
<img src="static/icons/circleicon.png" class="icons">
<div class="how-it-works-bold"><br><b>Accept the ticket transfer</b></div>
<div class="how-it-works">
If you did not recieve your ticket please contact us
</div>
</div>
<div class="how-it-works-sell">
<div class="how-it-works-titles">
<b>Sell:</b>
</div> <br>
<img src="static/icons/selecticon.png" class="icons">
<div class="how-it-works-bold"><br><b>List your ticket</b></div>
<div class="how-it-works">
Or instant sell your ticket
</div>
<br>
<img src="static/icons/sendicon.png" class="icons">
<div class="how-it-works-bold"><br><b>Send your ticket to the buyer</b></div>
<div class="how-it-works">
Through your school ticket portal
</div>
<br>
<img src="static/icons/recieveicon.png" class="icons">
<div class="how-it-works-bold"><br><b>Get paid</b></div>
<div class="how-it-works">
After the buyer confirms their ticket
</div>
</div>
</div>
<br><br><br><br>
<!--
<div class="how-it-works-title">
<b>Our Guarantee:</b>
</div>
<div class="guarantee-container">
<img src="icons/secureicon.png" class="guarantee-icons">
<div class="guarantee-titles">
<b>Secure</b>
</div>
<div class="guarantee-body">
No sketchy buyers or sellers, we
handle everything to make sure you
can buy and sell with confidence
</div>
</div>
-->
<div class="faq-header"><b>Frequently Asked Questions:</b></div>
<div class="faq-container">
<div class="faq-info">
<faqtitles><br><b>What is SeatStock?</b><br></faqtitles>
SeatStock is a marketplace designed for students to buy and sell tickets for various events. The platform is easy to use, secure, and convenient, making the ticket-buying process hassle-free and more transparent.
<faqtitles><br><br><b>How does SeatStock work?</b><br></faqtitles>
SeatStock works in a simple, user-friendly manner. First, you create an account using your valid .edu email address. Then, you can browse through available tickets for various events. If you're interested in a particular event, you can purchase the ticket directly through the app. If you have tickets to sell, you can list them on the marketplace for other students to buy.
<faqtitles><br><br><b>Is SeatStock safe to use?</b><br></faqtitles>
Absolutely! SeatStock prioritizes the safety and security of its users. We employ stringent verification processes for all ticket sellers and ensure that all transactions are safe and secure.
<faqtitles><br><br><b>What kind of events are listed on SeatStock?</b><br></faqtitles>
SeatStock features a wide array of events football tickets, basketball tickets, and many more. We strive to cater to a broad spectrum of interests to ensure there's something for everyone.
<faqtitles><br><br><b>What are the payment options available on Seat Stock?</b><br></faqtitles>
SeatStock accepts various payment methods including credit cards, debit cards, and secure online payment platforms. We aim to make the ticket-purchasing process as convenient as possible for our users.
<faqtitles><br><br><b>Can I sell my ticket if I can no longer attend an event?</b><br></faqtitles>
Yes, SeatStock is not just a platform for buying tickets but also selling. If for any reason you can't attend an event, you can sell your ticket on the app to other interested students.
<faqtitles><br><br><b>How do I list my tickets for sale on SeatStock?</b><br></faqtitles>
Listing your tickets for sale on SeatStock is easy. Simply log in to your account, click on the 'Sell Tickets' button, fill in the necessary details about the event, and set your price. Once your listing is live, other students can view and purchase your ticket.
<faqtitles><br><br><b>What happens if an event is cancelled?</b><br></faqtitles>
In the unfortunate event that an event is cancelled, SeatStock will facilitate a full refund for those who purchased tickets through the app. We value our users and strive to ensure a fair and hassle-free experience.
<faqtitles><br><br><b>Can I use SeatStock if I am not a student?</b><br></faqtitles>
SeatStock is exclusively designed for students. To create an account and use the platform, a valid .edu email address is required. This helps us maintain a secure and reliable marketplace tailored specifically for the student community.
<faqtitles><br><br><b>What if I have a question or issue while using SeatStock?</b><br></faqtitles>
Our dedicated customer service team is always ready to assist. If you have any questions or face any issues while using Seat Stock, you can reach out to us through the contact information provided in the app. We aim to provide a quick and satisfactory resolution to all queries and concerns.
</div>
</div>
<!-- **************** FOOTER******************** **** -->
<footer>
<p>&copy; 2023 SeatStock V. All rights reserved. </p>
</footer>
</html>