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
조민지
2018-12-12 17:02:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40d6d231db5128e4da80d7ee1f53746e62436470
40d6d231
1 parent
7433c87b
배경디자인, submit form
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66 additions
and
2 deletions
graph/background.jpg
graph/main.html
views/index.ejs
graph/background.jpg
0 → 100644
View file @
40d6d23
37.7 KB
graph/main.html
0 → 100644
View file @
40d6d23
<!DOCTYPE <!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Page Title
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"main.css"
/>
<script
src=
"main.js"
></script>
<!-- 합쳐지고 최소화된 최신 CSS -->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
>
<!-- 부가적인 테마 -->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"
>
<!-- 합쳐지고 최소화된 최신 자바스크립트 -->
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"
></script>
<style
type=
"text/css"
>
body
{
background-image
:
url('background.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
/* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */
}
h1
{
color
:
white
;
}
label
{
color
:
white
;
font-size
:
20px
;
}
</style>
</head>
<body>
<div
style=
"width:100%; text-align: center; margin-top:170px;"
>
<h1
style=
"font-size:90px;"
>
당신이 지금 죽을 확률은?
</h1>
</div>
<br><br><br>
<div
style=
"width:100%; text-align: center;"
>
<form
action=
"/starting"
method=
"post"
>
<div
class=
"form-inline"
>
<label>
이름
</label>
<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=
"971009"
style=
"width:200px;"
>
<br><br><br>
<input
type=
"submit"
value=
"시작하기"
class=
"btn btn-default"
style=
"width:100px;font-weight: bold; font-size: 18px; background-color: white;"
>
</div>
</form>
</div>
</body>
</html>
\ No newline at end of file
views/index.ejs
View file @
40d6d23
...
...
@@ -86,7 +86,7 @@
},
title
:
{
text
:
"실시간 사망률"
text
:
"
<%=name%>님의
실시간 사망률"
},
xAxis
:
{
type
:
"datetime"
,
...
...
@@ -94,7 +94,7 @@
},
yAxis
:
{
title
:
{
text
:
"
<%=name%>님의 실시간 사망률
"
text
:
"
사망률(%)
"
},
xAxis
:
{
type
:
"datetime"
,
...
...
Please
register
or
login
to post a comment