mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Merge pull request #28 from safing/feature/replace-dans-pic
Replace Dans pic
This commit is contained in:
commit
238313d98f
4 changed files with 3 additions and 2 deletions
BIN
assets/img/profiles/dhaavi.jpg
Normal file
BIN
assets/img/profiles/dhaavi.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
|
@ -2,8 +2,9 @@
|
|||
# docker-compose up
|
||||
jekyll:
|
||||
image: jekyll/jekyll
|
||||
command: jekyll serve --watch --incremental
|
||||
command: jekyll serve --watch --incremental --livereload
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 35729:35729
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
|
|
@ -56,7 +56,7 @@ The company behind Safing is _Safing ICS Technologies GmbH_, a private company r
|
|||
<div class="ui three fluid cards middle lowered">
|
||||
<div class="card">
|
||||
<div class="image">
|
||||
<img src="{{ site.assets_url }}img/profiles/dhaavi.png">
|
||||
<img src="{{ site.assets_url }}img/profiles/dhaavi.jpg">
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="ui small header">
|
||||
|
|
Loading…
Add table
Reference in a new issue