Difference between pages "Challenges May 2020" and "MediaWiki:Common.css"

From fulmo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "==How to participate== If you like to get a better overview of the challengers join the Kick-Off live stream, but you can also join later on. Most projects listed their cha...")
 
(Created page with "→‎CSS placed here will be applied to all skins: →‎ConfirmEdit QuestyCaptcha -- on Create Account: .htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:green; } /* Co...")
 
Line 1: Line 1:
==How to participate==
+
/* CSS placed here will be applied to all skins */
 
+
/* ConfirmEdit QuestyCaptcha -- on Create Account */
If you like to get a better overview of the challengers join the Kick-Off live stream, but you can also join later on.
+
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:green; }
 
+
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
Most projects listed their challenges as sprint issues on Github, simply comment on those that you are interested and the project mentors should get back to you.
+
label[for=wpCaptchaWord] {
 
+
    color:green;
Also register on [https://mm.fulmo.org/fulmo/channels/lightning-hacksprint https:/mm.fulmo.org] and let us know in the channel "Lightning HackSprint" what you like to work on.
+
    font-weight:bold;
 
+
    font-size:150%;
 
+
    font-style:italic;
==Projects with Challenges==
+
}
 
 
This is the list of lightning related projects that registered for the HackSprint so far:
 
 
 
===RaspiBlitz===
 
 
 
Github issues with lable "hackathon": [https://github.com/rootzoll/raspiblitz/issues?q=is%3Aopen+is%3Aissue+label%3Ahackathon github.com/rootzoll/raspiblitz]
 
 
 
 
 
===LightingATM===
 
 
 
Github issues with lable "hackathon": [https://github.com/21isenough/LightningATM/issues?q=is%3Aissue+is%3Aopen+label%3Ahackathon github.com/21isenough/LightningATM]
 
 
 
 
 
===LNBits===
 
 
 
https://github.com/arcbtc/lnbits
 
 
 
 
 
===RTL (Ride The Lightning)===
 
 
 
https://github.com/Ride-The-Lightning/RTL
 
 
 
 
 
===Quickening - Room77 Point of Sale===
 
 
 
https://github.com/arcbtc/M5StackSats
 
 
 
 
 
===Lightnite===
 
 
 
https://issues.lightnite.io
 
 
 
 
 
===Specter-Desktop===
 
 
 
https://github.com/rootzoll/raspiblitz/issues/1059#issuecomment-605526623
 
 
 
 
 
===TOR2IP-Tunnelservice===
 
 
 
more info coming
 
 
 
 
 
===SendMany App===
 
 
 
https://github.com/fusion44/sendmany
 
https://github.com/rootzoll/raspiblitz/issues/1000#issuecomment-605526180
 

Latest revision as of 13:12, 2 April 2020

/* CSS placed here will be applied to all skins */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:green; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}