Skip to content

Commit

Permalink
added: some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Sep 21, 2018
1 parent cd02191 commit be31a1b
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# App Privacy Policy Generator
A simple web app to generate a generic privacy policy for your app
A simple web app to generate a generic privacy policy for your Android/iOS apps

Check out the [web app](https://app-privacy-policy-generator.firebaseapp.com/)!

Expand Down
13 changes: 13 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<!doctype html>
<html lang="en">
<!-- Copyright 2017 Nishant Srivastava
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<head>
<meta charset="utf-8">
<title>Page Not Found</title>
Expand Down
4 changes: 2 additions & 2 deletions public/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# TEAM

Nishant Srivastava -- Software Engineer -- @nisrulz
Nishant Srivastava -- Android Engineer -- @nisrulz

# TECHNOLOGY COLOPHON

HTML5, CSS3
jQuery, Modernizr
jQuery, Modernizr, VueJs
18 changes: 17 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
<!doctype html>
<html lang="en">

<!-- Copyright 2017 Nishant Srivastava
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="description" content="A simple web app to generate a generic privacy policy for your Android/iOS apps">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name='copyright' content='Nishant Srivastava'>
<meta name='author' content='Nishant Srivastava, nisrulz@gmail.com'>
<title>App Privacy Policy Generator</title>

<!-- Add to homescreen for Chrome on Android -->
Expand Down
16 changes: 16 additions & 0 deletions public/js/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Copyright 2017 Nishant Srivastava
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */


var vueapp = new Vue({
el: '#vueapp',
data: {
Expand All @@ -20,6 +35,7 @@ var vueapp = new Vue({
firebase_analytics: false,
piwik: false,
fabric: false,
clicky: false,
crashlytics:false,
osType: '',
requirementOfSystem :'system'
Expand Down

0 comments on commit be31a1b

Please sign in to comment.