Skip to content

Commit c9fc2e0

Browse files
committed
Landing page, apk
1 parent 9e79e21 commit c9fc2e0

31 files changed

+17817
-2
lines changed

Todo.apk

4.76 MB
Binary file not shown.

TodoCodenameone/.idea/workspace.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TodoWebsite/.idea/workspace.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_pgbackup/cover_1477427368.css

+163
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
/*
2+
* Globals
3+
*/
4+
5+
/* Links */
6+
a,
7+
a:focus,
8+
a:hover {
9+
color: #fff;
10+
}
11+
12+
/* Custom default button */
13+
.btn-default,
14+
.btn-default:hover,
15+
.btn-default:focus {
16+
color: #333;
17+
text-shadow: none; /* Prevent inheritence from `body` */
18+
background-color: #fff;
19+
border: 1px solid #fff;
20+
}
21+
22+
23+
/*
24+
* Base structure
25+
*/
26+
27+
html,
28+
body {
29+
height: 100%;
30+
background-color: #333;
31+
}
32+
body {
33+
color: #fff;
34+
text-align: center;
35+
text-shadow: 0 1px 3px rgba(0,0,0,.5);
36+
}
37+
38+
/* Extra markup and styles for table-esque vertical and horizontal centering */
39+
.site-wrapper {
40+
display: table;
41+
width: 100%;
42+
height: 100%; /* For at least Firefox */
43+
min-height: 100%;
44+
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
45+
box-shadow: inset 0 0 100px rgba(0,0,0,.5);
46+
}
47+
.site-wrapper-inner {
48+
display: table-cell;
49+
vertical-align: top;
50+
}
51+
.cover-container {
52+
margin-right: auto;
53+
margin-left: auto;
54+
}
55+
56+
/* Padding for spacing */
57+
.inner {
58+
padding: 30px;
59+
}
60+
61+
62+
/*
63+
* Header
64+
*/
65+
.masthead-brand {
66+
margin-top: 10px;
67+
margin-bottom: 10px;
68+
}
69+
70+
.masthead-nav > li {
71+
display: inline-block;
72+
}
73+
.masthead-nav > li + li {
74+
margin-left: 20px;
75+
}
76+
.masthead-nav > li > a {
77+
padding-right: 0;
78+
padding-left: 0;
79+
font-size: 16px;
80+
font-weight: bold;
81+
color: #fff; /* IE8 proofing */
82+
color: rgba(255,255,255,.75);
83+
border-bottom: 2px solid transparent;
84+
}
85+
.masthead-nav > li > a:hover,
86+
.masthead-nav > li > a:focus {
87+
background-color: transparent;
88+
border-bottom-color: #a9a9a9;
89+
border-bottom-color: rgba(255,255,255,.25);
90+
}
91+
.masthead-nav > .active > a,
92+
.masthead-nav > .active > a:hover,
93+
.masthead-nav > .active > a:focus {
94+
color: #fff;
95+
border-bottom-color: #fff;
96+
}
97+
98+
@media (min-width: 768px) {
99+
.masthead-brand {
100+
float: left;
101+
}
102+
.masthead-nav {
103+
float: right;
104+
}
105+
}
106+
107+
108+
/*
109+
* Cover
110+
*/
111+
112+
.cover {
113+
padding: 0 20px;
114+
}
115+
.cover .btn-lg {
116+
padding: 10px 20px;
117+
font-weight: bold;
118+
}
119+
120+
121+
/*
122+
* Footer
123+
*/
124+
125+
.mastfoot {
126+
color: #999; /* IE8 proofing */
127+
color: rgba(255,255,255,.5);
128+
}
129+
130+
131+
/*
132+
* Affix and center
133+
*/
134+
135+
@media (min-width: 768px) {
136+
/* Pull out the header and footer */
137+
.masthead {
138+
position: fixed;
139+
top: 0;
140+
}
141+
.mastfoot {
142+
position: fixed;
143+
bottom: 0;
144+
}
145+
/* Start the vertical centering */
146+
.site-wrapper-inner {
147+
vertical-align: middle;
148+
}
149+
/* Handle the widths */
150+
.masthead,
151+
.mastfoot,
152+
.cover-container {
153+
width: 100%; /* Must be percentage or pixels for horizontal alignment */
154+
}
155+
}
156+
157+
@media (min-width: 992px) {
158+
.masthead,
159+
.mastfoot,
160+
.cover-container {
161+
width: 700px;
162+
}
163+
}

_pgbackup/index_1477427368.html

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="">
8+
<meta name="author" content="">
9+
<title>Cover Template for Bootstrap</title>
10+
<!-- Bootstrap core CSS -->
11+
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
12+
<!-- Custom styles for this template -->
13+
<link href="cover.css" rel="stylesheet">
14+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
15+
<!--[if lt IE 9]>
16+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
17+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
18+
<![endif]-->
19+
</head>
20+
<body>
21+
<a href="https://github.com/ahmedengu/ParseWorkshop">
22+
<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">
23+
</a>
24+
<div class="site-wrapper">
25+
<div class="site-wrapper-inner">
26+
<div class="cover-container">
27+
<div class="masthead clearfix">
28+
<div class="inner">
29+
<h3 class="masthead-brand">ParseWorkshop<br></h3>
30+
<nav>
31+
</nav>
32+
</div>
33+
</div>
34+
<div class="inner cover">
35+
<h1 class="cover-heading">GIVE IT A TRY<br><br></h1>
36+
<p class="lead"><a href="https://ahmedengu.github.io/ParseWorkshop/Todo.apk" class="btn btn-lg btn-block btn-success">APK</a><a href="https://ahmedengu.github.io/ParseWorkshop/TodoWebsite/" class="btn btn-lg btn-block btn-danger">Web APP</a></p>
37+
</div>
38+
<div class="mastfoot">
39+
<div class="inner">
40+
<p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
41+
</div>
42+
</div>
43+
</div>
44+
</div>
45+
</div>
46+
<!-- Bootstrap core JavaScript
47+
================================================== -->
48+
<!-- Placed at the end of the document so the pages load faster -->
49+
<script src="assets/js/jquery.min.js"></script>
50+
<script src="bootstrap/js/bootstrap.min.js"></script>
51+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
52+
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
53+
</body>
54+
</html>

_pgbackup/pinegrow_1477427368.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":{"index.html":{"frameworks":["ParseWorkshop","pg.insight.events","pg.code-validator","pg.project.items","pg.asset.manager","bs3.3.7","pg.html","pg.components"],"last_page_width":927}},"breakpoints":["480px","768px","992px","1200px"],"frameworks":["ParseWorkshop","pg.insight.events","pg.code-validator","pg.project.items","pg.asset.manager","bs3.3.7","pg.html","pg.components"],"template_framework_id":"bootstrap","custom_width":927}

0 commit comments

Comments
 (0)