diff --git a/.gitignore b/.gitignore index e649f7c..cab2a6d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ tmp *.a mkmf.log .jekyll-cache/ +/projects diff --git a/assets/css/index.scss b/assets/css/index.scss index b93bfe6..56fa774 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -35,6 +35,13 @@ body { height: auto; } +.alert { + font: 14px Arial, sans-serif; + background: white; + border: 1px solid lightgray; + box-shadow: 3px 3px 12px lightgray; +} + .starfield { position: absolute; top: 50%; @@ -94,7 +101,7 @@ body { } .slit-in-horizontal { - animation: slit-in-horizontal 42s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; + animation: slit-in-horizontal 42s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; } @keyframes slit-in-horizontal { @@ -110,4 +117,4 @@ body { transform: translateZ(0) rotateX(0); opacity: 1; } -} \ No newline at end of file +} diff --git a/index.html b/index.html index c68f862..f728ad1 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,52 @@
Please allow this page to play background music and sounds
++ + +
+