Skip to content

Instantly share code, notes, and snippets.

View luxumbra's full-sized avatar
🦡

luxumbra luxumbra

🦡
View GitHub Profile

Keybase proof

I hereby claim:

  • I am luxumbra on github.
  • I am luxumbra_ (https://keybase.io/luxumbra_) on keybase.
  • I have a public key ASBGbhhfjvQk3iw5VY0NF25PoPuwRW3Ut7vUVeyuS4sasQo

To claim this, I am signing this object:

Verify Github on Galaxy. gid:KYpg9gamnuYqLD6PNAyqAK
did:3:kjzl6cwe1jw14673yiq0nyxrvibybezo3wl8n6qdgd45a59jmjhapr7ngipaj7e
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreidrdmfoy6o27v3pj7tyt3aq5j4hfrtopkbhjzkxwmyljhg73gpbsq ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreig57u6khehyrczhawma2wuxgph5zbzw2q6k4xzkt3wrxjprn5mzpi ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
<?php
static function get_screenshots(
$sites,
$endpoint,
$token,
$device_width,
$device_height
) {
//An array that will contain all of the information
//relating to each request.
@luxumbra
luxumbra / ng.css
Last active November 21, 2019 01:28
Fix for Eli
.logo-container #main-logo .navbar-brand .logo-image img {
display: none;
}
.logo-container #main-logo .navbar-brand .logo-image {
background-size: cover;
background-image: url('https://newgenpublishing.co.uk/wp-content/uploads/2019/11/newgen_logo_transp.png');
background-position: center;
width: 180px;
height: 66px;
}