Add Cuprate's logo(s) + move pgp keys to misc (#23)

* Add Cuprate's logo(s) + move pgp keys to etc

* re-name folder

* use Logo on README instead of wordmark

* reduce size

* Update readme.md

* little correction on size

---------

Co-authored-by: Someone Else <118022351+SyntheticBird45@users.noreply.github.com>
This commit is contained in:
Boog900 2023-05-04 21:56:59 +00:00 committed by GitHub
parent 5f20342736
commit f9a735b51f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 319 additions and 7 deletions

BIN
misc/logo/CuprateLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

47
misc/logo/CuprateLogo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

11
misc/logo/README.MD Normal file
View file

@ -0,0 +1,11 @@
# Cuprate's Logo(s)
Cuprate's logos were designed through a bounty and onisym's submission was selected as the winner. The logos were created with great care and attention to detail, showcasing onisym's creativity and design expertise.
We recommend utilizing CuprateLogo.(png|svg) and CuprateWordmark.(png|svg) logos, rather than those found in the other folder.
## License
Please note that all materials in this logo folder are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. You are free to use, distribute, and modify these logos as long as you adhere to the [terms of this license](http://creativecommons.org/licenses/by-sa/4.0/).

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -1,4 +1,8 @@
<div align=center>
<img src="misc/logo/CuprateLogo.svg" alt="Cuprate" height="280"/>
</div>
<h1 align=center> Cuprate </h1>
<h4 align=center> an upcoming experimental, modern & secure monero node. Written in Rust </h4>
&nbsp;
@ -114,7 +118,7 @@ Cuprate is licensed under AGPL but some of the crates that make up Cuprate are l
## Contact
If you wish to contact contributors privately, you can import our pgp keys from the gpg_keys folder. You can also contact us directly on Matrix (see contributors list in `Cargo.toml`). If you wish to follow the development closely or just talk to us more casually, you can join our [Revolt server](https://rvlt.gg/DZtCpfW1).</br>
If you wish to contact contributors privately, you can import our pgp keys from the misc/gpg_keys folder. You can also contact us directly on Matrix (see contributors list in `Cargo.toml`). If you wish to follow the development closely or just talk to us more casually, you can join our [Revolt server](https://rvlt.gg/DZtCpfW1).</br>
## Donations

View file

@ -1,6 +0,0 @@
#![forbid(unsafe_code)]
#![allow(non_camel_case_types)]
#![deny(clippy::expect_used, clippy::panic)]
fn main() {
println!("Hello, world!");
}