diff --git a/assets/css/main.css b/assets/css/main.css index 6e39655..34bbd6d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2162,6 +2162,10 @@ background: rgba(192, 192, 192, 0.35); } + #header img { + margin-bottom: 2em; + } + #header footer { margin: 1em 0 0 0; } @@ -2177,22 +2181,12 @@ body.homepage #header:after { content: ''; - background: #1C0920; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; - opacity: 0; - -moz-transition: opacity 2.5s ease-in-out; - -webkit-transition: opacity 2.5s ease-in-out; - -ms-transition: opacity 2.5s ease-in-out; - transition: opacity 2.5s ease-in-out; - -moz-transition-delay: 0.5s; - -webkit-transition-delay: 0.5s; - -ms-transition-delay: 0.5s; - transition-delay: 0.5s; } body.homepage.is-loading #header:after { diff --git a/images/avatar.png b/images/avatar.png new file mode 100644 index 0000000..9538855 Binary files /dev/null and b/images/avatar.png differ diff --git a/images/header.jpg b/images/header.jpg index a53138d..d4efe92 100644 Binary files a/images/header.jpg and b/images/header.jpg differ diff --git a/index.html b/index.html index dc4f5bb..f226d47 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -->
-Another fine freebie by HTML5 UP
+printf("Hello World!");