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
6 changes: 3 additions & 3 deletions customize.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz",
"greetingText": "I really like your name btw!",
"wishText": "Aankhon me teri Ajab si Ajab si aadae hai, Dil ko bna de malang ye teri wo hawayeinn hai",
"name": "Ada",
"greetingText": "Pewnie się zastanawiasz co to jest...",
"wishText": "Udanego wypadu z rodzinką do niemieckiej ziemii..",
"imagePath": "img/vector.jpg"
}
34 changes: 18 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,44 @@
<div class="container">
<div class="one">
<h1 class="one">
Hey
<span id="name">xyz</span>
Hej
<span id="name">Ada</span>
</h1>
<p class="two" id="greetingText">I really like your name btw!</p>
<p class="two" id="greetingText">Pewnie się zastanawiasz co to jest...</p>
</div>
<div class="three">
<p>It's Valentine!!! :D</p>
<p>To walentynka!!! :D</p>
</div>
<div class="four">
<div class="text-box">
<p class="hbd-chatbox">
Happy Valentine's Day!! Yeee! Love and blah blah...
Szczęśliwego dnia Walentego!! Życzę Ci.. bla bla bla
</p>
<p class="fake-btn">Send</p>
<p class="fake-btn">Wyślij</p>
</div>
</div>
<div class="five">
<p class="idea-1">That's what I was going to do.</p>
<p class="idea-2">But then I stopped.</p>
<p class="idea-1">To jest to co zamiarzałem zrobić</p>
<p class="idea-2">ale...</p>
<p class="idea-3">
I realised, I wanted to do something <strong>special</strong>.
Zdałem sobie sprawę, że chce zrobić coś <strong>specjalnego</strong>.
</p>
<p class="idea-4">Because,</p>
<p class="idea-4">Ponieważ,</p>
<p class="idea-5">
You are Special
Ty jesteś SPECJALNA
<span>:)</span>
</p>
<p class="idea-6">
<span>S</span>
<span>O</span>
<span>W</span>
<span>I</span>
<span>Ę</span>
<span>C</span>
</p>
</div>
<div class="six">
<img src="img/vector.jpg" alt="" class = "girl-dp" id="imagePath" />
<div class="wish">
<h3 class="wish-hbd">Happy Valentine's Day Gorgeous</h3>
<h3 class="wish-hbd">Szczęśliwych walentynek ślicznotko;*</h3>
<h5 id="wishText">kuch kuch</h5>
</div>
</div>
Expand Down Expand Up @@ -124,8 +126,8 @@ <h5 id="wishText">kuch kuch</h5>
</svg>
</div>
<div class="nine">
<p>Okay, now come back and tell me if you liked it.</p>
<p id="replay">Or click, if you want to watch it again.</p>
<p>Okej, teraz mi napisz czy Ci się podobało</p>
<p id="replay">Albo kliknij, jeżeli masz ochotę zobaczyć jeszcze raz</p>
<p class="last-smile">:)</p>
</div>
</div>
Expand Down