Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
CafeRecommend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최정민
2021-06-06 19:50:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e5a3d2b9fb7af1c53d673785ebab9b131a5b30ac
e5a3d2b9
1 parent
0a37f612
DOCS : 첫페이지 스타일 변경
-
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
sessions/xc2gJemTLH-j_71psM4OTC7T1CwjcUxL.json
views/index.ejs
sessions/xc2gJemTLH-j_71psM4OTC7T1CwjcUxL.json
0 → 100644
View file @
e5a3d2b
{
"cookie"
:{
"originalMaxAge"
:
null
,
"expires"
:
null
,
"httpOnly"
:
true
,
"path"
:
"/"
},
"__lastAccess"
:
1622976616508
}
\ No newline at end of file
views/index.ejs
View file @
e5a3d2b
...
...
@@ -19,9 +19,19 @@
h2
{
font-family
:
'Noto Sans KR'
,
sans-serif
;}
h3
{
font-family
:
'Noto Sans KR'
,
sans-serif
;}
h5
{
font-family
:
'Noto Sans KR'
,
sans-serif
;}
.middle
{
display
:
inline-block
;
vertical-align
:
middle
;
.center
{
background-color
:
#848484
;
margin-right
:
20%
;
margin-left
:
20%
;
margin-top
:
5%
;
text-align
:
center
;
}
.g-signin2
{
width
:
100%
;
}
.g-signin2
>
div
{
margin
:
0
auto
;
}
</style>
...
...
@@ -45,20 +55,14 @@
</ul>
</div>
</nav>
<div
class=
"pricing-header px-3 py-1 pt-md-3 pb-md-1 mx-auto text-center"
>
<h3
class=
"display-6 font-weight-bold"
>
Login
</h3>
</div>
<section
id=
"carousel-3"
class=
"text-center"
>
<div
class=
"row"
>
<div
class=
"col-4"
></div>
<div
class=
"col-4"
><div
class=
"g-signin2"
class=
"text-center"
data-onsuccess=
"onSignIn"
></div></div>
<a
href=
"#"
onclick=
"signOut();"
>
Sign out
</a>
</div>
<br><br>
<div
class =
"center"
>
<br>
<h5
class=
"display-5 font-weight-bold"
style=
"color: white"
>
Cafe Recommend
</h5>
<br><br>
<div
class=
"g-signin2"
data-onsuccess=
"onSignIn"
-theme=
"light"
data-width=
"300"
data-height=
"50"
data-longtitle=
"true"
>
button
</div>
<br><br>
</div>
</section>
</body>
...
...
@@ -77,13 +81,8 @@
};
xhr
.
send
(
JSON
.
stringify
({
token
:
id_token
}));
}
function
signOut
()
{
var
auth2
=
gapi
.
auth2
.
getAuthInstance
();
auth2
.
signOut
().
then
(
function
()
{
console
.
log
(
"User signed out."
);
});
}
</script>
<script
src=
"javascripts/bootstrap.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.1.1.min.js"
></script>
</html>
...
...
Please
register
or
login
to post a comment