Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-09 17:35:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61cac2d3b523c169eff95a25ab79a9e4109e82e4
61cac2d3
1 parent
11e90f64
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
5 deletions
html/detail.html
html/index.html
html/statistics.html
html/detail.html
View file @
61cac2d
...
...
@@ -54,6 +54,17 @@
<h2>
혹시 광고 달 계획 있나요?
</h2>
<p>
원작인 악질 이름 생성기의 제작자님의 정신을 이어받아 광고는 일절 받지 않을 계획입니다.
</p>
</div>
<div
class=
"container"
>
<h2>
예시에 나오는 사람은 누구인가요?
</h2>
<p>
본 사이트 제작자의 실제 친구들의 이름입니다. 주거지와는 상관이 없습니다. 그저 예시로서 봐주시면 감사하겠습니다.
</p>
</div>
<div
class=
"container"
>
<h2>
이거 악질 이름 생성기 짝퉁아니에요?
</h2>
<p>
맞습니다. 다만 원작자님의 허가를 받았음을 알려드립니다.
</p>
</div>
<div
class=
"container"
>
<h2>
어쩌다 만들게 되었나요?
</h2>
<p>
사촌동생의 추천으로 한번 해보았는데 너무 재밌어서 저도 뭔가 만들어보고 싶었습니다.
</p>
</div>
<div
class=
"container"
>
<p
class=
"what-is-it-implied"
>
.xx
</p>
...
...
@@ -73,6 +84,7 @@
<li>
악질 이름 생성기 에스크 사용자
</li>
</ul>
<p>
...and 전국 각지에 계신 유튜브 사용자 엄준식씨, 언제나 준구만 보면 흥분하는 김응삼씨
</p>
<p>
이 사이트는 하나의 필터없이 대학 과제로 제출하였습니다.
</p>
<div
class=
"youtube-profile-wrapper"
>
<div
class=
"youtube-profile-img"
id=
"youtube-profile-img"
></div><div
class=
"youtube-profile-name"
id=
"youtube-profile-name"
>
동탄사우나수건도둑엄준식
</div>
</div>
...
...
html/index.html
View file @
61cac2d
...
...
@@ -67,9 +67,7 @@
<script>
setInterval
(
function
()
{
var
exampleName
=
exampleNames
[
Math
.
floor
(
Math
.
random
()
*
exampleNames
.
length
)]
var
exampleLocation
=
exampleLocations
[
Math
.
floor
(
Math
.
random
()
*
exampleLocations
.
length
)]
generate
(
exampleName
,
exampleLocation
,
'example-result'
)
document
.
getElementById
(
'example-location'
).
innerHTML
=
exampleLocation
generate
(
exampleName
,
'example-result'
)
document
.
getElementById
(
'example-name'
).
innerHTML
=
exampleName
},
5000
)
</script>
...
...
html/statistics.html
View file @
61cac2d
...
...
@@ -30,11 +30,30 @@
</head>
<body
class=
"preload"
>
<div
class=
"container"
>
<h1>
얼마나 많은 사람이 이런 곳에 머물렀나요?
</h1>
</div>
<!-- Resources -->
<script
src=
"https://www.amcharts.com/lib/4/core.js"
></script>
<script
src=
"https://www.amcharts.com/lib/4/charts.js"
></script>
<script
src=
"https://www.amcharts.com/lib/4/themes/dark.js"
></script>
<script
src=
"https://www.amcharts.com/lib/4/themes/animated.js"
></script>
<script
src=
"./graph.js"
></script>
<!-- HTML -->
<div
id=
"chartdiv"
></div>
<script
type=
"text/javascript"
src=
"https://www.gstatic.com/charts/loader.js"
></script>
<script>
google
.
charts
.
load
(
'current'
,
{
packages
:[
'corechart'
]});
</script>
<script
src=
"../js/josa.js"
></script>
<script
src=
"../js/common.js"
></script>
<script
src=
"../js/contents.js"
></script>
<script
src=
"../js/generate.js"
></script>
<script
src=
"../js/statistics.js"
></script>
<script
async
src=
"https://apis.google.com/js/client.js"
></script>
</body>
</html>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment