-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProducts.html
180 lines (174 loc) · 8.18 KB
/
Products.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<title>Count Your Eggs Inventory Management Products</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="count-your-eggs-stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="hero-image">
<div class="hero-text">
<picture>
<source media="(max-width: 767px)" srcset="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cye-title-img-mobile.png?raw=true">
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cye-title-img.png?raw=true" id="titlelogo" width="60%" alt="Count Your Eggs Inventory Management" >
</picture>
</div>
</div>
<nav class="navbar">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cye-initials.png?raw=true" id="navlogo" alt="Count Your Eggs" width="115px"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="Index.html">Home</a></li>
<li class="active"><a href="Products.html">Products</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Connect.html">Connect</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="login.html"><span class="glyphicon glyphicon-user"></span>Login/Register</a></li>
</ul>
</div>
</div>
</nav>
<div style= "background: linear-gradient( #ffffff, rgba(255,117,34,0.60))">
<h1 style="text-shadow: 5px 5px 10px grey;font-size: 60px; margin: 40px auto;">Pricing</h1>
<div class="container" style= "background: #ffffff">
<div class="row">
<div class="col-sm-4" style="outline: 1px solid #D0D0D0; padding-right:10%; padding-bottom: 20px">
<h3>Free</h3>
<h1>$0<small class="text-muted"> /month</small></h1>
<hr>
<p style="text-align: left; padding-left: 25px">
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
One User <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Inventory Management<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Recipe Management<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Training <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Free 24/7/365 support<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Free and easy product updates <br>
</p><br>
<button type="button" class="btn btn-success">Sign up for free</button>
<br><br>
</div>
<div class="col-sm-4" style="outline: 1px solid #D0D0D0; padding-bottom: 20px">
<h3>Pro</h3>
<h1>$30<small class="text-muted"> /month</small></h1>
<hr>
<p style="text-align: left; padding-left: 25px">
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Three Users<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Reporting/Analytics<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Menu Management<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Customer Relations Management (CRM) <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Staff Management <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Nutrition & Allergen Management<br>
</p><br>
<button type="button" class="btn btn-success">Get started</button>
<br><br>
</div>
<div class="col-sm-4" style="outline: 1px solid #D0D0D0; padding-bottom: 20px">
<h3>Enterprise</h3>
<h1>$75<small class="text-muted"> /month</small></h1>
<hr>
<p style="text-align: left; padding-left: 25px">
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Unlimited Users<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Point of Sale <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Tableside Ordering <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Payment Processing Integrations <br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Online Ordering<br>
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/cyecheck.png?raw=true" width="5%" alt="Check Icon">
Cloud Hybrid System<br>
</p><br>
<button type="button" class="btn btn-success">Contact Us</button>
<br><br>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<!--
<div class="odd-div clearfix">
<img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/productsimg.png?raw=true" alt="eggs" class="right-image" width="700px">
<div class="pagetext"><h5><a href="">Pricing</a></h5>
<p>CYE has been designed to meet the unique needs and specific demands of the restaurant industry.
<br>Restaurants buy Count Your Eggs Inventory Management because they want a management syetem
<br>that can help increase sales, improve back of the house management, and inform business decisions</p>
</div>
</div>
-->
</div>
</div>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<a href="https://www.facebook.com/Count-Your-Eggs-Inventory-Management-107284634211664/" target="_blank" class="fa fa-facebook"></a>
<a href="https://twitter.com/counteggs" target="_blank" class="fa fa-twitter"></a>
<a href="#" target="_blank" class="fa fa-youtube"></a>
<a href="#" target="_blank" class="fa fa-instagram"></a>
</div>
</div>
</div>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-md-offset-3">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
<div class="col-md-2" >
<ul>
<li><a href="about.html">About</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="col-md-2" >
<ul>
<li><a href="Connect.html">Connect</a></li>
<li><a href="tel:1-555-555-5555">Sales: (555) 555-55555</a></li>
<li><a href="tel:1-555-555-5555">Support: (555) 555-5555</a></li>
<li>555 Parham Rd.<br />Beverly Hills, CA 90210</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>