master
iotcat 2 years ago
parent 22024d16ee
commit 1e801681d5
  1. 2
      effect.js
  2. 42
      index.html

@ -176,7 +176,7 @@ $('document').ready(function(){
$("p:nth-child("+i+")").fadeOut('slow').delay(800).promise().done(function(){
i=i+1;
$("p:nth-child("+i+")").fadeIn('slow').delay(1000);
if(i==50){
if(i== $("#message_row").children("p").length){
$("p:nth-child(49)").fadeOut('slow').promise().done(function () {
$('.cake').fadeIn('fast');
});

@ -102,7 +102,7 @@
</div>
</div>
<div class="row message">
<div class="col-md-12">
<div class="col-md-12" id="message_row">
<p>今天</p>
<p>as beautiful as other days</p>
<p>but you realize</p>
@ -110,46 +110,6 @@
<p>in a blink of the eyes</p>
<p><strong>however</strong></p>
<p>Do you know..?</p>
<p>today is just special</p>
<p>so special to you</p>
<p>that's why</p>
<p>Let's make it...</p>
<p>the best celebration ever</p>
<p>and let me share...</p>
<p>a piece of happiness to you</p>
<p>I made all this...</p>
<p>as a birthday present to you</p>
<p>thanks for being there</p>
<p>thanks for the friendship we made</p>
<p>thanks for everything</p>
<p>I wish you all the best</p>
<p>May your life be at ease</p>
<p>May all your wishes come true</p>
<p>Remember</p>
<p>your ambitions</p>
<p>you live as a free bird...</p>
<p>flying in the blue sky</p>
<p>Now things are different...</p>
<p>real story of your life</p>
<p>is just about to begin</p>
<p>indeed..</p>
<p>but...</p>
<p>don't worry</p>
<p>because...</p>
<p>God has your back</p>
<p>and</p>
<p>this year will be better</p>
<p>and I hope</p>
<p>you'll find...</p>
<p>happiness along the way</p>
<p>keep your spirit up</p>
<p>enjoy every single moment...</p>
<p>that you experience today</p>
<p>fill it with your most beautiful smile</p>
<p>and make it the best memory..</p>
<p>lastly...</p>
<p>I'd like to wish you one more time</p>
<p>a very happy birthday Xola Mathembisa</p>
</div>
</div>
<div class="navbar navbar-fixed-bottom">

Loading…
Cancel
Save