-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·454 lines (431 loc) · 17 KB
/
index.html
File metadata and controls
executable file
·454 lines (431 loc) · 17 KB
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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Gappev</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link rel="shortcut icon" type="image/x-icon" href="images/fave-icon.png" />-->
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</script>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="js/modernizr.custom.28468.js"></script>
<link rel="stylesheet" type="text/css" href="css/simptip-mini.css" media="screen,projection" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
<body>
<!---start-wrap----->
<!---start-header----->
<div class="header" id="home">
<div class="wrap">
<div class="top-header">
<div class="logo">
<a href="index.html"><img src="./gappev_logo.png" style="height:100px;"></a>
</div>
<div class="top-nav">
<ul>
<li class="active"><a href="#home" class="scroll">Home</a></li>
<li><a href="#services" class="scroll">Services</a></li>
<li><a href="#portfolio" class="scroll">Portfolio</a></li>
<li><a href="#contact" class="scroll">Contact</a></li>
<div class="clear"> </div>
</ul>
</div>
<div class="clear"> </div>
</div>
<!---End-header----->
<!----start-content-slider---->
<div id="da-slider" class="da-slider">
<div id="intro" class="da-slide">
<div class="da-title">
<h3>Software for<br/>your computer?</h3>
</div>
<div class="da-img">
<img src="images/slider-pic1.png" alt="Drupal Powered" title="Presenting the Drupalien" />
</div>
</div>
<div id="user-experience" class="da-slide">
<div class="da-title">
<h3>Software for<br/>your laptop?</h3>
</div>
<div class="da-img">
<img src="images/slider-pic2.png" alt="Drupal Powered" title="Presenting the Drupalien" />
</div>
</div>
<div id="design" class="da-slide">
<div class="da-title">
<h3>Software for<br/>your tablet<br/>or phone?</h3>
</div>
<div class="da-img">
<img src="images/slider-pic3.png" alt="Drupal Powered" title="Presenting the Drupalien" />
</div>
</div>
<div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/jquery.cslider.js"></script>
<script>
//jQuery(document).ready(function() {
$('#da-slider').cslider({
autoplay : true,
interval: 3000,
bgincrement : 10
});
//});
</script>
<!----start-content-slider---->
</div>
</div>
<!---End-header----->
<!---start-content---->
<div class="content">
<div class="wrap">
<!---start-top-grids---->
<div class="top-service-grids" id="services">
<div class="top-service-grid">
<a href="#"><img src="images/top-grid-pic1.png" alt="" /></a>
<a href="#"><span>Best Design</span></a>
<p>We work with you to achieve the best look for your software.</p>
</div>
<div class="top-service-grid">
<a href="#"><img src="images/top-grid-pic2.png" alt="" /></a>
<a href="#"><span>Great Ideas</span></a>
<p>Together we can join ideas and create the product you want!</p>
</div>
<div class="top-service-grid">
<a href="#"><img src="images/top-grid-pic4.png" alt="" /></a>
<a href="#"><span>Awesome User Experience</span></a>
<p>You get what you need in the easiest way.</p>
</div>
<div class="clear"> </div>
</div>
<!---End-top-grids---->
</div>
<!---start-recent-works----->
<div class="recent-works" id="portfolio">
<div class="wrap">
<div class="recent-works-head">
<h3>Recent works</h3>
<p>This is where we showcase stuff we have made!</p>
</div>
<!---start-mfp ---->
<div id="small-dialog2" class="mfp-hide anson_dialog">
<div class="pop_up">
<h2>Anson Analytics' Wordpress Website</h2>
<p class="para">This wordpress website is almost done just taking care of some final touches. You can check what we got so far on <a class="link" target="_blank" href="http://dev.ansonanalytics.com">dev.ansonanalytics.com</a></p>
</div>
</div>
<div id="small-dialog2" class="mfp-hide lendme_dialog">
<div class="pop_up">
<h2>Lend Me Android Mobile App</h2>
<p class="para">Mobile app from Gappev, the whole concept from the app is to keep track of your lent items. To learn more check out the Lend Me website <a class="link" target="_blank" href="http://lendme.github.io">here!</a></p>
</div>
</div>
<div id="small-dialog2" class="mfp-hide dptb_dialog">
<div class="pop_up">
<h2>Dont Push The Button</h2>
<p class="para">
This website is about pushing the button and seeing as the counter increases at the same time another users are pushing it too.
<a class="link" target="_blank" href="http://dontpushthebutton.meteor.com/">Click here</a> to check it out!
</p>
</div>
</div>
<div id="small-dialog2" class="mfp-hide flip_dialog">
<div class="pop_up">
<h2>Flip Memory Game</h2>
<p class="para">
Game that helps you improve your memory skills.
It's on the play store, <a class="link" target="_blank" href="https://play.google.com/store/apps/details?id=gappev.flip.memorygame">click here</a> to check it out!
</p>
</div>
</div>
<div id="small-dialog2" class="mfp-hide phonestatus_dialog">
<div class="pop_up">
<h2>Phone Status</h2>
<p class="para">
Watchface for the pebble smartwatch that tells your phone status on your wrist. Needs of android companion app.<br/>
<a class="link" target="_blank" href="https://apps.getpebble.com/applications/531805410a77731eb200020f">Click here</a> to check out the watchface.<br/>
<a class="link" target="_blank" href="https://play.google.com/store/apps/details?id=com.gappev.phonestatus">Click here</a> to check out the companion app.
</p>
</div>
</div>
<!---end-mfp ---->
<div class="gallery">
<div class="clear"> </div>
<div class="container">
<ul id="filters" class="clearfix">
<li><span class="filter active" data-filter="app web card">All</span></li>
<li><span class="filter" data-filter="web">Web</span></li>
<li><span class="filter" data-filter="app">Mobile</span></li>
<li><span class="filter" data-filter="card">Fun</span></li>
</ul>
<div id="portfoliolist" style=" ">
<!--<div class="portfolio logo1 mix_all" data-cat="logo" style=" ">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href="#small-dialog1">
<img src="images/p1.jpg" alt="Image 2" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Bird Document</a>
<span class="text-category">Logo</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div> -->
<div class="portfolio web mix_all" data-cat="web" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href=".anson_dialog">
<img src="images/ansonlogo.jpg" alt="Anson Analytics Logo" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Anson Analytics</a>
<span class="text-category">Website</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<div class="portfolio app mix_all" data-cat="app" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href=".lendme_dialog">
<img src="images/lendmelogo.jpg" alt="Lend Me Logo" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Lend Me</a>
<span class="text-category">Mobile</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<div class="portfolio app mix_all" data-cat="app" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href=".flip_dialog">
<img src="images/fliplogo.jpg" alt="Flip Memory Game Logo" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Flip Memory Game</a>
<span class="text-category">Mobile</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<div class="portfolio card mix_all" data-cat="card" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href=".dptb_dialog">
<img src="images/dptblogo.jpg" alt="Dont Push The Button Logo" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Don't Push The Button</a>
<span class="text-category">Website</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<div class="portfolio card mix_all" data-cat="card" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href=".phonestatus_dialog">
<img src="images/pslogo.jpg" alt="Dont Push The Button Logo" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Phone Status</a>
<span class="text-category">Mobile</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<!--<div class="portfolio card mix_all" data-cat="card" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href="#small-dialog1">
<img src="images/p4.jpg" alt="Image 2" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Typography Company</a>
<span class="text-category">Business card</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<div class="portfolio app mix_all" data-cat="app" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href="#small-dialog1">
<img src="images/p5.jpg" alt="Image 2" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">Weatherette</a>
<span class="text-category">APP</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>
<div class="portfolio card mix_all" data-cat="card" style=" display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim" href="#small-dialog1">
<img src="images/p6.jpg" alt="Image 2" style="top: 0px;">
</a>
<div class="label" style="bottom: -40px;">
<div class="label-text">
<a class="text-title">BMF</a>
<span class="text-category">Business card</span>
</div>
<div class="label-bg"></div>
</div>
</div>
</div>-->
</div>
</div><!-- container -->
<!--<a class="morebtn popup-with-zoom-anim" href="#small-dialog1">Show More</a>-->
<div class="clear"> </div>
<script type="text/javascript" src="js/fliplightbox.min.js"></script>
<script type="text/javascript">$('body').flipLightBox()</script>
<!---start-gallery-script----->
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
<script type="text/javascript">
$(function () {
var filterList = {
init: function () {
// MixItUp plugin
// http://mixitup.io
$('#portfoliolist').mixitup({
targetSelector: '.portfolio',
filterSelector: '.filter',
effects: ['fade'],
easing: 'snap',
// call the hover effect
onMixEnd: filterList.hoverEffect()
});
},
hoverEffect: function () {
// Simple parallax effect
$('#portfoliolist .portfolio').hover(
function () {
$(this).find('.label').stop().animate({bottom: 0}, 200, 'easeOutQuad');
$(this).find('img').stop().animate({top: -30}, 500, 'easeOutQuad');
},
function () {
$(this).find('.label').stop().animate({bottom: -40}, 200, 'easeInQuad');
$(this).find('img').stop().animate({top: 0}, 300, 'easeOutQuad');
}
);
}
};
// Run the show!
filterList.init();
});
</script>
<!-- Add fancyBox main JS and CSS files -->
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css">
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!---//End-gallery-script----->
<div class="clear"> </div>
</div>
</div>
</div>
<!---End-recent-works----->
<!--- start-blog----->
<!--- End-blog----->
<!---start-meet-our-team---->
<div class="team">
<div class="wrap">
<div class="team-head">
<h3>Meet Our team</h3>
<p>People who will develop your solution!</p>
</div>
<div class="team-members">
<div class="team-member">
<span><a href="#"> </a></span>
<h4><a href="#">Jose Dagoberto Castellanos</a></h4>
<label>Co-Founder and<br/>Software Developer</label>
<p></p>
<!--<ul>
<li>
<li><a class="facebook simptip-position-bottom simptip-movable" data-tooltip="Facebook" href="#"> </a></li>
<li><a class="twitter simptip-position-bottom simptip-movable" data-tooltip="Twitter" href="#"> </a></li>
<li><a class="pin simptip-position-bottom simptip-movable" data-tooltip="Pintrest" href="#"> </a></li>
<div class="clear"> </div>
</li>
</ul>-->
</div>
<div class="team-member">
<span><a href="#"> </a></span>
<h4><a href="http://rsiwady29.github.io/">Richard Siwady Gabrie</a></h4>
<label>Co-Founder and<br/>Software Developer</label>
<p></p>
<!--<ul>
<li>
<li><a class="facebook simptip-position-bottom simptip-movable" data-tooltip="Facebook" href="#"> </a></li>
<li><a class="twitter simptip-position-bottom simptip-movable" data-tooltip="Twitter" href="#"> </a></li>
<li><a class="pin simptip-position-bottom simptip-movable" data-tooltip="Pintrest" href="#"> </a></li>
<div class="clear"> </div>
</li>
</ul>-->
</div>
<div class="clear"> </div>
<div class="clear"> </div>
</div>
</div>
</div>
<!---//End-meet-our-team---->
<!--- start-recent-posts----->
<!--- //End-recent-posts----->
<!---start-contact---->
<div class="contact" id="contact">
<div class="wrap">
<div class="contact-head">
<h3>Contact us</h3>
<p>Let us know your thoughts!</p>
</div>
<div class="contatct-form">
<form>
<input type="text" value="Name :" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name :';}">
<input type="text" value="Email :" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email :';}">
<textarea rows="2" cols="70" onfocus="if(this.value == 'Message :') this.value='';" onblur="if(this.value == '') this.value='Message :';" >Message :</textarea>
<input type="submit" value="Send" />
</form>
</div>
</div>
</div>
<!---End-contact---->
</div>
<!---End-content---->
<!----start-footer---->
<!----//End-footer---->
<!---End-wrap----->
</body>
</html>