This repository has been archived by the owner on Sep 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
344 lines (344 loc) · 14.6 KB
/
index.php
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html lang="en">
<head>
<title>Workaholic Suite</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/images/logosmallsquare.png">
<!-- CSS -->
<link href="assets/css/styles-dark.css" rel="stylesheet"> <!-- Dark theme -->
<!-- <link href="assets/css/styles-light.css" rel="stylesheet"> Light theme -->
<link rel="stylesheet" type="text/css" href="assets/css/textrotator.css"/>
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Scripts -->
<script src='assets/js/jquery.min.js'></script>
<script src='assets/js/textrotator.js'></script>
<script>
$(document).ready(function(){
$(".header .rotate").textrotator({
animation: "dissolve",
speed: 2000
});
});
$(function() {
$("#backtotop").click(function() {
$("body,html").animate({
scrollTop: 0
}, 4500);
return false
})
});
function popup() {
alert("Invalid or empty credentials.\nPlease type in your credentials and click the \"Log In\" button");
}
function redirect() {
window.location="dashboard.php";
}
</script>
</head>
<body>
<header>
<h1 style="display: inline;"> <img id="logo" src="assets\images\logowhite.png"/></h1>
<button style="display: inline-block;float: right; margin-left: -5px; margin-top: 4px; margin-right: 30px;" class="userbutt" onclick="redirect()">Register</button>
<form action="dashboard.php" method="post" style="display: inline;">
<table border="0" style="display: inline; float: right;">
<tr style="display: inline;">
<td style="color: #fff">Username</td>
<td align="left"><input class="inputfield" type="text" name="username" size="20" maxlength="50" style="background: url(assets/images/mdl2/people.png); background-color: rgba(100, 100, 100, 0.3); background-size: 30px; padding-left: 35px; background-repeat: no-repeat;"></td>
</tr>
<tr style="display: inline;">
<td style="color: #fff">Password</td>
<td align="left"><input class="inputfield" type="password" name="password" style="background: url(assets/images/mdl2/lock.png); background-color: rgba(100, 100, 100, 0.3); background-size: 30px; padding-left: 35px; background-repeat: no-repeat;" size="20" maxlength="50" /></td>
</tr>
<tr style="display: inline;">
<td style="border-right: 1px solid #e4e4e4; padding-right: 10px;" colspan="2" align="center"><input type="submit" value="Log In" class="button"/></td>
</tr>
<tr style="display: inline;">
<td colspan="2" align="center">
</td>
</tr>
</table>
</form>
<nav id="headnav">
<a id="current">Home</a>
<a onclick="redirect()">Dashboard</a>
<a href="products.php">Products</a>
<a href="pricing.php">Pricing</a>
<a onclick="popup()">Blog</a>
<a href="about.php">About</a>
</nav>
</header>
<section id="filler">
</section>
<section id="hero">
<h1 class="header"><span class="rotate">AN EASIER WAY TO GET TO WORK, A FASTER WAY, A BETTER WAY, WORKAHOLIC LOGIN SUITE</span></h1>
</section>
<section id="content">
<div id="imagecontainer">
<div id="image1container" class="images">
<img src="assets\images\wewlad1.jpeg"\>
</div>
</div>
<aside id="infospace">
<h2>What Is Workaholic?</h2>
<p class="firsttwo">Workaholic is a suite of tools that can help ease your employees commute to your workplace. Designed by a team from the Philippines, and hailing from Asia Pacific College, Workaholic is the best and the most sure-fire way to get your employees to work on time, prepared, and all set.</p>
<br/>
<h2>Mission</h2>
<p class="firsttwo">Workaholic aims to be the go-to application that your employees use when getting to work. This aims to be the best suite for workers everywhere.</p>
<br/>
<h2>About the Team</h2>
<p>Ever since early 2017, the team that has developed Workaholic has been competing in hackathons and posting on their GitHub accounts. They have developed several software solutions for widescale use, such as a modern incentivized garbage disposal system, a location-based project viewing system, and recently a space information portal.</p>
</aside>
</section>
<section class="fullbackground">
<div id="leftcontain">
<h1>A New Drive</h1>
<p>Want to try and see what Workaholic can do for your company? Want to see the features it has and see if it's right for your business? We've got you covered, we offer test drives to companies who are interested in the service.</p>
<br>
<p>If you want to find out if the Workaholic suite is really right for your company, you can contact us below and ask for a trial today. We can guarantee your money back if you don't get the services advertised.</p>
<br>
<p>Don't worry, we've got experts from all over the world who are more-than-skilled enough to know how to integrate our services into your business. It make take up to 15 business days for a full implementation, but rest assured, you will be getting the full suite.</p>
<br>
<p>So, what are you waiting for? Contact us today and test drive a shiny new Workaholic suite!</p>
<br><br>
<button class="contactbutt" id="drivebutt" onclick="Redirect2()">Test Drive</button>
</div>
</section>
<section id="content">
<div id="imagecontainer">
<div id="image1container" class="images">
<a href="products.php" target='_blank'>
<img src="assets\images\devices.png"\>
</a>
</div>
</div>
<aside id="infospace">
<h2>Available Wherever You Go</h2>
<p class="firsttwo">We've developed the Workaholic service to run smoothly and elegantly on across all modern devices. From screens as large as a TV set to the screen on your phone, you can guarantee that you'll never lose sight of your work, schedule, or how we'll you've done throughout the weeks.</p>
<br/>
<h2>Cross-Platform</h2>
<p class="firsttwo">Workaholic is available on <strong>ALL</strong> major application stores. It is available as a standalone application on iOS, Android, and Windows 10 devices. It also comes as a browser extension on the Chrome Web Store, on the Mozilla Marketplace for Firefox, and on the Opera Mobile Store.</p>
<br/>
<div class="platform-icons cf">
<a id="apple" href="https://itunes.apple.com/ph/app/microsoft-excel/id586683407?mt=8" target="_blank">
<i class="fa fa-apple" aria-hidden="true"></i>
</a>
<a id="android" href="https://play.google.com/store/apps/details?id=com.microsoft.office.excel&hl=en" target="_blank">
<i class="fa fa-android" aria-hidden="true"></i>
</a>
<a id="windows" href="https://www.microsoft.com/en-ph/store/p/excel-mobile/9wzdncrfjbh3" target="_blank">
<i class="fa fa-windows" aria-hidden="true"></i>
</a>
<a id="chrome" href="https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en" target="_blank">
<i class="fa fa-chrome" aria-hidden="true"></i>
</a>
<a id="firefox" href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/" target="_blank">
<i class="fa fa-firefox" aria-hidden="true"></i></i>
</a>
<a id="opera" href="https://addons.opera.com/en/extensions/details/ublock/?display=en" target="_blank">
<i class="fa fa-opera" aria-hidden="true"></i>
</a>
<a id="edge" href="https://www.microsoft.com/en-us/store/p/ublock-origin/9nblggh444l4?wa=wsignin1.0" target="_blank">
<i class="fa fa-edge" aria-hidden="true"></i>
</a>
</div>
</aside>
</section>
<section class="fullbackground" id="vertmenu">
<div class="verticalmenu" id="juan">
<div class="vertcontain">
<ul>
<li>
<img class="partnerimg" src="assets\images\partners\partner1.jpg">
</li>
<li>
<img class="partnerimg" src="assets\images\partners\partner2.jpg">
</li>
<li>
<img class="partnerimg" src="assets\images\partners\partner3.jpg">
</li>
<li>
<img class="partnerimg" src="assets\images\partners\partner7.jpg">
</li>
<li>
<img class="partnerimg" src="assets\images\partners\partner4.jpg">
</li>
<li>
<img class="partnerimg" src="assets\images\partners\partner6.jpg">
</li>
<li>
<img class="partnerimg" src="assets\images\partners\partner5.jpg">
</li>
</ul>
</div>
</div>
<div id="rightcontain">
<h1>Countless of Partners</h1>
<p>As of now, the Workaholic login suite currently has 7 main partners to help employees get to their workplace safely and, most importantly, on time.</p>
<br>
<p>Grab and Uber Philippines have partnered with us recently to introduce an emergency transport system designed to help those who are late for work get to their destination on time.</p>
<br>
<p>Several international fast food companies (McDonalds, KFC, and Jollibee) have partnered with us to help those who are late, or are in a rush, get their day's meal. Still hot, and ready to eat. All upon your arrival to work.</p>
<br><br>
<button class="contactbutt" id="partnerbutt" onclick="Redirect2()">PARTNER UP</button>
</div>
</section>
<section id="content">
<h1>Companies Using Workaholic</h1>
<table width="95%" cellspacing="5" border="0" style="margin: 0 auto;">
<tbody>
<tr>
<th scope="col">Technology</th>
<th scope="col">Business</th>
<th scope="col">Banking</th>
<th scope="col">Retail</th>
<th scope="col">Food</th>
</tr>
<tr>
<td>Google</td>
<td>Forbes</td>
<td>Banco De Oro</td>
<td>SM Group of Companies</td>
<td>McDonalds</td>
</tr>
<tr>
<td>Microsoft</td>
<td>New York Times</td>
<td>Bank of the Philippine Islands</td>
<td>SM Development Group</td>
<td>Kentucky Fried Chicken</td>
</tr>
<tr>
<td>Apple</td>
<td>Time Magazine</td>
<td>Chinabank</td>
<td>Robinson's Galleria</td>
<td>Jollibee</td>
</tr>
<tr>
<td>GitHub</td>
<td>Marlboro</td>
<td>Landbank</td>
<td>Greenhills Manila</td>
<td>Greenwich</td>
</tr>
<tr>
<td>Amazon</td>
<td>ABS-CBN</td>
<td>ACDI Cooperative</td>
<td>Waltermart</td>
<td>Yellow Cab Co.</td>
</tr>
<tr>
<td>Yahoo!</td>
<td>TV 5</td>
<td>Philippine National Bank</td>
<td>Ayala Land Co.</td>
<td>Pizza Hut</td>
</tr>
<tr>
<td>Acer</td>
<td>SYG Holdings</td>
<td>Asia United Bank</td>
<td>St. Francis Square</td>
<td>Dairy Queen</td>
</tr>
<tr>
<td>Dell</td>
<td>Coridel Group</td>
<td>Metrobank</td>
<td>Ministop</td>
<td>Papa John's</td>
</tr>
<tr>
<td>Asus</td>
<td>SM Entertainment</td>
<td>Citibank</td>
<td>7/11</td>
<td>Miguelitos</td>
</tr>
</tbody>
</table>
</section>
<section class="fullbackground" id="final">
<h1>Get a FREE Quote Today!</h1>
<div id="formcontainer">
<form action="signingin.php" method="post" style="display: inline;">
<table border="0" style="display: inline; margin: 0 auto">
<tr style="display: inline;">
<td align="left"><input class="inputfield" type="text" name="username" size="20" placeholder="Company name" style="background-image: url(assets/images/mdl2/city.png);" maxlength="50"></td>
</tr>
<tr style="display: inline;">
<td align="left"><input class="inputfield" type="text" name="password" style="background-image: url(assets/images/mdl2/mail.png);" placeholder="Contact email" size="20" maxlength="50" /></td>
</tr>
<tr style="display: inline;">
<td colspan="2" align="center"><input type="submit" value="Get Quote" class="button"/></td>
</tr>
</tr>
</table>
</form>
</div>
</section>
<footer>
<div id="backtotop">
<i id="chevron"></i>
</div>
<div id="footstuff">
<a href="http://tanda.co" target="_blank">
<img src="assets\images\logosmall.png">
</a>
<div class="footcontain">
<h4>About Workaholic</h4>
<p>Learn more about the automated login suite, its structure, how it works, and the people behind it.</p>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="feedback.html">Send your feedback</a></li>
</ul>
</div>
<div class="footcontain">
<h4>Workaholic Links</h4>
<ul>
<li><a href="https://www.dartegnian.co">Current Partners</a></li>
<li><a href="https://www.dartegnian.co">Partner With Us</a></li>
<li><a href="https://www.dartegnian.co">Service Status</a></li>
<li><a href="https://www.dartegnian.co">Licensing</a></li>
<li><a href="https://www.dartegnian.co">Tutorials</a></li>
<li><a href="https://www.dartegnian.co">Get Help</a></li>
<li><a href="https://www.dartegnian.co">Termination</a></li>
</ul>
</div>
<div class="footcontain">
<h4>About TANDA</h4>
<ul>
<li><a href="https://www.tanda.co/about/">About</a></li>
<li><a href="https://www.tanda.co/blog/">Careers</a></li>
<li><a href="https://www.facebook.com/tandaclocks">Facebook Page</a></li>
<li><a href="https://my.tanda.co/api/v2/documentation">API Docs</a></li>
<li><a href="https://my.tanda.co/try/">Free Trial</a></li>
<li><a href="http://help.tanda.co/">Help Center</a></li>
<li><a href="https://www.tanda.co/partners/">Parner Program</a></li>
</ul>
</div>
<div class="footcontain">
<h4>Other TANDA Links</h4>
<ul>
<li><a href="https://www.tanda.co/employee-time-clock/">Time Clock</a></li>
<li><a href="https://www.tanda.co/pricing/">Pricing</a></li>
<li><a href="https://www.tanda.co/leave-management/">Leave Management</a></li>
<li><a href="https://www.tanda.co/award-interpretation/">Award Interpretation</a></li>
<li><a href="https://www.tanda.co/rostering-software/">Rostering Software</a></li>
<li><a href="https://www.tanda.co/payroll/">Payroll Integration</a></li>
<li><a href="https://www.tanda.co/webinars/">Webinars</a></li>
</ul>
</div>
</div>
</footer>
<footer id="apcfooter">
<center>
Coded with <a href="assets\images\APC-Hymn.jpg">❤</a> by the students of <a href="https://apc.edu.ph/" target="_blank">Asia Pacific College</a>
</center>
</footer>
</body>
</html>