-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
97 lines (93 loc) · 5.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ParseWorkshop</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css">
</head>
<body>
<a href="https://github.com/ahmedengu/ParseWorkshop">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" data-animation-1
data-animation-trigger-1="load" data-animation-type-1="flash">
</a>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="bounce">ParseWorkshop<br></h3>
<nav>
</nav>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="slideInDown">GIVE IT A TRY<br><br></h1>
<p class="lead"><a href="https://ahmedengu.github.io/ParseWorkshop/Todo.apk"
class="btn btn-lg btn-block btn-success" data-animation-1
data-animation-trigger-1="load" data-animation-type-1="pulse">APK</a>
<a href="https://ahmedengu.github.io/ParseWorkshop/Todo.jad"
class="btn btn-lg btn-block btn-warning" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="pulse">Blackberry JAD</a>
<a href="https://ahmedengu.github.io/ParseWorkshop/UWP.zip"
class="btn btn-lg btn-block btn-info" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="pulse">Universal Windows Platform</a>
<a
href="http://docker19107-env-2854709.mircloud.host:11067"
class="btn btn-lg btn-block btn-primary" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="pulse"
onclick="alert('Username: user\nPassword: pass\n\nKindly, Dont do a harmful thing :)')">Parse
Dashboard</a>
<a href="http://parsetodoslim.tigrimigri.com"
class="btn btn-lg btn-block btn-info" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="pulse"
>Web [PHP (Slim)]</a>
<a href="https://parsetodorails.herokuapp.com"
class="btn btn-lg btn-block btn-info" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="pulse"
>Web [Ruby on Rails]</a>
<a
href="https://ahmedengu.github.io/ParseWorkshop/TodoWebsite/"
class="btn btn-lg btn-block btn-danger" data-animation-1 data-animation-trigger-1="load"
data-animation-type-1="pulse">Web [JS,Angular]</a>
</p>
</div>
<br>
<div class="mastfoot">
<div class="inner">
<p><a href="https://www.facebook.com/events/1768807240073504/" class="btn-lg">Facebook
Event </a><strong> | </strong><a href="http://ieeeaast.org" class="btn-lg">IEEEAAST</a></p>
<p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a
href="https://twitter.com/mdo">@mdo</a>.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/MhdAljuboori/6ea3a3fa48248e3a132a/raw/animator.js"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
</body>
</html>