-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (206 loc) · 9.6 KB
/
index.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Salmon Cookies</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="css/main-side.css">
<link rel="stylesheet" href="css/tab.css">
<link rel="stylesheet" href="css/image.css">
<link rel="stylesheet" href="css/tabs.css">
<link rel="icon" href="img/salmon.ico">
</head>
<body>
<header>
<div class="header clearfix" >
<a href="index.html"><img id="logo" src="img/salmon.png" alt="A Salmon."></a>
<p id="title">This is a page about cookies and a salmon.</p>
</div>
<button class="tablink" id="tab1" onclick="openPage('1', this, 'rgba(11,22,33,0.9)')">Home</button>
<button class="tablink" id="tab2" onclick="openPage('2', this, 'rgba(11,22,33,0.9)')">Calculate some estimates!</button>
<button class="tablink" id="tab3" onclick="openPage('3', this, 'rgba(11,22,33,0.9)')">Contact</button>
</header>
<main>
<!-------------------- Home Tab -------------------->
<div id="1" class="tabcontent">
<h1>Let's get started!</h1>
<div class="containerbg">
<img src="img/family.jpg" alt="family" class="bg">
<div class="centered">
<p>Welcome to Chinook Salmon cookie store.</p>
<hr>
<p>Be a part of our family!</p>
</div>
</div>
<!-- Container for the image gallery -->
<div class="container">
<!-- Full-width images with number text -->
<div class="mySlides">
<div class="numbertext">1 / 6</div>
<div class="containerImg">
<img src="img/fish.jpg" alt="fish" class="image" onclick="currentSlide(1)" style="width:100%">
<div class="overlay" onclick="plusSlides(1)">
<div class="text">So what are we? Not a fish company that is for sure.</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="numbertext">2 / 6</div>
<div class="containerImg">
<img src="img/frosted-cookie.jpg" alt="Frosted Cookie" class="image" onclick="currentSlide(2)" style="width:100%">
<div class="overlay" onclick="plusSlides(1)">
<div class="text">We sell cookies</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="numbertext">3 / 6</div>
<div class="containerImg">
<img src="img/salmon.png" alt="Salmon" class="image" onclick="currentSlide(3)" style="width:100%">
<div class="overlay" onclick="plusSlides(1)">
<div class="text">In the shape of a salmon. <br> I don't even like salmon<br>But my wife loves sushi..</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="numbertext">4 / 6</div>
<div class="containerImg">
<img src="img/chinook.jpg" alt="Chinook Salmon" class="image" onclick="currentSlide(4)" style="width:100%">
<div class="overlay" onclick="plusSlides(1)">
<div class="text">But did you know? <br> The Chinook salmon is the largest species
in the Pacific salmon genus Oncorhynchus. The common name refers to the Chinookan peoples.
</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="numbertext">5 / 6</div>
<div class="containerImg">
<img src="img/cutter.jpeg" alt="Tools" class="image" onclick="currentSlide(5)" style="width:100%">
<div class="overlay" onclick="plusSlides(1)">
<div class="text">And this is how we do it.</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="numbertext">6 / 6</div>
<div class="containerImg">
<img src="img/shirt.jpg" alt="Merch" class="image" onclick="currentSlide(6)" style="width:100%">
<div class="overlay" onclick="plusSlides(1)">
<div class="text">Do join us, and buy a cool shirt while you are at it!</div>
</div>
</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- Image text -->
<div class="caption-container">
<p id="caption"></p>
</div>
<!-- Thumbnail images -->
<div class="row">
<div class="column">
<img src="img/fish.jpg" alt="Fish" class="demo cursor" onclick="currentSlide(1)" style="width:100%">
</div>
<div class="column">
<img src="img/frosted-cookie.jpg" alt="Frosted Cookie" class="demo cursor" onclick="currentSlide(2)" style="width:100%">
</div>
<div class="column">
<img src="img/salmon.png" alt="Salmon" class="demo cursor" onclick="currentSlide(3)" style="width:100%">
</div>
<div class="column">
<img src="img/chinook.jpg" alt="Chinook Salmon" class="demo cursor" onclick="currentSlide(4)" style="width:100%">
</div>
<div class="column">
<img src="img/cutter.jpeg" alt="Tools" class="demo cursor" onclick="currentSlide(5)" style="width:100%">
</div>
<div class="column">
<img src="img/shirt.jpg" alt="Merch" class="demo cursor" onclick="currentSlide(6)" style="width:100%">
</div>
</div>
</div>
</div>
<!-------------------- Calculate Tab -------------------->
<div id="2" class="tabcontent">
<h1>Cookies Sold</h1>
<div class="grid-container">
<div class="sidebar sidebar_small">
<button>Add Locations</button>
<fieldset>
<legend>New Location</legend>
<form id="locationForm">
<label for="locName">location</label><br>
<input type="text" id="locName" name="locName" required ><br><br>
<label for="minCus">Minimum Hourly Customers</label>
<input type="number" id="minCus" name="minCus" required placeholder="Predicted Per Hour!"><br><br>
<label for="maxCus">Maximum Hourly Customers</label>
<input type="number" id="maxCus" name="maxCus" required placeholder="Predicted Per Hour!"><br><br>
<label for="avgCookies">Average Cookies per Customer</label>
<input type="number" id="avgCookies" name="avgCookies" required placeholder="Predicted Average!"><br>
<hr>
<input type="submit" id="submitBtn">
</form>
</fieldset>
</div>
<div class="main-content main-content_large">
<div style="overflow-x:auto;" id="cities">
</div>
</div>
</div>
<h1 style="margin-top: 20px;">Tossers Hired</h1>
<div style="overflow-x:auto;" id="tossers">
</div>
</div>
<!-------------------- Calculate Tab -------------------->
<div id="3" class="tabcontent">
<h1>Contact Us</h1>
<div class="wrapper">
<div class="tab">
<input name="tabs" class="input" id="tab-one" type="checkbox" checked />
<label class="label" for="tab-one">Information</label>
<div class="tab-content">
<div class="container">
<div data-content-type="html" data-appearance="default" data-element="main" style="border-style: none; border-width: 1px; border-radius: 0px; margin: 0px; padding: 0px;" data-decoded="true"><style>
.cms-page-view .page-wrapper { background:#fff !important; }
</style>
<p><strong>Kept for its pure CSS functionalities</strong></p>
<br>
<h3>CONTACT US</h3>
<strong>Phone:</strong><br>
800.821.7930<br>
(Monday - Friday 8:00 a.m. - 5:00 p.m. CST)<br><br>
<strong>Live Chat:</strong><br>
(Monday - Friday 8:00 a.m. - 5:00 p.m. CST)<br>
<u><a href="http://www.livehelpnow.net/lhn/lcv.aspx?d=0&ms=&zzwindow=0&lhnid=19597&custom1=&custom2=&custom3=&time=3/23/2016%209:13:02%20AM" target="popup" onclick="window.open('http://www.livehelpnow.net/lhn/lcv.aspx?d=0&ms=&zzwindow=0&lhnid=19597&custom1=&custom2=&custom3=&time=3/23/2016%209:13:02%20AM','name','width=600,height=400')">Chat with us.</a></u><br><br>
<strong>Email:</strong><br>
<strong>Fax:</strong><br>
800.480.0348 <br><br>
<strong>Mailing Address:</strong><br>Everlast Customer Service<br>1900 Highway DD <br>Moberly, MO 65270<p></p>
<strong>For sponsorship inquiries, please send an email to <u><a href="mailto:[email protected]">[email protected]</a></u></strong></div>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="floatBtn">
<button id="nextNav">→</button>
<button id="prevNav">←</button>
</div>
<footer>
<p>Author: Yahya Abu Khalil<br>
</footer>
</body>
<script src="js/app.js"></script>
<script src="js/cookies.js"></script>
<script src="js/tossers.js"></script>
<script src="js/form.js"></script>
<script src="js/tab.js"></script>
<script src="js/slide.js"></script>
</html>