Skip to content

Commit

Permalink
add logo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Oct 21, 2024
1 parent 3fa871a commit 48e7c9a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# facil.io 0.8.x - The C Server Toolbox Library (C STL)

[![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)
[![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)

> **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**.

## This C Server Toolbox Library Powers a microFramework

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.
Expand Down Expand Up @@ -83,7 +84,9 @@ If you're submitting a PR, make sure to update the corresponding code slice (fil

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.

Also, contributions are subject to the terms and conditions set in [the facil.io contribution guide](CONTRIBUTING.md).
Also, contributions are subject to the terms and conditions set in [the facil.io contribution guide](CONTRIBUTING.md).

Logo contributed by ([Area55](https://github.com/area55git)) under a [Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/).

## Documentation

Expand Down
41 changes: 41 additions & 0 deletions extras/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48e7c9a

Please sign in to comment.