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

update #187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions customize.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"greeting": "Hiya",
"name": "Lydia",
"greeting": "Ni Hao",
"name": "Pema Tashi Norbu",
"greetingText": "I really like your name btw!",
"wishText": "May the js.prototypes always be with you! ;)",
"wishText": "May you always be with people you enjoy! ;)",
"imagePath": "img/lydia2.png",
"text1": "It's your birthday!!! :D",
"textInChatBox": "Happy birthday to you!! Yeee! Many many happy blah...",
Expand All @@ -17,7 +17,7 @@
"bigTextPart1": "S",
"bigTextPart2": "O",
"wishHeading": "Happy Birthday!",
"outroText": "Okay, now come back and tell me if you liked it.",
"outroText": "You seems sad recently it's okay to feel sad sometimes; it's a part of being human. I know it might seem like the sadness never ends, but please remember that you're stronger than you realize. Be kind to yourself, and remember to reach out whenever you need me but if problem is the money- BYE.",
"replayText": "Or click, if you want to watch it again.",
"outroSmiley": ":)"
}
2 changes: 1 addition & 1 deletion img/hat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/lydia.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 modified img/lydia2.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 @@ -16,9 +16,9 @@
<div class="one">
<h1 class="one">
<span data-node-name="greeting">Hey</span>
<span data-node-name="name">Lydia</span>
<span data-node-name="name">PTN</span>
</h1>
<p class="two" data-node-name="greetingText">I really like your name btw!</p>
<p class="two" data-node-name="greetingText">I really like your name btw!(JOKE)</p>
</div>
<div class="three">
<p data-node-name="text1">It's your birthday!!! :D</p>
Expand All @@ -37,7 +37,7 @@ <h1 class="one">
<strong data-node-name="text4Adjective">special</strong>.</p>
<p class="idea-4" data-node-name="text5Entry">Because,</p>
<p class="idea-5">
<span data-node-name="text5Content">You are Special</span>
<span data-node-name="text5Content">You are Special clear</span>
<span class="smiley" data-node-name="smiley">:)</span>
</p>
<p class="idea-6">
Expand Down