Showing
2 changed files
with
22 additions
and
22 deletions
1 | +{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1622976616508} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -19,9 +19,19 @@ | ... | @@ -19,9 +19,19 @@ |
19 | h2{font-family: 'Noto Sans KR', sans-serif;} | 19 | h2{font-family: 'Noto Sans KR', sans-serif;} |
20 | h3{font-family: 'Noto Sans KR', sans-serif;} | 20 | h3{font-family: 'Noto Sans KR', sans-serif;} |
21 | h5{font-family: 'Noto Sans KR', sans-serif;} | 21 | h5{font-family: 'Noto Sans KR', sans-serif;} |
22 | - .middle{ | 22 | + .center{ |
23 | - display: inline-block; | 23 | + background-color: #848484; |
24 | - vertical-align: middle; | 24 | + margin-right: 20%; |
25 | + margin-left: 20%; | ||
26 | + margin-top: 5%; | ||
27 | + text-align:center; | ||
28 | + } | ||
29 | + .g-signin2{ | ||
30 | + width: 100%; | ||
31 | + } | ||
32 | + | ||
33 | + .g-signin2 > div{ | ||
34 | + margin: 0 auto; | ||
25 | } | 35 | } |
26 | </style> | 36 | </style> |
27 | 37 | ||
... | @@ -45,20 +55,14 @@ | ... | @@ -45,20 +55,14 @@ |
45 | </ul> | 55 | </ul> |
46 | </div> | 56 | </div> |
47 | </nav> | 57 | </nav> |
48 | -<div class="pricing-header px-3 py-1 pt-md-3 pb-md-1 mx-auto text-center"> | 58 | +<br><br> |
49 | - <h3 class="display-6 font-weight-bold" >Login</h3> | 59 | + <div class ="center" > |
50 | -</div> | 60 | + <br> |
51 | -<section id="carousel-3" class="text-center"> | 61 | + <h5 class="display-5 font-weight-bold" style="color: white">Cafe Recommend</h5> |
52 | - <div class="row"> | 62 | + <br><br> |
53 | - <div class="col-4"></div> | 63 | + <div class="g-signin2" data-onsuccess="onSignIn" -theme="light" data-width="300" data-height="50" data-longtitle="true">button</div> |
54 | - | 64 | + <br><br> |
55 | - <div class="col-4"><div class="g-signin2" class="text-center" data-onsuccess="onSignIn"></div></div> | ||
56 | - | ||
57 | - | ||
58 | - <a href="#" onclick="signOut();">Sign out</a> | ||
59 | - </div> | ||
60 | </div> | 65 | </div> |
61 | -</section> | ||
62 | </body> | 66 | </body> |
63 | 67 | ||
64 | 68 | ||
... | @@ -77,13 +81,8 @@ | ... | @@ -77,13 +81,8 @@ |
77 | }; | 81 | }; |
78 | xhr.send(JSON.stringify({token : id_token})); | 82 | xhr.send(JSON.stringify({token : id_token})); |
79 | } | 83 | } |
80 | - function signOut() { | ||
81 | - var auth2 = gapi.auth2.getAuthInstance(); | ||
82 | - auth2.signOut().then(function () { | ||
83 | - console.log("User signed out."); | ||
84 | - }); | ||
85 | - } | ||
86 | </script> | 84 | </script> |
87 | <script src="javascripts/bootstrap.js"></script> | 85 | <script src="javascripts/bootstrap.js"></script> |
88 | <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> | 86 | <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> |
89 | </html> | 87 | </html> |
88 | + | ... | ... |
-
Please register or login to post a comment