Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HiJuwon authored Dec 16, 2023
1 parent 53fbd10 commit 52102ef
Show file tree
Hide file tree
Showing 52 changed files with 7,529 additions and 0 deletions.
6,492 changes: 6,492 additions & 0 deletions 3d-scene/index-runtime.js

Large diffs are not rendered by default.

Binary file added 3d-scene/index-scene.code
Binary file not shown.
18 changes: 18 additions & 0 deletions css/metaball.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
body {
margin: 0px;
overflow: hidden;
}

#myCanvas {
width: 100vw;
height: 100vh;
}

a {
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
51 changes: 51 additions & 0 deletions css/page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
body, html {
width: 100vw;
height: 100vh;

margin: 0;
overflow: hidden;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#man-face {
background-color: black;
}

#urticaria {
background-image: url("../img/allergy1.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#urticaria-2 {
background-image: url("../img/allergy4-1.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#urticaria-3 {
background-image: url("../img/allergy4-2.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#urticaria-4 {
background-image: url("../img/allergy9.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#eyes {
background-image: url("../img/allergy10.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
body {
margin: 0;
overflow: hidden;
}
html, body {
height: 100%;
}
canvas {
display: block;
}
16 changes: 16 additions & 0 deletions html/acne-face.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body id = "man-face">
<a href = "eyes.html" style = "width: 40%;">
<img src = "../img/allergy5.png" style = "width: 100%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/allergy1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "../index.html" style = "width: 100%;">
<img src = "../img/yelling.png" style = "width: 100%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/allergy2-2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "allergy2-3.html" style = "width: 70%;">
<img src = "../img/allergy7.png" style = "width: 100%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/allergy2-3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "../index.html" style = "width: 75%;">
<img src = "../img/allergy8.png" style = "width: 100%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/allergy2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "allergy2-2.html" style = "width: 70%;">
<img src = "../img/allergy6.png" style = "width: 100%;">
</a>
</body>
</html>
23 changes: 23 additions & 0 deletions html/allergy3-2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>
<style>
body {
width: 100vw;
height: 100vh;

margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<a href = "../index.html" style = "position: absolute; right: 2rem; bottom: 5rem; width: 100%; display: flex; flex-direction: row-reverse;">
<img src = "../img/allergy3.png" style = "width: 30%;">
</a>
</body>
</html>
23 changes: 23 additions & 0 deletions html/allergy3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>
<style>
body {
width: 100vw;
height: 100vh;

margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<a href = "allergy3-2.html" style = "position: absolute; top: 7rem; left: 5rem; width: 100%;">
<img src = "../img/allergy2.png" style = "width: 30%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/crying-face.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "crying-face2.html">
<img src = "../img/baby.png">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/crying-face2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "crying-face3.html">
<img src = "../img/baby2.png">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/crying-face3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "crying-face4.html">
<img src = "../img/baby3.png">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/crying-face4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href="../css/page.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href = "../index.html">
<img src = "../img/baby4.png">
</a>
</body>
</html>
14 changes: 14 additions & 0 deletions html/eyes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href = "../css/page.css" rel = "stylesheet" type = "text/css">
</head>
<body id = "eyes">
<a href = "../index.html" style = "width: 100vw; height: 100vh;"></a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/man-face.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href = "../css/page.css" rel = "stylesheet" type = "text/css">
</head>
<body>
<a href = "man-face2.html" style = "width: 50%;">
<img src = "../img/man.png" style = "width: 100%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/man-face2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href = "../css/page.css" rel = "stylesheet" type = "text/css">
</head>
<body>
<a href = "man-face3.html" style = "width: 90%;">
<img src = "../img/man2.png" style = "width: 100%;">
</a>
</body>
</html>
16 changes: 16 additions & 0 deletions html/man-face3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<link href = "../css/page.css" rel = "stylesheet" type = "text/css">
</head>
<body>
<a href = "../index.html" style = "width: 100%;">
<img src = "../img/man3.png" style = "width: 100%;">
</a>
</body>
</html>
23 changes: 23 additions & 0 deletions html/meta-ball-page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allergy</title>

<!-- paper.js -->
<script type="text/javascript" src="../js/paper-full.min.js"></script>
<!-- paperscript 작성 -->
<script type="text/paperscript" canvas="myCanvas" src="../js/meta-ball.js"></script>

<link href="../css/metaball.css" rel="stylesheet" type="text/css">
</head>

<body>
<!-- paper.js 인터랙션 캔버스 -->
<canvas id="myCanvas"></canvas>

<a href = "meta-ball-page2.html"></a>
</body>
</html>
Loading

0 comments on commit 52102ef

Please sign in to comment.