-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
307 lines (281 loc) · 13.8 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
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
<!doctype html>
<html>
<head>
<!--Import Progressive Web App Manifest-->
<link rel="manifest" href="./manifest.json">
<link rel="apple-touch-icon" sizes="57x57" href="./img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script type="text/javascript" src="js/typeit.js"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>iKanban Online</title>
<meta name="description" content="A systematic approach to project management" />
<meta property="og:title" content="iKanban Online for project management" />
<meta property="og:description" content="A systematic approach to project management" />
<meta property="og:image" content="./img/300x200.png" />
</head>
<body>
<nav role="navigation" class="black">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo blue-text">iKanban</a>
<ul class="right hide-on-med-and-down">
<li><a href="//app.ikanbanonline.com/signup" class="white-text ">Sign Up</a></li>
<li><a href="//app.ikanbanonline.com" class="white-text ">Sign In</a></li>
</ul>
<ul id="nav-mobile" class="side-nav black">
<li><a href="//app.ikanbanonline.com/signup" class="white-text">Sign Up</a></li>
<li><a href="//app.ikanbanonline.com" class="white-text">Sign In</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse white-text"><i class="material-icons">menu</i></a>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot"></div>
<div class="row container" style="padding-top: 10vh; height: 80vh;">
<div class="col s12 m6 l6 blue-text">
<h1><b class="iKanbanTyped">iKanban</b></h1>
<h3>A systematic approach to project management ...</h3>
<br>
<h5 class="black-text explanation" style="padding: 1vh;height: 3vh;"></h5>
<br>
<h5 style="padding-top: 5vh;">
<a href="//app.ikanbanonline.com" class="btn waves-effect waves-light blue">GET STARTED NOW</a>
</h5>
</div>
<div class="col s12 l6 m6">
<img src="img/demo.gif" class="z-depth-5 scale-transition" width="100%">
</div>
</div>
<div class="parallax"><img src="img/bg1.png" alt="Unsplashed background img 1"/></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Lean Project Management</h5>
<p class="light">Because speed matters , iKanban has every element intuitively positioned to ensure a user makes swift updates </p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-text"><i class="material-icons">group</i></h2>
<h5 class="center">Reduce waste</h5>
<p class="light">It has never been this easier to collaborate online . iKanban app helps your team work together .</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">
<h5 data-highlightable="1" class="center gjs-comp-selected c5102">Simplified Project management</h5>
</h5>
<p class="light">By utilizing elements and principles of UX Design, we were able to create a tool that you can use with ease . </p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">
Productivity & Creativity should not be mutually exclusive ...
<div><br/></div>
<div>Whether you`re a fortune 500 company or a budding startup ...</div>
</h5>
</div>
</div>
<a title="Get Started" href="https://app.ikanbanonline.com" class="btn waves-effect waves-light blue pulse">its free , get started now</a>
</div>
<div class="parallax"><img src="./img/laptop_bg.jpg" alt="Unsplashed background img 2"/></div>
</div>
<div class="container ">
<div class="section">
<div class="row">
<div class="col s12 l6 m6 ">
<img src="./img/3.gif" class="z-depth-5 responsive-img">
</div>
<div class="col s12 l6 m6">
<h4>Create Projects</h4>
<ul>
<li><b class="blue-text"><i class="material-icons">playlist_add</i>Create Projects</b> - iKanban allows you quickly create projects and add tasks in it .</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container ">
<div class="section">
<div class="row">
<div class="col s12 l6 m6">
<h4>Manage Expenses</h4>
<ul>
<li><b class="blue-text"><i class="material-icons">money</i>Expense</b> - iKanban allows you manage project expenses with utmost ease.You can also preview graphical data through charts and graphs</li>
<br>
</ul>
</div>
<div class="col s12 l6 m6 ">
<img src="./img/2.gif" class="z-depth-5 responsive-img">
</div>
</div>
</div>
</div>
<div class="container ">
<div class="section">
<div class="row">
<div class="col s12 l6 m6 ">
<img src="./img/1.gif" class="z-depth-5 responsive-img">
</div>
<div class="col s12 l6 m6">
<h4>Clock In</h4>
<ul>
<li><b class="blue-text"><i class="material-icons">access_alarm</i>Time is money</b> - iKanban allows you to clock in to tasks using a very simple intuitive interface .</li>
<br>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 l6 m6 ">
<h3><i class="mdi-content-send blue-text"></i></h3>
<h4>FAQs</h4>
<ul class="collapsible left-align dark">
<li>
<div class="collapsible-header"><i class="material-icons">bubble_chart</i>What is iKanban</div>
<div class="collapsible-body"><span>iKanban is a visual process management tool that helps teams to work more efficiently, visualize workflow, analyze and improve business processes in line with Kanban method.</span></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">attach_money</i>How much does it cost?</div>
<div class="collapsible-body"><span>It is free , so just get started now.</span></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">transfer_within_a_station</i>How do I start</div>
<div class="collapsible-body"><span>Getting started is as simple as <a href="https://app.ikanbanonline.com/signup">creating an account</a> .</span></div>
</li>
</ul>
</div>
<div class="col s12 l6 m6">
<h4>Why iKanban</h4>
<ul>
<li><b class="blue-text"><i class="material-icons">extension</i>Versatile</b> - iKanban allows you communicate any task through visual boards .</li>
<br>
<li><b class="blue-text"><i class="material-icons">hearing</i>Inituitive</b> - You don`t need to be a Kanban expert to use iKanban .</li>
<br>
<li><b class="blue-text"><i class="material-icons">
money_off
</i>Free</b> - iKanban is free , so what are you waiting for ?
</li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="container-wide black">
<div class="row">
<p class="white-text center">© <blanqxYear>2018</blanqxYear> | iKanban</p>
</div>
</div>
</footer>
<script>
//automate year
var blanqxYear = document.querySelector('blanqxYear');
blanqxYear.innerText = new Date().getFullYear();
jQuery(document).ready(function ($) {
$('.parallax').parallax();
$('.button-collapse').sideNav();
});
new TypeIt('.explanation', {
strings: ["<i><i class='material-icons'>touch_app</i> Simple ...</i>", "<b><i class='material-icons'>verified_user</i>Powerful</b> ...", "<i class='material-icons'>track_changes</i> Scalable..." , "<i class='material-icons'>touch_app</i> Simple <i class='material-icons'>verified_user</i>Powerful <i class='material-icons'>track_changes</i> Scalable..."], speed: 30,
autoStart: true,
breakLines: false,
loop:true,
});
new TypeIt('.iKanbanTyped', {
strings: ["iKa nban"],
autoStart: true,
breakLines: false,
lifeLike:true,
cursorChar:''
});
</script>
<script type="text/javascript">
const getUrlParameter = (name)=>{
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
};
const include = (file)=>{
return new Promise(function(resolve, reject){
var script = document.createElement('script');
script.src = file;
script.type ='text/javascript';
script.defer = true;
script.crossorigin='anonymous';
document.getElementsByTagName('head').item(0).appendChild(script);
script.onload = function(){
resolve()
}
script.onerror = function(){
reject()
}
})
/*I HAVE MODIFIED THIS TO BE PROMISE-BASED
HOW TO USE THIS FUNCTION
include('js/somefile.js').then(function(){
console.log('loaded');
},function(){
console.log('not loaded');
})
*/
}
const mode = getUrlParameter('mode');
const devUserName = getUrlParameter('devUser') || 'unidentified';
const devEmail = getUrlParameter('devEmail') || 'unidentified';
const currentTime = new Date();
if (mode == 'dev'){
include('https://cdn.logrocket.io/LogRocket.min.js')
.then(()=>{
console.log('loaded LogRocket');
window.LogRocket && window.LogRocket.init('11ugiw/ikanban');
LogRocket.identify('Developer Tester', {
name: devUserName,
email: devEmail,
time: currentTime
});
})
}
</script>
<!-- <script type="text/javascript" src="js/app.js"></script>
<script src="" crossorigin="anonymous"></script>
<script></script>-->
<!-- this page is generated by BlanqxUIlder (extended and developed by https://create.blanqx.com) -->
</body>
</html>