diff --git a/README b/README index 45863d54..8b137891 100644 --- a/README +++ b/README @@ -1,3 +1 @@ -这是一个很小的静态页面,用来庆祝我跟我mm相恋一周年纪念日。同时也为了以程序员的视角来表达浪漫,改变大家对于程序员先入为主的形象,程序员改变世界~ -时间仓促,有很多没有考虑到的地方,大家可以自由的进行二次开发。 -项目主页:http://love.hackerzhou.me \ No newline at end of file + diff --git a/index.html b/index.html index f5d7718f..0df464c3 100644 --- a/index.html +++ b/index.html @@ -20,58 +20,56 @@
/**
- * We are both Fudan SSers and programmers,
- * so I write some code to celebrate our 1st anniversary.
+ * Write some code to celebrate our 1st Christmas.
*/
- Boy i = new Boy("hackerzhou");
- Girl u = new Girl("MaryNee");
- // Nov 2, 2010, I told you I love you.
- i.love(u);
- // Luckily, you accepted and became my girlfriend eversince.
- u.accepted();
- // Since then, I miss u every day.
+ Boy i = new Boy("Xiaoyy");
+ Girl u = new Girl("Meizhu");
+ // Oct 1, 2016, we exchanged wechat.
+ i.meet(u);
+ // Luckily, I met u by our friends.
+ u.attracted(i);
+ // Since then, I miss u every day and night.
i.miss(u);
- // And take care of u and our love.
+ // And take care of u and my love.
i.takeCareOf(u);
- // You say that you won't be so easy to marry me.
- // So I keep waiting and I have confidence that you will.
+ // Whatever You say that you won't be so easy to accpet me.
+ // I keep waiting and I have confidence that you will.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
- // I think it is an important decision
- // and you should think it over.
+ // I think it is an important decision.
+ // Until then, i just want to make you happier, become a member in dailylife.
isHesitate = u.thinkOver();
}
- // After a romantic wedding, we will live happily ever after.
- i.marry(u);
+ //
+ u.accepted(i);
i.liveHappilyWith(u);
- Minyue, I have fallen in love with you for + Meizhu, i have recogenized with you for
- Love u forever and ever.
-
- hackerzhou
+ Be with u forever.
+
- xiaoyy
+ + + + + +
+
+
+ /**
+ * I write some code to celebrate our 1st Christmas.
+ */
+ Boy i = new Boy("Xiaoyy");
+ Girl u = new Girl("Meizhu");
+ // Nov 2, 2010, I told you I love you.
+ i.love(u);
+ // Luckily, I met u by our friends.
+ u.accepted();
+ // Since then, I miss u every day and night.
+ i.miss(u);
+ // And take care of u and my love.
+ i.takeCareOf(u);
+ // Whatever You say that you won't be so easy to accpet me.
+ // I keep waiting and I have confidence that you will.
+ boolean isHesitate = true;
+ while (isHesitate) {
+ i.waitFor(u);
+ // I think it is an important decision.
+ // Until then, i just want to make you happier, become a member in dailylife.
+ isHesitate = u.thinkOver();
+ }
+ //
+ i.marry(u);
+ i.liveHappilyWith(u);
+
+
+ +
+
+ Meizhu, i have recogenized with you for +
+
+
+ Will be with u forever.
+
- xiaoyy
+
+
+
+
+ +
+ + +