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>
BIN
misc/logo/CuprateLogo.png
Normal file
After Width: | Height: | Size: 226 KiB |
47
misc/logo/CuprateLogo.svg
Normal file
After Width: | Height: | Size: 12 KiB |
11
misc/logo/README.MD
Normal 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/).
|
||||||
|
|
BIN
misc/logo/other/Cuprate Logo Black/Cuprate Logo Black.png
Normal file
After Width: | Height: | Size: 144 KiB |
17
misc/logo/other/Cuprate Logo Black/Cuprate Logo Black.svg
Normal file
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 154 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 159 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 152 KiB |
After Width: | Height: | Size: 11 KiB |
BIN
misc/logo/other/Cuprate Logo White/Cuprate Logo White.png
Normal file
After Width: | Height: | Size: 153 KiB |
21
misc/logo/other/Cuprate Logo White/Cuprate Logo White.svg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
misc/logo/wordmark/CuprateWordmark.png
Normal file
After Width: | Height: | Size: 110 KiB |
29
misc/logo/wordmark/CuprateWordmark.svg
Normal file
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 5.9 KiB |
|
@ -1,4 +1,8 @@
|
||||||
|
<div align=center>
|
||||||
|
<img src="misc/logo/CuprateLogo.svg" alt="Cuprate" height="280"/>
|
||||||
|
</div>
|
||||||
<h1 align=center> Cuprate </h1>
|
<h1 align=center> Cuprate </h1>
|
||||||
|
|
||||||
<h4 align=center> an upcoming experimental, modern & secure monero node. Written in Rust </h4>
|
<h4 align=center> an upcoming experimental, modern & secure monero node. Written in Rust </h4>
|
||||||
|
|
||||||
|
|
||||||
|
@ -114,7 +118,7 @@ Cuprate is licensed under AGPL but some of the crates that make up Cuprate are l
|
||||||
|
|
||||||
## Contact
|
## 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
|
## Donations
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#![forbid(unsafe_code)]
|
|
||||||
#![allow(non_camel_case_types)]
|
|
||||||
#![deny(clippy::expect_used, clippy::panic)]
|
|
||||||
fn main() {
|
|
||||||
println!("Hello, world!");
|
|
||||||
}
|
|