Skip to content

Commit

Permalink
New website
Browse files Browse the repository at this point in the history
- new image
- support darkmode
  • Loading branch information
DrYak committed Oct 3, 2024
1 parent 7037675 commit dc2a1a0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- markdownlint-disable MD013 MD041 -->

![Logo](https://cbg-ethz.github.io/V-pipe/img/logo.svg)
<picture>
<source
media="(prefers-color-scheme: light)"
srcset="https://cbg-ethz.github.io/V-pipe/assets/img/logo-vpipe.svg">
<source
media="(prefers-color-scheme: dark)"
srcset="https://cbg-ethz.github.io/V-pipe/assets/img/logo-vpipe-dark.svg">
<img alt="Logo" src="https://cbg-ethz.github.io/V-pipe/assets/img/logo-vpipe.svg" width="50%" />
</picture>

[![bio.tools](https://img.shields.io/badge/bio-tools-blue.svg)](https://bio.tools/V-Pipe)
[![Snakemake](https://img.shields.io/badge/snakemake-≥7.11.0-blue.svg)](https://snakemake.github.io/snakemake-workflow-catalog/?usage=cbg-ethz/V-pipe)
Expand Down

0 comments on commit dc2a1a0

Please sign in to comment.