Compare commits
4 commits
24cfc684c4
...
715fe07052
Author | SHA1 | Date | |
---|---|---|---|
715fe07052 | |||
fedba8670a | |||
e4ecc55808 | |||
3c270552a0 |
5 changed files with 14 additions and 14 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: github.ref == 'refs/heads/develop'
|
if: github.ref == 'refs/heads/develop'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: which lftp || ( apk --update add lftp )
|
run: which lftp || ( apk --update add lftp )
|
||||||
- name: Deploy English Version
|
- name: Deploy English Version
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: which lftp || ( apk --update add lftp )
|
run: which lftp || ( apk --update add lftp )
|
||||||
- name: Deploy English Version
|
- name: Deploy English Version
|
||||||
|
|
10
package.json
10
package.json
|
@ -29,13 +29,13 @@
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.10",
|
||||||
"minify": "^11.0.1",
|
"minify": "^11.1.1",
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.35",
|
||||||
"sass": "^1.69.7",
|
"sass": "^1.72.0",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.3.2",
|
"bootstrap": "^5.3.3",
|
||||||
"flag-icons": "^7.1.0"
|
"flag-icons": "^7.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
BIN
src/img/samuel-1024-p.jpg
Normal file
BIN
src/img/samuel-1024-p.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
|
@ -26,12 +26,12 @@ title: {{site.title}}
|
||||||
<meta property="og:title" content="{{site.title}}">
|
<meta property="og:title" content="{{site.title}}">
|
||||||
<meta property="og:description" content="{{site.description}}">
|
<meta property="og:description" content="{{site.description}}">
|
||||||
<meta property="og:site_name" content="{{site.title}}">
|
<meta property="og:site_name" content="{{site.title}}">
|
||||||
<meta property="og:image" content="{{site.language.url}}/img/samuel-1024.jpg">
|
<meta property="og:image" content="{{site.language.url}}/img/samuel-1024-p.jpg">
|
||||||
<meta property="og:updated_time" content="{{site.buildTime}}">
|
<meta property="og:updated_time" content="{{site.buildTime}}">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="{{site.title}}">
|
<meta name="twitter:title" content="{{site.title}}">
|
||||||
<meta name="twitter:description" content="{{site.description}}">
|
<meta name="twitter:description" content="{{site.description}}">
|
||||||
<meta name="twitter:image" content="{{site.language.url}}/img/samuel-1024.jpg">
|
<meta name="twitter:image" content="{{site.language.url}}/img/samuel-1024-p.jpg">
|
||||||
<link rel="shortcut icon" href="/img/samuel.png">
|
<link rel="shortcut icon" href="/img/samuel.png">
|
||||||
<link rel="stylesheet" href="{{ '/css/main.css' | rev }}">
|
<link rel="stylesheet" href="{{ '/css/main.css' | rev }}">
|
||||||
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-domains="samuel-philipp.de"
|
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-domains="samuel-philipp.de"
|
||||||
|
@ -56,7 +56,7 @@ title: {{site.title}}
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="d-flex flex-column flex-grow-1 justify-content-center">
|
<div class="d-flex flex-column flex-grow-1 justify-content-center">
|
||||||
<img class="profile-thumb mb-4" src="img/samuel-1024.jpg" alt="Samuel Philipp">
|
<img class="profile-thumb mb-4" src="img/samuel-1024-p.jpg" alt="Samuel Philipp">
|
||||||
<h1>{{site.title}}</h1>
|
<h1>{{site.title}}</h1>
|
||||||
<h3>{{site.subtitle}}</h3>
|
<h3>{{site.subtitle}}</h3>
|
||||||
<ul class="social-icons mt-2">
|
<ul class="social-icons mt-2">
|
||||||
|
@ -364,7 +364,7 @@ title: {{site.title}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<a class="back-top" href="#top">^</a>
|
<a class="back-top" href="#top"></a>
|
||||||
<script type="text/javascript" src="{{ '/js/main.js' | rev }}"></script>
|
<script type="text/javascript" src="{{ '/js/main.js' | rev }}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
$primary: #006269;
|
$primary: #fea500;
|
||||||
$secondary: #444;
|
$secondary: #444;
|
||||||
@import "bootstrap/scss/bootstrap-grid";
|
@import "bootstrap/scss/bootstrap-grid";
|
||||||
@import "bootstrap/scss/bootstrap-reboot";
|
@import "bootstrap/scss/bootstrap-reboot";
|
||||||
|
@ -655,8 +655,8 @@ footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 30%;
|
inset: 30%;
|
||||||
transform: translateY(20%) rotate(-45deg);
|
transform: translateY(20%) rotate(-45deg);
|
||||||
border-top: 5px solid #fff;
|
border-top: 5px solid #000;
|
||||||
border-right: 5px solid #fff;
|
border-right: 5px solid #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue