Skip to content

Commit

Permalink
New logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 25, 2024
1 parent a1baec3 commit ed24abb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 108 deletions.
7 changes: 7 additions & 0 deletions assets/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Assets

## Logo

Copyright, 2022, by Malene Laugesen.

This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/).
Binary file added assets/logo-lossless.webp
Binary file not shown.
Binary file added assets/logo.webp
Binary file not shown.
Binary file removed logo-square.afdesign
Binary file not shown.
Binary file removed logo.afdesign
Binary file not shown.
107 changes: 0 additions & 107 deletions logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![Falcon](logo.svg)
# ![Falcon](assets/logo.webp)

Falcon is a multi-process, multi-fiber rack-compatible HTTP server built on top of [async](https://github.com/socketry/async), [async-container](https://github.com/socketry/async-container) and [async-http](https://github.com/socketry/async-http). Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process. Falcon supports HTTP/1 and HTTP/2 natively.

Expand Down

3 comments on commit ed24abb

@troex
Copy link

@troex troex commented on ed24abb Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ioquatix https://socketry.github.io/falcon/ nice logo but too big on github page probably adding css class with width: 100% would fix the page

@ioquatix
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my, lol. Yes, let's fix that.

@ioquatix
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, it is fixed, thanks for the heads up :) The giant falcon is no more.

Please sign in to comment.