-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
7,529 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.