diff --git a/.forgejo/workflows/build-deploy.yml b/.forgejo/workflows/build-deploy.yml index 91e7caa..d85f8dc 100644 --- a/.forgejo/workflows/build-deploy.yml +++ b/.forgejo/workflows/build-deploy.yml @@ -9,7 +9,7 @@ jobs: container: image: node:lts steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Install Dependencies run: npm install - name: Build English Version @@ -28,7 +28,7 @@ jobs: needs: [build] if: github.ref == 'refs/heads/develop' steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 - name: Install Dependencies run: which lftp || ( apk --update add lftp ) - name: Deploy English Version @@ -51,7 +51,7 @@ jobs: needs: [build] if: github.ref == 'refs/heads/main' steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 - name: Install Dependencies run: which lftp || ( apk --update add lftp ) - name: Deploy English Version diff --git a/package.json b/package.json index c98e439..3f1c967 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de" }, "optionalDependencies": { - "browser-sync": "^3.0.2" + "browser-sync": "^2.29.3" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", @@ -28,14 +28,14 @@ "cpx": "^1.5.0", "eleventy-plugin-rev": "^2.0.0", "eleventy-sass": "^2.2.4", - "glob": "^10.3.12", - "minify": "^11.1.1", - "postcss": "^8.4.38", - "sass": "^1.72.0", + "glob": "^10.3.10", + "minify": "^10.5.2", + "postcss": "^8.4.32", + "sass": "^1.69.5", "uncss": "^0.17.3" }, "dependencies": { - "bootstrap": "^5.3.3", - "flag-icons": "^7.2.1" + "bootstrap": "^5.3.2", + "flag-icons": "^7.0.3" } } diff --git a/src/img/samuel-1024.jpg b/src/img/samuel-1024.jpg index 8078751..54f1acf 100644 Binary files a/src/img/samuel-1024.jpg and b/src/img/samuel-1024.jpg differ diff --git a/src/index.html b/src/index.html index 42a5ed3..343c527 100644 --- a/src/index.html +++ b/src/index.html @@ -364,7 +364,7 @@ title: {{site.title}} - +^ diff --git a/src/scss/main.scss b/src/scss/main.scss index 965c658..94672a1 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -1,4 +1,4 @@ -$primary: #fea500; +$primary: #006269; $secondary: #444; @import "bootstrap/scss/bootstrap-grid"; @import "bootstrap/scss/bootstrap-reboot"; @@ -24,14 +24,6 @@ body { margin: 0; } -a { - color: #444; - - &:hover { - color: #222; - } -} - header { position: relative; height: 100%; @@ -294,7 +286,7 @@ section { display: block; font-size: 20px; font-weight: bold; - color: #666; + color: $primary; } } @@ -663,8 +655,8 @@ footer { position: absolute; inset: 30%; transform: translateY(20%) rotate(-45deg); - border-top: 5px solid #000; - border-right: 5px solid #000; + border-top: 5px solid #fff; + border-right: 5px solid #fff; } }