diff --git a/angular.json b/angular.json index 00ce5e8..5772bea 100644 --- a/angular.json +++ b/angular.json @@ -34,6 +34,11 @@ { "glob": "**/*", "input": "public" + }, + { + "glob": "**/*", + "input": "src/assets", + "output": "assets" } ], "styles": [ diff --git a/src/app/home-component/home-component.css b/src/app/home-component/home-component.css index 89e9471..3b83a8f 100644 --- a/src/app/home-component/home-component.css +++ b/src/app/home-component/home-component.css @@ -4,4 +4,12 @@ } .animate-fadeUp { animation: fadeUp 1s ease forwards; } -.animate-fadeUp-delay { animation: fadeUp 1s 0.2s ease forwards; opacity: 0; } \ No newline at end of file +.animate-fadeUp-delay { animation: fadeUp 1s 0.2s ease forwards; opacity: 0; } + + +@keyframes fade { + 0% { opacity: 0;} + 100% { opacity: 1;} +} + +.animate-fade-logo { animation: fade 1.5s 0.5s ease forwards; opacity: 0; } diff --git a/src/app/home-component/home-component.html b/src/app/home-component/home-component.html index 5c65bdd..cd1a3aa 100644 --- a/src/app/home-component/home-component.html +++ b/src/app/home-component/home-component.html @@ -3,10 +3,17 @@
-

InfiniMotion

-

- Absolut war gestern, Bewegung ist heute! -

+
+
+ +
+
+

InfiniMotion

+

+ Absolut war gestern, Bewegung ist heute! +

+
+
diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000..7183a2d Binary files /dev/null and b/src/assets/logo.png differ diff --git a/src/index.html b/src/index.html index 4edb253..da193c0 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - Infinifront + InfiniMotion