Skip to content

Commit c2d7def

Browse files
committed
Readme: Add Nextflow logo, add link to community forum
1 parent d789118 commit c2d7def

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
66

7+
<p align="center">
8+
<a href="https://nextflow.io/">
9+
<picture>
10+
<source media="(prefers-color-scheme: dark)" width="350" srcset="https://github.com/seqeralabs/logos/blob/master/nextflow/nextflow_logo_color_darkbg.png?raw=true">
11+
<img alt="Nextflow Logo" width="350" src="https://github.com/seqeralabs/logos/blob/master/nextflow/nextflowc_logo_color.png?raw=true">
12+
</picture>
13+
</a>
14+
</p>
15+
716
Welcome to the Nextflow training repository!
817
We are excited to have you on the path to writing reproducible and scalable scientific workflows using Nextflow.
918

@@ -13,6 +22,8 @@ We are excited to have you on the path to writing reproducible and scalable scie
1322

1423
- 📚 Nextflow documentation: <https://www.nextflow.io/docs/latest/>
1524

25+
- 💬 Community forum: <https://community.seqera.io/nextflow>
26+
1627
## Contributions
1728

1829
We welcome fixes and improvements from the community. Please fork the repository and create pull-requests with any improvements you'd like to suggest to the docs.

0 commit comments

Comments
 (0)