final fixes with karthik/devam home
This commit is contained in:
+25
-1
@@ -10,6 +10,20 @@
|
||||
<script src="https://apis.google.com/js/api.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
||||
|
||||
<!-- Optional theme -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
|
||||
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Unica+One" rel="stylesheet">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Contrail+One" rel="stylesheet">
|
||||
<script type="text/javascript">
|
||||
function onSignIn(googleUser) {
|
||||
var profile = googleUser.getBasicProfile();
|
||||
@@ -25,7 +39,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!--
|
||||
<div class="input">
|
||||
<p class="title">Reflex
|
||||
<font color="yellow" class="title">Accomplishing goals in a better way</font>
|
||||
@@ -37,6 +51,16 @@
|
||||
<br>
|
||||
</p>
|
||||
</div>
|
||||
<-->
|
||||
<div class="input">
|
||||
<p class="title">ReFleX</p>
|
||||
<p class="subtitle">Compete With You</p>
|
||||
<p class="inputs">
|
||||
<br>
|
||||
<button class="g-signin2" data-onsuccess="onSignIn" id="begin"></button>
|
||||
<br>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="indexJs.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user