diff --git a/web/css/app.css b/web/css/app.css new file mode 100644 index 0000000..e357f35 --- /dev/null +++ b/web/css/app.css @@ -0,0 +1,7 @@ + html, + body { + margin: 0; + padding: 0; + height: 100%; + background-color: #1e1e1e; + } \ No newline at end of file diff --git a/web/css/loading.css b/web/css/loading.css new file mode 100644 index 0000000..ba43012 --- /dev/null +++ b/web/css/loading.css @@ -0,0 +1,19 @@ +@keyframes logo-pulse { + 0% { + transform: scale(.8); + } + + + 100% { + transform: scale(1); + } +} + +.loading-animation-container .logo { + position: absolute; + margin: auto auto; + inset: 0; + width: 240px; + height: 240px; + animation: logo-pulse 1.6s alternate infinite; +} \ No newline at end of file diff --git a/web/index.html b/web/index.html index 0fd7eea..6cb78ca 100644 --- a/web/index.html +++ b/web/index.html @@ -19,9 +19,17 @@ Open Work + + + + +
+ +
+