Skip to content

Commit 366ee60

Browse files
committed
Add Logo to Project
1 parent ed746a5 commit 366ee60

File tree

6 files changed

+761
-1
lines changed

6 files changed

+761
-1
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<picture style="margin-right: 15px; float: right;">
2+
<source
3+
media="(prefers-color-scheme: dark)"
4+
srcset="assets/logo-dark.svg"
5+
width="180px"
6+
align="right"
7+
/>
8+
<source
9+
media="(prefers-color-scheme: light)"
10+
srcset="assets/logo-light.svg"
11+
width="180px"
12+
align="right"
13+
/>
14+
<img
15+
src="assets/logo-light.svg"
16+
alt="OpenID Connect logo Logo"
17+
width="180px"
18+
align="right"
19+
/>
20+
</picture>
21+
122
# Crontab
223

324
[![CI](https://github.com/maennchen/crontab/workflows/.github/workflows/elixir.yml/badge.svg)](https://github.com/maennchen/crontab/actions?query=workflow%3A.github%2Fworkflows%2Felixir.yml)
@@ -10,6 +31,8 @@
1031

1132
Elixir library for parsing, writing, and calculating Cron format strings.
1233

34+
<br clear="left"/>
35+
1336
## Installation
1437

1538
Add `:crontab` to your list of dependencies in `mix.exs`:

assets/logo-compromise.png

52.8 KB
Loading

0 commit comments

Comments
 (0)