-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
74 lines (65 loc) · 3.33 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DealGator</title>
<!--Google Font-->
<link href="css/styles.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Lato:100,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!--Favicon-->
<link rel="shortcut icon" href="./images/favicon.ico"/>
</head>
<body>
<!--Navigation-->
<div id="nav">
<h1 class="title"> <a href="index.html">DealGator</a></h1>
<h1 class="signin"> <a href="signin.html">Sign In</a></h1>
<h1 class="about"> <a href="about.html">About Us</a></h1>
</div>
<!--FAQ Header-->
<div id="faq_head" >
<h1>Frequently Asked Questions</h1>
<div id="faq_head_text">
<h4>For most common problems this page can be used to help troubleshoot any problems you are having,
however if it is not resolved please feel free to contact us with any further inquiries.</h4>
</div>
</div>
<!--FAQ-->
<div id="faq">
<div id="faq_pan">
<h2> What exactly is DealGator?</h2>
<h3>Good question! DealGator is the answer to your deal aggregation needs. You want the best deals, and we want to find them for you. We scan the websites of your favorites stores and keep up to date prices on all the items you could ever want. We know you're busy, so we provided SMS and email notifications pushed right to you so you know exactly when a price drop occurs.</h3>
<h2>How do I sign up?</h2>
<h3>Easy! Visit our <a href="signup.html"><textcolor="#159F03">sign up</a></color> page and provided your basic info. You'll be chomping deals and saving cash in no time!</h3>
<h2>Do I have to sign up?</h2>
<h3>You do not have to sign up for an account, but we really encourage you to! This way you can sign up for email and SMS alerts pushed right to you on the items you care about. </h3>
<h2>What can I search for?</h2>
<h3>We would like for you to be able to search any item you would like. However, we currently only support searching electronics while we get the site up and running. You can search a particular item, like "Sony Vaio". or any category of electronics, like "laptops".</h3>
<h2>Will I be able to refine searches?</h2>
<h3>Our ultimate goal is for you to be able to refine certain aspects of any given item we have. Currently we only allow the specifying of stores as a refinement option, but new features will roll out soon!</h3>
<h2>Who makes DealGator?</h2>
<h3>Well the fine gentlemen from COP 4331 group 4 at the University of Central Florida. Check out our <a href="about.html">about us</a> page for more info. </h3>
</div>
</div>
<!--Footer-->
<div id="foot">
<div id="foot_text">
<h6><a href="index.html">DealGator</a></h6>
<ul>
<li><a href="about.html">About</a></li>
<li class="space">|</li>
<li><a href="faq.html">FAQ</a></li>
<li class="space">|</li>
<li><a class="active" href="contact.html">Contact</a></li>
</ul>
<p>© DealGator</p>
</div>
<div id="foot_chomped">
<img id="foot_gator" src="images/DealGator_green.png" alt="DealGator Logo">
<div id="foot_chompedNum">23,452</div>
<div id="foot_chompedText">Deals Chomped!</div>
</div>
</div>
</body>
</html>