Skip to content

Commit

Permalink
add logo image and fix code
Browse files Browse the repository at this point in the history
fix images and code
fix image
modified images and code
modified images and code
change JP logo to EN logo
add link
Merge branch 'main' into change-users-logo
Merge branch 'main' into change-users-logo

Signed-off-by: kpango <kpango@vdaas.org>
  • Loading branch information
kpango committed Feb 20, 2024
1 parent 284186b commit c14b6b3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,16 @@ Docker images tagging policy:
## Vald Users

<p align="center">
<img src="./assets/image/vald-users/yahoojapan.svg" alt="yahoojapan" width="30%" />
&nbsp; &nbsp; &nbsp; &nbsp;
<img src="./assets/image/vald-users/japansearch_color.png.webp" alt="jpsearch" />
</ul>
<a href="https://www.lycorp.co.jp/en/" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/image/vald-users/lycorp_white.png">
<source media="(prefers-color-scheme: light)" srcset="./assets/image/vald-users/lycorp_black.png">
<img alt="LY" src="./assets/image/vald-users/lycorp.png" width="150" height="120">
</picture>
</a>
<a href="https://jpsearch.go.jp/" target="_blank">
<img src="./assets/image/vald-users/japansearch_color.png" alt="jpsearch" width="150" height="120"/>
</a>
</p>

## Contribution
Expand Down
Binary file added assets/image/vald-users/japansearch_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/image/vald-users/japansearch_color.png.webp
Binary file not shown.
Binary file added assets/image/vald-users/lycorp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/vald-users/lycorp_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/vald-users/lycorp_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/image/vald-users/yahoojapan.svg

This file was deleted.

0 comments on commit c14b6b3

Please sign in to comment.