-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.99 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>For My Dearest Jasmine...</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Deden">
<meta charset="UTF-8">
<script type="text/javascript" src="./main.js"></script>
<link rel="icon" type="image/png" href="/assets/img/heart.png">
</head>
<body>
<div class = "parent-container" id ="content">
<section class="child-container" id="rotating-text-section">
<h1 class="welcome-message" id="rotating-text">Hello, My Love ♥</h1>
</section>
</div>
<div class = "parent-container" id ="content">
<section class="child-container" id="normal-text-section">
<div style="text-align: left;">
<h1>Hello, My Jasmine ♥</h1>
<h2>Happy Birthday and Happy Anniversary</h2>
<p>Hiiii my sweetie. Happy birthday! Thank you for being a part of my life. Your'e a gift. The most amazing thing in my life is you.</p>
<p>I cannot believe that you have come this far. You've grown sooo much the past year. You've gone through a shit ton of ups and downs and persevered and came ut on top. I am so proud of you. I can't believe that I got the privilege to be part of your life.</p>
<p>Your'e amazing. The absolute best. Happy birthday my love. Have a blast.</p>
<p style="font-style: italic; font-weight: bold;">I love you.</p>
<p style="font-style: italic;">- Your one and only Deden</p>
<p style="font-style:italic; font-size: small;">Psst. Bookmark this site. It will get more and more updates in the future :)</p>
</div>
<div>
<img src="assets/img/for_welcome.jpg" alt="Us">
</div>
</section>
</div>
</body>
</html>