Giter Club home page Giter Club logo

Comments (2)

lifthrasiir avatar lifthrasiir commented on July 22, 2024 3

이것이 원본입니다.

큰 일 납니다

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

<!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>

from 1.

eonj avatar eonj commented on July 22, 2024

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로 배포되어야 합니다.

from 1.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.