Skip to content

Instantly share code, notes, and snippets.

View virtual's full-sized avatar
🐈‍⬛
Watching cat videos

Jeanine Schoessler virtual

🐈‍⬛
Watching cat videos
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>First React App</title>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
</head>
@virtual
virtual / metadata-social.html
Last active October 3, 2020 03:10
Social Media Metadata
<meta name="description" content="Descr" />
<meta name="keywords" content="comma,separated" />
<meta property="og:title" content="PageTitle" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://1200x630.png" />
<meta property="og:url" content="https://.com/" />
<meta property="og:site_name" content="SiteName" />
<meta property="og:description" content="Desc"/>
<meta property="og:locale" content="en_us" />
<link rel="image_src" href="https://1200x630.png" />
@virtual
virtual / gist:26944d463fcd4d7f5edca08ea1a4a448
Created November 30, 2017 20:31
Push subfolder to a different repo
git subtree push --prefix SUBFOLDER ORIGINNAME master
alias pushToProd = 'npm run build && cd ../ && git add . && git commit -m "auto commit" && git push && git push heroku master'
@virtual
virtual / App.js
Created October 3, 2017 22:24 — forked from eddywashere/App.js
Reactstrap App.js Example for create-react-app
import React, { Component } from 'react';
import {
Collapse,
Navbar,
NavbarToggler,
NavbarBrand,
Nav,
NavItem,
NavLink,
Container,
@virtual
virtual / .bash_profile
Created September 21, 2017 13:33
Terminal colors
# ~/.bash_profile
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
alias wget='curl -O'
alias ls='ls -GFh'
alias ll='ls -l'
alias j='jasmine-node .'
alias up='cd ..'
alias up2='cd ../..'
@virtual
virtual / 3-piece-slider-with-featured-center.markdown
Created July 13, 2017 23:05
3 Piece Slider with featured center
@virtual
virtual / add-checkout-form-key.sh
Created June 26, 2017 14:14 — forked from schmengler/add-checkout-form-key.sh
Magento SUPEE-9767 Checkout Form Key Theme Patch
find -L app/design/frontend -regex '.*\(shipping\|billing\|shipping_method\|payment\).phtml' -exec grep -L formkey {} \; \
| xargs sed -i 's/<\/form>/<?php echo $this->getBlockHtml("formkey") ?><\/form>/g'
find -L skin/frontend -name 'opcheckout.js' -exec grep -L form_key {} \; \
| xargs sed -i 's/if (elements\[i\].name=='\''payment\[method\]'\'') {/if (elements[i].name=='\''payment[method]'\'' || elements[i].name == '\''form_key'\'') {/g'

Keybase proof

I hereby claim:

  • I am Virtual on github.
  • I am satinflame (https://keybase.io/satinflame) on keybase.
  • I have a public key whose fingerprint is C561 A092 F537 05AD 59B3 44C8 2422 5DE3 0896 4FE8

To claim this, I am signing this object:

@virtual
virtual / dabblet.css
Last active August 29, 2015 14:18
Fun
/* Fun */
@import url("https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.1/css/foundation.min.css");
a { color:#f00; }