Compare commits
2 commits
59891ba508
...
3642d02db4
Author | SHA1 | Date | |
---|---|---|---|
3642d02db4 | |||
b012f49b56 |
4 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Build Website
|
||||
|
|
|
@ -33,7 +33,7 @@ eleventyNavigation:
|
|||
<div class="row py-5">
|
||||
<div class="col-12 col-lg-4 col-12 m-3 m-lg-0 fill-col-inner order-lg-1">
|
||||
<div class="me-profile">
|
||||
<img src="/img/samuel-1024-p.png" alt="Samuel Philipp">
|
||||
<img src="/img/samuel-1024-p.jpg" alt="Samuel Philipp">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-8 col-12">
|
||||
|
|
BIN
src/img/bg2.jpg
Normal file
BIN
src/img/bg2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
src/img/bgl.jpg
Normal file
BIN
src/img/bgl.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in a new issue