Skip to content

Commit 48e7c9a

Browse files
committed
add logo to readme
1 parent 3fa871a commit 48e7c9a

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# facil.io 0.8.x - The C Server Toolbox Library (C STL)
22

3-
[![POSIX C/C++ CI](https://github.com/facil-io/cstl/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/facil-io/cstl/actions/workflows/c-cpp.yml) [![Windows C/C++ CI](https://github.com/facil-io/cstl/actions/workflows/windows.yml/badge.svg)](https://github.com/facil-io/cstl/actions/workflows/windows.yml) [![Windows Clang CI](https://github.com/facil-io/cstl/actions/workflows/windows_clang.yml/badge.svg)](https://github.com/facil-io/cstl/actions/workflows/windows_clang.yml)
3+
[![facil.io logo](./extras/logo.svg?raw=true "facil.io")](https://github.com/facil-io/cstl)[![POSIX C/C++ CI](https://github.com/facil-io/cstl/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/facil-io/cstl/actions/workflows/c-cpp.yml) [![Windows C/C++ CI](https://github.com/facil-io/cstl/actions/workflows/windows.yml/badge.svg)](https://github.com/facil-io/cstl/actions/workflows/windows.yml) [![Windows Clang CI](https://github.com/facil-io/cstl/actions/workflows/windows_clang.yml/badge.svg)](https://github.com/facil-io/cstl/actions/workflows/windows_clang.yml)
44

55
> **The [facil.io](http://facil.io) C STL aims to provide C developers with easy-to-use tools to write memory safe and performant programs**.
66
7+
78
## This C Server Toolbox Library Powers a microFramework
89

910
The [facil.io library](https://facil.io) is much more than a Web Application Framework and includes core tools and type templates that any C (and C++) project will find useful.
@@ -83,7 +84,9 @@ If you're submitting a PR, make sure to update the corresponding code slice (fil
8384

8485
Note that the master branch is currently as unstable as it gets. Commits may get squashed, the branch may be overwritten (force push), etc'. I will play nicer when the code stabilizes.
8586

86-
Also, contributions are subject to the terms and conditions set in [the facil.io contribution guide](CONTRIBUTING.md).
87+
Also, contributions are subject to the terms and conditions set in [the facil.io contribution guide](CONTRIBUTING.md).
88+
89+
Logo contributed by ([Area55](https://github.com/area55git)) under a [Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/).
8790

8891
## Documentation
8992

extras/logo.svg

+41
Loading

0 commit comments

Comments
 (0)