-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.79 KB
/
Copy pathindex.html
File metadata and controls
44 lines (40 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rivus</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main class="container" data-rivus data-rivus-start="top top" data-rivus-end="bottom bottom" data-rivus-enter="false">
<div class="background"></div>
<section class="sc-kv" data-rivus data-rivus-start="top top" data-rivus-end="bottom top" data-rivus-enter="false">
<h1><span>NOOLNOO DEV</span></h1>
</section>
<section class="sc-info" data-rivus data-rivus-start="top bottom" data-rivus-end="bottom bottom"
data-rivus-enter="false" data-rivus-progress="0">
<div class="sticky-area">
<p class="front-text">
<span>안녕하세요, 인터랙션 디벨로퍼 눌누입니다. 👋</span>
<span>저는 코드로 화면을 움직임을 만들고,</span>
<span>사용자에게 보는 UI가 아닌</span>
<span><strong>느껴지는 경험</strong>이 되도록 고민합니다.</span>
</p>
<p class="back-text">
안녕하세요, 인터랙션 디벨로퍼 눌누입니다. 👋<br />
저는 코드로 화면을 움직임을 만들고,<br />
사용자에게 보는 UI가 아닌<br />
<strong>느껴지는 경험</strong>이 되도록 고민합니다.
</p>
</div>
</section>
<section class="sc-image" data-rivus data-rivus-start="top bottom" data-rivus-end="bottom bottom"
data-rivus-enter="false" data-rivus-progress="0">
<div class="sticky-area"><img src="./assets/image.jpg" alt="크리스마스 이미지" /></div>
</section>
<section class="sc-end"></section>
</main>
<script src="./main.js" type="module"></script>
</body>
</html>