Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.html #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Happy Birthday!!! :)</title>
<title>Happy Birthday!!</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<link rel="stylesheet" href="style/style.css">
Expand All @@ -15,29 +15,29 @@
<div class="container">
<div class="one">
<h1 class="one">
<span data-node-name="greeting">Hey</span>
<span data-node-name="name">Lydia</span>
<span data-node-name="greeting">Halo</span>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we make it dynamic ?

<span data-node-name="name">Ajeng</span>
</h1>
<p class="two" data-node-name="greetingText">I really like your name btw!</p>
</div>
<div class="three">
<p data-node-name="text1">It's your birthday!!! :D</p>
<p data-node-name="text1">It's your birthday, ya walaupun telat sih:D</p>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add locale support too.

</div>
<div class="four">
<div class="text-box">
<p class="hbd-chatbox" data-node-name="textInChatBox">Happy birthday to you!! Yeee! Many many happy blah...</p>
<p class="hbd-chatbox" data-node-name="textInChatBox">Happy birthday to you! semoga tahun ini lebih banyak bahagia daripada sedihnya ya. dan, terimakasih udah memilih lahir dan temenan sama aku hehe..</p>
<p class="fake-btn" data-node-name="sendButtonLabel">Send</p>
</div>
</div>
<div class="five">
<p class="idea-1" data-node-name="text2">That's what I was going to do.</p>
<p class="idea-2" data-node-name="text3">But then I stopped.</p>
<p class="idea-1" data-node-name="text2">Itu aja sih yang pengen tak sampein</p>
<p class="idea-2" data-node-name="text3">tapi kayanya ada yang kurang..</p>
<p class="idea-3">
<span data-node-name="text4">I realised, I wanted to do something</span>
<strong data-node-name="text4Adjective">special</strong>.</p>
<p class="idea-4" data-node-name="text5Entry">Because,</p>
<span data-node-name="text4">aku mau ngasih tahu kalau kamu itu </span>
<strong data-node-name="text4Adjective">hebat</strong>.</p>
<p class="idea-4" data-node-name="text5Entry">karna,</p>
<p class="idea-5">
<span data-node-name="text5Content">You are Special</span>
<span data-node-name="text5Content">You are strong</span>
<span class="smiley" data-node-name="smiley">:)</span>
</p>
<p class="idea-6">
Expand All @@ -50,7 +50,7 @@ <h1 class="one">
<img src="img/hat.svg" alt="" class="hat">
<div class="wish">
<h3 class="wish-hbd" data-node-name="wishHeading">Happy Birthday!</h3>
<h5 data-node-name="wishText">May the js.prototypes always be with you! ;)</h5>
<h5 data-node-name="wishText">sorry kalau aneh HAHAHAHA tapi pengen aja sesekali ngasih begini ke kamu ;)</h5>
</div>
</div>
<div class="seven">
Expand Down Expand Up @@ -120,8 +120,8 @@ <h5 data-node-name="wishText">May the js.prototypes always be with you! ;)</h5>
</svg>
</div>
<div class="nine">
<p data-node-name="outroText">Okay, now come back and tell me if you liked it.</p>
<p id="replay" data-node-name="replayText">Or click, if you want to watch it again.</p>
<p data-node-name="outroText">Oke, sekarang balik dan kasih tau aku kalau kamu suka ini.</p>
<p id="replay" data-node-name="replayText">atau klik ini, kalau kamu mau ngulang dari awal</p>
<p class="last-smile" data-node-name="outroSmiley">:)</p>
</div>
</div>
Expand All @@ -130,4 +130,4 @@ <h5 data-node-name="wishText">May the js.prototypes always be with you! ;)</h5>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
<script type="application/javascript" src="script/main.js"></script>

</html>
</html>