Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김윤지
/
Probability Death
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
조인화
2019-06-01 19:58:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a716ccbbb9c88ad186871a1c29692f7ac443226a
a716ccbb
1 parent
a67113d7
배경수정
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
graph/index.html
graph/main.html
graph/newbackground.png
graph/index.html
View file @
a716ccb
...
...
@@ -14,7 +14,7 @@
body
{
/* background: linear-gradient( to bottom, #65799B, rgb(38, 14, 41) ); */
/* background-color:#65799B; */
background-image
:
url("
2.jp
g")
;
background-image
:
url("
newbackground.pn
g")
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
...
...
@@ -488,4 +488,4 @@ plotOptions: {
</script>
</body>
</html>
\ No newline at end of file
</html>
...
...
graph/main.html
View file @
a716ccb
...
...
@@ -60,7 +60,7 @@
</head>
<body>
<img
src=
"./
background.jp
g"
alt=
""
style=
"z-index:-1; min-width: 100%; min-height: 100%"
>
<img
src=
"./
newbackground.pn
g"
alt=
""
style=
"z-index:-1; min-width: 100%; min-height: 100%"
>
<div
id=
"banner"
>
<div
style=
"width:100%; text-align: center; padding-top:170px;"
>
<h1
style=
"font-size:90px;"
>
당신이 지금 죽을 확률은?
</h1>
...
...
@@ -70,19 +70,19 @@
<form
action=
"/starting"
method=
"post"
>
<div
class=
"form-inline"
>
<label>
이름
</label>
<input
type=
"text"
name=
"name"
class=
"form-control"
placeholder=
"
김철수
"
style=
"width:200px;"
>
<input
type=
"text"
name=
"name"
class=
"form-control"
placeholder=
"
조인화
"
style=
"width:200px;"
>
&
nbsp
&
nbsp
&
nbsp
&
nbsp
<label>
생년월일
</label>
<input
type=
"text"
name=
"birth"
class=
"form-control"
placeholder=
"9
71009
"
style=
"width:200px;"
>
<input
type=
"text"
name=
"birth"
class=
"form-control"
placeholder=
"9
91025
"
style=
"width:200px;"
>
<br><br><br>
<input
type=
"submit"
value=
"시작하기"
class=
"btn btn-default"
style=
"font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;"
>
</div>
</form>
</div>
</div>
<div
id=
"footer"
>
오픈소스SW개발
조민지 강환석 배희수
</div>
<div
id=
"footer"
>
오픈소스SW개발
김주희 김윤지 조인화
</div>
</body>
</html>
\ No newline at end of file
</html>
...
...
graph/newbackground.png
0 → 100644
View file @
a716ccb
1.18 MB
Please
register
or
login
to post a comment