Skip to content

Commit 712569f

Browse files
authored
docs: update readme with light/dark logos
1 parent b1e63d5 commit 712569f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
# ☕🚀 Java DDD example: Save the boilerplate in your new projects
2-
3-
<img src="http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png" align="left" width="192px" height="192px"/>
4-
<img align="left" width="0" height="192px" hspace="10"/>
1+
<p align="center">
2+
<a href="https://codely.com">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://codely.com/logo/codely_logo-dark.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://codely.com/logo/codely_logo-light.svg">
6+
<img alt="Codely logo" src="https://codely.com/logo/codely_logo.svg">
7+
</picture>
8+
</a>
9+
</p>
10+
11+
<h1 align="center">
12+
☕🚀 Java DDD example: Save the boilerplate in your new projects
13+
</h1>
14+
15+
<p align="center">
16+
<a href="https://github.com/CodelyTV"><img src="https://img.shields.io/badge/Codely-OS-green.svg?style=flat-square" alt="Codely Open Source projects"/></a>
17+
<a href="https://pro.codely.com"><img src="https://img.shields.io/badge/Codely-Pro-black.svg?style=flat-square" alt="Codely Pro courses"/></a>
18+
<a href="https://github.com/CodelyTV/java-ddd-example/actions"><img src="https://github.com/CodelyTV/java-ddd-example/workflows/CI/badge.svg" alt="CI pipeline status"></a>
19+
</p>
520

621
> ⚡ Start your Java projects as fast as possible
722
8-
[![CodelyTV](https://img.shields.io/badge/codely-tv-green.svg?style=flat-square)](https://codely.tv)
9-
[![CI pipeline status](https://github.com/CodelyTV/java-ddd-example/workflows/CI/badge.svg)](https://github.com/CodelyTV/java-ddd-example/actions)
10-
1123
## ℹ️ Introduction
1224

1325
This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.

0 commit comments

Comments
 (0)