-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbirthdayLetter.html
66 lines (57 loc) · 2.68 KB
/
birthdayLetter.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Letter Animation</title>
<link rel="stylesheet" href="src/static/css/birthdayLetter.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
</head>
<body>
<div class="navBar">
<div class="icon"><a href="/HUI">HUI</a></div>
</div>
<div class="envelope">
<div class="cardPreview">
<i class="fas fa-heart"></i>
</div>
</div>
<div class="background"></div>
<section class="card">
<p class="recipient">Dear. 너너</p>
<p class="sender">From. 나나</p>
<div class="contents">
<div class="content active">
<p>국가는 농·어민과 중소기업의 자조조직을 육성하여야 하며, 그 자율적 활동과 발전을 보장한다.</p>
<p>누구든지 체포 또는 구속을 당한 때에는 적부의 심사를 법원에 청구할 권리를 가진다.</p>
<p>모든 국민은 신체의 자유를 가진다.</p>
<p>누구든지 법률에 의하지 아니하고는 체포·구속·압수·수색 또는 심문을 받지 아니하며,</p>
</div>
<div class="content">
<p>ㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴㄴ</p>
<p>누구든지 체포 또는 구속을 당한 때에는 적부의 심사를 법원에 청구할 권리를 가진다.</p>
<p>모든 국민은 신체의 자유를 가진다.</p>
<p>누구든지 법률에 의하지 아니하고는 체포·구속·압수·수색 또는 심문을 받지 아니하며,</p>
</div>
<div class="content">
<p>ㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷ</p>
<p>모든 국민은 신체의 자유를 가진다.</p>
<p>누구든지 법률에 의하지 아니하고는 체포·구속·압수·수색 또는 심문을 받지 아니하며,</p>
<p>법률과 적법한 절차에 의하지 아니하고는 처벌·보안처분 또는 강제노역을 받지 아니한다.</p>
</div>
<div class="content">
<div class="velas">
<div class="fuego"></div>
<div class="fuego"></div>
<div class="fuego"></div>
<div class="fuego"></div>
<div class="fuego"></div>
</div>
<p class="lastContent">누구야, 생일축하해!</p>
</div>
</div>
</section>
</body>
<script src="src/static/js/birthdayLetter.js"></script>
</html>