Skip to content
Open
Show file tree
Hide file tree
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
24 changes: 12 additions & 12 deletions customize.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"greeting": "Hiya",
"name": "Lydia",
"greeting": "Hello",
"name": "Xuân Mai",
"greetingText": "I really like your name btw!",
"wishText": "May the js.prototypes always be with you! ;)",
"imagePath": "img/lydia2.png",
"text1": "It's your birthday!!! :D",
"wishText": "I hope your special day is filled with joy and laughter! :)",
"imagePath": "img/xuanmai.png",
"text1": "it's your birthday!!! :D",
"textInChatBox": "Happy birthday to you!! Yeee! Many many happy blah...",
"sendButtonLabel": "Send",
"text2": "That's what I was going to do.",
"text3": "But then I stopped.",
"text4": "I realised, I wanted to do something",
"text4Adjective": "special",
"text5Entry": "Because,",
"text2": "That's what I was going to do for these days",
"text3": "but somehow i stopped.",
"text4": "Well, I realize that I want to do something specially",
"text4Adjective": "for you",
"text5Entry": "Because",
"text5Content": "You are Special",
"smiley": ":)",
"bigTextPart1": "S",
"bigTextPart2": "O",
"wishHeading": "Happy Birthday!",
"outroText": "Okay, now come back and tell me if you liked it.",
"replayText": "Or click, if you want to watch it again.",
"outroText": "Actually, it's just some basic code for your birthday.",
"replayText": "Hope you like it",
"outroSmiley": ":)"
}
Binary file added img/tunhu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/xuanmai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 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>Nhớ xem hết nhé!</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 Down Expand Up @@ -41,8 +41,8 @@ <h1 class="one">
<span class="smiley" data-node-name="smiley">:)</span>
</p>
<p class="idea-6">
<span data-node-name="bigTextPart1">S</span>
<span data-node-name="bigTextPart2">O</span>
<span data-node-name="bigTextPart1"></span>
<span data-node-name="bigTextPart2"></span>
</p>
</div>
<div class="six">
Expand Down