-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 3.47 KB
/
index.html
File metadata and controls
20 lines (20 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google-signin-client_id" content="330165145141-aj6hi4mrdb3ea87t038caaguu0eqj1s2.apps.googleusercontent.com"><title>vHelp</title><link rel="stylesheet" href="styles/main.css"><!-- TODO add manifest here --><link rel="manifest" href="./manifest.json"><!-- Add to home screen for Safari on iOS --><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="pwa"><link rel="apple-touch-icon" href="./images/icons/icon-152x152.png"><meta name="msapplication-TileImage" content="./images/icons/icon-144x144.png"><meta name="msapplication-TileColor" content="#2F3BA2"><script src="https://www.gstatic.com/firebasejs/3.6.9/firebase.js"></script><script src="./scripts/firebase.js"></script><script>// Initialize Firebase
var config = {
apiKey: "AIzaSyDDGSn7kYD5PB8J8Ui3ZPJVEFRIdIL61vA",
authDomain: "wehelp-1486785287426.firebaseapp.com",
databaseURL: "https://wehelp-1486785287426.firebaseio.com",
storageBucket: "wehelp-1486785287426.appspot.com",
messagingSenderId: "980853103197"
};
firebase.initializeApp(config);
var requestingUser = firebase.database().ref('requestingUser/');
requestingUser.on('value', function(user) {
console.log('New request', user.val());
});</script></head><body><div class="home-base"><div class="title-icon"><img src="./assets/images/help-icon.png" alt=""></div><div class="title-home">vHelp</div><div class="g-signin2" data-onsuccess="onSignIn" data-theme="light"></div><div class="sign-in"><div class="button"><div class="icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" class="abcRioButtonSvg"><g><path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path><path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path><path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path><path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path><path fill="none" d="M0 0h48v48H0z"></path></g></svg></div></div><div class="text-container"><div class="text">Sign in with Google</div></div></div><a href="./needHelp.html" class="next">Next ></a></div><script src="https://apis.google.com/js/platform.js" async defer="defer"></script><script src="./scripts/authenticate.js"></script><script src="./scripts/app.js" async></script><!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --><!-- <script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script> --><script src="scripts/vendor.js"></script><script src="scripts/main.js"></script></body></html>