Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

큰일 납니다 #61

Open
kiding opened this issue Apr 26, 2019 · 2 comments
Open

큰일 납니다 #61

kiding opened this issue Apr 26, 2019 · 2 comments

Comments

@kiding
Copy link

kiding commented Apr 26, 2019

20190426_160913

@lifthrasiir 님 작품
@Uni- 님 사진

@lifthrasiir
Copy link

lifthrasiir commented Apr 26, 2019

이것이 원본입니다.

큰 일 납니다

우리 모두 직접 만들어 보아요.

<!doctype html>
<style>
body{background:#1263CE url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Green_Field_Blue_Sky_Clouds.jpg/1280px-Green_Field_Blue_Sky_Clouds.jpg);color:white;}
div{float:left;font:300pt Verdana;transform-style:preserve-3d;transform:translateX(-200px) perspective(1000px) rotateX(-50deg) translateX(200px);}
span{position:absolute;color:rgba(255,255,255,0.8);text-shadow:0 0 10px white;}
</style>
<div></div>
<script>
div=document.getElementsByTagName('div')[0];
for(let i=0;i<40;++i){
	let e=document.createElement('span');
	e.innerHTML='1';
	e.style.left = (Math.random()*3000) + 'px';
	e.style.top = (Math.random()*800) + 'px';
	e.style.fontSize = (20 + Math.random()*80) + '%';
	e.style.transform = 'translateZ(' + (Math.random()*100) + 'px)';
	div.appendChild(e);
}
</script>

@eonj
Copy link

eonj commented Apr 26, 2019

Legal Notice

  • 발표 현장 사진 촬영자인 저(@Uni-)는 위 사진을 퍼블릭 도메인으로 이용허여하여 배포합니다. 사진 촬영일은 2019년 4월 26일로 저작권의 소멸기한은 대한민국 저작권법 및 국제 저작권 협약에 따릅니다.
  • 위 사진 속의 발표자료는 강 성훈 님(@lifthrasiir)의 저작물로 본인의 저작권 행사 범위에 있으며 발표 현장의 모습은 본인의 초상권 행사 범위에 있습니다.
  • NDC는 NEXON Corp.의 상표입니다.
  • 슬라이드에 사용된 풍경사진의 배포자인 Stephen Goodwin은 해당 사진을 CC BY-SA 4.0 Int'l로 라이선스하였습니다. 따라서 그 변형저작물 역시 CC BY-SA 4.0 Int'l로 배포되어야 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants