Skip to content

Instantly share code, notes, and snippets.

View ZeroQLi's full-sized avatar

Mohammed Eshan ZeroQLi

  • United Arab Emirates
  • 11:48 (UTC +04:00)
  • X @ZeroQLi
View GitHub Profile
@ZeroQLi
ZeroQLi / style.css
Created April 8, 2023 18:56
CSS uploaded by scrapbook.hackclub.com/customizer
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada&family=Space+Grotesk&display=swap');
:root {
--colors-background: #1a1b26;
--colors-text: #e0af68;
--colors-elevated: #24283b;
@ZeroQLi
ZeroQLi / style.css
Created February 28, 2023 18:10
CSS uploaded by scrapbook.hackclub.com/customizer
:root {
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
--colors-background: #861657;
--colors-text: #ffa69e;
--colors-elevated: #0c0a3e;
--colors-muted: #73d2de;
@ZeroQLi
ZeroQLi / bank.md
Created December 27, 2022 09:26
bank - a primer

So, you want to know more about bank?

look no further

Your ~250$ grant will be provided in the form of your very own debit card via bank. Hack club's full-stack toolkit for organizing finances for school club's, hackathons and everything in between.

As for whether your country supports bank cards or not.

@ZeroQLi
ZeroQLi / gist:b332dc4e3dd11e44f34c0b54b28affc4
Last active July 30, 2021 12:09
Restore a USB flash drive containing an ISO

taken from https://www.pendrivelinux.com/restoring-your-usb-key-partition/

Open a command Prompt as administrator (cmd.exe).

Type Diskpart then press enter.

Next type List Disk then press enter.

Type Select Disk X (where X is the disk number of your USB drive) then press enter.