diff --git a/images/coming-soon.png b/images/coming-soon.png deleted file mode 100644 index 825e8de..0000000 Binary files a/images/coming-soon.png and /dev/null differ diff --git a/images/splash.png b/images/splash.png deleted file mode 100644 index 67815e9..0000000 Binary files a/images/splash.png and /dev/null differ diff --git a/index.html b/index.html index c3b0e48..1f8a203 100644 --- a/index.html +++ b/index.html @@ -3,23 +3,29 @@ - I am pheng. - + Pheng Heong TAN's web-site -
-
- - - -
-
+

+First name: Pheng Heong
+Surname: Tan
+People call me: PH +

+

+

+

- \ No newline at end of file + diff --git a/style.css b/style.css deleted file mode 100644 index 6b981f3..0000000 --- a/style.css +++ /dev/null @@ -1,46 +0,0 @@ -body { - position: relative; - margin: 0; - padding: 0; - background: #f55; -} - -#container { - height: 320px; - /*background: #555;*/ -} - -#splash img { - width: 100%; -} - -#splash { - - position: absolute; - width: 40%; - - margin: 0 0 0 30%; - top: 50%; - -} - -#before { - z-index: 2; -} - -#after { - position: absolute; - z-index: -1; - top: 0px; - visibility: hidden; -} - -#splash:hover #before { - z-index: -1; -} - -#splash:hover #after { - z-index: 1; - visibility: visible; -} -