diff --git a/assets/css/main.css b/assets/css/main.css index f757e97..adf250e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -105,7 +105,7 @@ input, select, textarea { -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; border-bottom: dotted 1px; - color: #49bf9d; + color: #a2a2a2; text-decoration: none; } diff --git a/favicon.ico b/favicon.ico index c7f580d..5abc7bb 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/images/connect4.jpg b/images/connect4.jpg index c9b6eb4..b24fdb5 100644 Binary files a/images/connect4.jpg and b/images/connect4.jpg differ diff --git a/images/pki.jpg b/images/pki.jpg index 67d3586..1c6e263 100644 Binary files a/images/pki.jpg and b/images/pki.jpg differ diff --git a/index.html b/index.html index 13af7b5..ad37e94 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@

About Me

-

I'm really into computer programming and games. I'm majoring in software engineering at Beijing University of Technology now. I also like playing games like Super Mario Bros. Wonder, It Takes Two and God of War

+

I'm really into computer programming and games. I'm majoring in software engineering at Beijing University of Technology now. I like playing games like Super Mario Bros. Wonder, It Takes Two and God of War

@@ -39,8 +39,8 @@
-

Connect 4 Game

-

A Python implementation of the classic text-based Connect 4 game.

+

Connect 4

+

A Python implementation of the classic text-based Connect 4 game (If you don't have access to GitHub, click here).

@@ -51,13 +51,11 @@