Skip to content

Commit ed24abb

Browse files
committedJun 25, 2024··
New logo.
1 parent a1baec3 commit ed24abb

7 files changed

+8
-108
lines changed
 

‎assets/license.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Assets
2+
3+
## Logo
4+
5+
Copyright, 2022, by Malene Laugesen.
6+
7+
This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/).

‎assets/logo-lossless.webp

2.39 MB
Binary file not shown.

‎assets/logo.webp

371 KB
Binary file not shown.

‎logo-square.afdesign

-74.8 KB
Binary file not shown.

‎logo.afdesign

-46.2 KB
Binary file not shown.

‎logo.svg

-107
This file was deleted.

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Falcon](logo.svg)
1+
# ![Falcon](assets/logo.webp)
22

33
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.
44

3 commit comments

Comments
 (3)

troex commented on Jun 28, 2024

@troex

@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 commented on Jun 28, 2024

@ioquatix
MemberAuthor

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

ioquatix commented on Jun 28, 2024

@ioquatix
MemberAuthor

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

Please sign in to comment.