https://github.com/potherca-blog/amazing-codewithharry-hacktoberfest-project
Amazing CodeWithHarry Hacktoberfest Project
https://github.com/potherca-blog/amazing-codewithharry-hacktoberfest-project
blog blog-article blog-post codewithharry color colors hacktober hacktoberfest hacktoberfest2020 potherca potherca-blog weirdness
Last synced: 4 months ago
JSON representation
Amazing CodeWithHarry Hacktoberfest Project
- Host: GitHub
- URL: https://github.com/potherca-blog/amazing-codewithharry-hacktoberfest-project
- Owner: potherca-blog
- License: unlicense
- Created: 2020-10-02T19:14:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:59:59.000Z (over 1 year ago)
- Last Synced: 2024-03-26T18:11:19.803Z (about 1 year ago)
- Topics: blog, blog-article, blog-post, codewithharry, color, colors, hacktober, hacktoberfest, hacktoberfest2020, potherca, potherca-blog, weirdness
- Homepage: https://blog.pother.ca/amazing-codewithharry-hacktoberfest-project/
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazing CodeWithHarry Hacktoberfest Project
We live in a world where people think
- Brexit is good for Britain
- Trump is good for USA
- A Shit MR is good for a free Hacktoberfest T-shirtSo what are you going to do about it? Ignore the stupid just have fun!
## Show your true colors
This week, my friend [@poef](https://github.com/poef) mentioned the old joke that, in HTML colors, `Chuck Norris` is red.
And not in a [`#bada55`](http://bada55.io/) way but _actual_ red. To be precise:`#C00000`.
Or in a more modern format: `rgb(192, 0, 0)`.
Any search engine will give you some hits as to _why_, so I'm not going into that here.
What I will do, is tell you that this trick (obviously) works for other names as well.
For instance, "CodeWithHarry" spells `rgb(192, 0, 10)`, which is only slightly more blue than Chuck Norris.
I won't go into the relevance of "CodeWithHarry" here either, but I'm sure you can find some information online yourself.
So "What does my name spell" I hear you ask? Well...
"Potherca" becomes a rich dark blue`rgb(0, 14, 202)`
and "Ben Peachey" becomes `rgb(190, 234, 224)`, which is a grayish-cyan.
Obviously, "Ben Peachey" is not actually _your_ name... So what color _does_ your name translate to?
My challenge to you: Find out and share your result with us!
How? Well... to stay in the HacktoberFest spirit: Open an MR!
## The Rules
Below this text is an HTML table. Want to know what color your name will be?
Simply clone this repo, an add your name to the table and see!
You are welcome to open an MR to share your findings with the rest of the world, but fair warning:Only MRs that **add both name _and_ color in alphabetical order** in the list will be honored.
So what do he rules for HacktoberFest say about all of this?
> We discourage [..] Something that's clearly an attempt to simply +1 your pull request count for October.
Regarding repositories they say:
> Bad repositories will be excluded [..] repositories that encourage participants
> to make simple pull requests – such as adding their name to a file [..] goes
> against one of our core values for Hacktoberfest.
>
> We've implemented a system to block these repositories, and any pull requests
> submitted to such repositories will not be counted.So will you MR count towards you gaining you that free `#hacktoberfest` T-shirt?
I guess there is only one way to find out... 😏
## People
NameRGBColor
Ben Peacheyrgb(190, 234, 224)
BenPeacheyrgb(190, 234, 224)
Chuck Norrisrgb(192, 0, 0)
CodeWithHarryrgb(192, 0, 10)
Donald Trumprgb(208, 208, 0)
Poefrgb(0, 0, 239)
Pothercargb(0, 14, 202)
Rohitrgb(240, 14, 72)
Your name here?rgb(255, 255, 25%)
## Places
NameRGBColor
Britainrgb(176, 160, 0)
Great Britainrgb(234, 176, 160)
U.S.A.rgb(0, 0, 160)
USArgb(0, 0, 10)
Worldrgb(0, 0, 208)
.markdown-body table td[bgcolor]::after {
color: #fff;
content: attr(bgcolor);
font-weight: bold;
text-shadow: -1px 0 1px black, 1px 0 1px black, 0 -1px 1px black, 0 1px 1px black;
}.markdown-body tbody td:nth-child(2) {
background-color: #1b1f230d;
border-radius: 3px;
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 85%;
margin: 0;
padding: 0.2em 0.4em;
}