From 2f406d1c094bcbbb0bb23bf4a45f8d5882eacd2d Mon Sep 17 00:00:00 2001 From: Alec Hoefler Date: Tue, 29 Jun 2021 11:25:00 +0000 Subject: [PATCH 1/3] Renoves files --- bildquellen.txt | 1 - css/style.css | 1 - css/style.css.map | 1 - docker-compose.yml | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 bildquellen.txt delete mode 100755 css/style.css delete mode 100755 css/style.css.map diff --git a/bildquellen.txt b/bildquellen.txt deleted file mode 100755 index d7638ca..0000000 --- a/bildquellen.txt +++ /dev/null @@ -1 +0,0 @@ -Markus Spiske / https://unsplash.com/photos/jG8nlwLRZTM \ No newline at end of file diff --git a/css/style.css b/css/style.css deleted file mode 100755 index 70dad7c..0000000 --- a/css/style.css +++ /dev/null @@ -1 +0,0 @@ -@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";body,html{height:100%;margin:0}.start-bg-logo{background-image:url("//cdn.a-hoefler.eu/apps/81se1gtsgw/image.jpg");height:92%;background-position:center;background-repeat:no-repeat;background-size:cover}.start-bg-text{text-align:center;position:relative;top:50%;transform:translateY(-50%)}.start-bg-text p,.start-bg-text{background:transparent;font-weight:bold;font-size:100px}.stage{display:flex;height:8%;width:100%;background:transparent}.stage #mouse{content:url("https://api.iconify.design/ion-mouse.svg?height=16&color=White");vertical-align:-0.125em;display:table;margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:20px;height:50px;background:transparent;animation-name:bounce-3;animation-timing-function:ease;align-self:flex-end;animation-duration:1.5s;animation-iteration-count:infinite}@keyframes bounce-3{0%{transform:translateY(0)}30%{transform:translateY(-30px)}50%{transform:translateY(0)}100%{transform:translateY(0)}}.content{margin:40px}.content h1{font-size:40px}.content p{font-size:20px}.content .intro img{width:150px;float:left;margin-bottom:10px;margin-right:10px}.content .intro p{text-align:block}body,*{background-color:#333;color:#fff;font-family:Roboto}/*# sourceMappingURL=style.css.map */ diff --git a/css/style.css.map b/css/style.css.map deleted file mode 100755 index 68a27c5..0000000 --- a/css/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["../scss/_fonts.scss","../scss/_homePage.scss","../scss/_vars.scss","../scss/style.scss"],"names":[],"mappings":"AAAQ,yFCEA,YACA,SAGJ,eACI,iBCGO,oDDFP,WACA,2BACA,4BACA,sBAGJ,eACI,kBACA,kBACA,QACA,2BAGJ,gCAEI,uBACA,iBACA,gBAGJ,OACI,aACA,UACA,WACA,uBACA,cACI,8EACA,wBACA,cACA,iBACA,kBACA,gBACA,mBACA,YACA,uBACA,wBACA,+BACA,oBACA,wBACA,mCAEJ,oBACI,GACI,wBAEJ,IACI,4BAEJ,IACI,wBAEJ,KACI,yBAKZ,SACI,YACA,YACI,eAEJ,WACI,eAGA,oBACI,YACA,WACA,mBACA,kBAEJ,kBACI,iBE9EhB,OAEI,iBDJc,KCKd,WACA,YDEU","file":"style.css"} \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 53f5a0c..2c50e08 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,4 +3,4 @@ services: web: build: . ports: - - 8080:80 \ No newline at end of file + - 8080:80 From 56cd60d82e6d9dbbe521bcc0217883aeb32a3655 Mon Sep 17 00:00:00 2001 From: Alec Hoefler Date: Wed, 30 Jun 2021 07:44:10 +0000 Subject: [PATCH 2/3] Aktualisieren public/.well-known/.htaccess --- public/.well-known/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/.well-known/.htaccess diff --git a/public/.well-known/.htaccess b/public/.well-known/.htaccess new file mode 100644 index 0000000..cb762ef --- /dev/null +++ b/public/.well-known/.htaccess @@ -0,0 +1 @@ +Access-Control-Allow-Origin: * From 0fb860914f64fe1f21cd3e7fe75abde312b14e39 Mon Sep 17 00:00:00 2001 From: Alec Hoefler Date: Thu, 1 Jul 2021 05:49:07 +0000 Subject: [PATCH 3/3] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2c50e08..86dde96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ version: "3.3" services: web: - build: . + image: gitlab.a-hoefler.eu/ha/profilpage ports: - 8080:80