Skip to content

Commit

Permalink
change some name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
wcong committed Nov 20, 2015
1 parent 7c51b62 commit 0eab9ef
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
<div id="content" style="width: 1110px; height: 625px; margin-top: 78.5px; margin-left: 163px;">
<div id="code" style="margin-top: 112.5px;">
<span class="comments">/**</span><br>
<span class="space"><span class="comments">* We are both Fudan SSers and programmers,</span><br>
<span class="space"><span class="comments">* so I write some code to celebrate our 1st anniversary.</span><br>
<span class="space"><span class="comments">* As a programmers,</span><br>
<span class="space"><span class="comments">* Of course I write some code to celebrate relationship.</span><br>
<span class="space"><span class="comments">*/</span><br>
Boy i = <span class="keyword">new</span> Boy(<span class="string">"hackerzhou"</span>);<br>
Girl u = <span class="keyword">new</span> Girl(<span class="string">"MaryNee"</span>);<br>
<span class="comments">// Nov 2, 2010, I told you I love you. </span><br>
i.love(u);<br>
Boy i = <span class="keyword">new</span> Boy(<span class="string">"wcong"</span>);<br>
Girl u = <span class="keyword">new</span> Girl(<span class="string">"jik yu"</span>);<br>
<span class="comments">// Sep 3, 2015, I told you I like you. </span><br>
i.like(u);<br>
<span class="comments">// Luckily, you accepted and became my girlfriend eversince.</span><br>
u.accepted();<br>
<span class="comments">// Since then, I miss u every day.</span><br>
i.miss(u);<br>
<span class="comments">// And take care of u and our love.</span><br>
<span class="comments">// And take care of u and our relationship.</span><br>
i.takeCareOf(u);<br>
<span class="comments">// You say that you won't be so easy to marry me.</span><br>
<span class="comments">// So I keep waiting and I have confidence that you will.</span><br>
Expand All @@ -50,7 +50,7 @@
<canvas id="garden" width="670" height="625"></canvas>
<div id="words" style="position: absolute; top: 273.5px; left: 673px;">
<div id="messages" style="display: block;">
Minyue, I have fallen in love with you for
jik yu, I have fallen in love with you for
<div id="elapseClock"><span class="digit">5</span> year <span class="digit">0</span> month <span class="digit">17</span> day <span class="digit">13</span> hr <span class="digit">38</span> min <span class="digit">16</span> sec</div>
</div>
<div id="loveu" style="display: block;">
Expand All @@ -61,17 +61,17 @@
</div>
</div>
<div id="copyright">
Inspired by <a href="http://www.openrise.com/lab/FlowerPower/">FlowerPower</a> project.<br>
Copyright © 2014 <a href="http://hackerzhou.me/">hackerzhou.me</a> 2009-2014
Inspired by <a href="http://hackerzhou.me/">hackerzhou</a> project.<br>
Copyright © <span class="copyright-date">2015</span> <a href="http://wcong.github.io/">wcong</a> 2015-<span class="copyright-date">2015</span>
</div>
</div>
<script type="text/javascript">
var offsetX = $("#loveHeart").width() / 2;
var offsetY = $("#loveHeart").height() / 2 - 55;
var displayMode = 1;
var together = new Date();
together.setFullYear(2010, 10, 2);
together.setHours(20);
together.setFullYear(2015, 9, 3);
together.setHours(14);
together.setMinutes(0);
together.setSeconds(0);
together.setMilliseconds(0);
Expand All @@ -80,6 +80,9 @@
displayMode *= -1;
timeElapse(together, displayMode);
});
var now = new Date();
var year = now.getFullYear();
$('.copyright-date').text(year);

if (!document.createElement('canvas').getContext) {
var msg = document.createElement("div");
Expand Down

0 comments on commit 0eab9ef

Please sign in to comment.