Skip to content

Instantly share code, notes, and snippets.

(function() {
// Create the modal background overlay
let modalOverlay = document.createElement('div');
modalOverlay.style.position = 'fixed';
modalOverlay.style.top = '0';
modalOverlay.style.left = '0';
modalOverlay.style.width = '100%';
modalOverlay.style.height = '100%';
modalOverlay.style.backgroundColor = 'rgba(0, 0, 0, 0.5)';
modalOverlay.style.zIndex = '9998';
@chrisbalt
chrisbalt / index.html
Created April 21, 2020 17:46
Microsoft.com Front-End Dev @ Home Challenge
<div class="page-wrap">
<h1>Make This Responsive</h1>
<p>While maintaining the heirarchy of importance.</p>
<article class="main-story">
<img src="https://picsum.photos/800/391" alt="Placeholder Image"/>
Verifying my Blockstack ID is secured with the address 1LHXy2PcBpeb3Fw1y4EeMD4f7s9W3V64mZ https://explorer.blockstack.org/address/1LHXy2PcBpeb3Fw1y4EeMD4f7s9W3V64mZ

Keybase proof

I hereby claim:

  • I am chrisbalt on github.
  • I am chrisbalt (https://keybase.io/chrisbalt) on keybase.
  • I have a public key ASClrxU1IpZEuCxvma5A6vdNP-4nbjFlOwGIW2tQWSrmowo

To claim this, I am signing this object:

My Git Deploy Workflow

If you don't know what this is, here's an example of how I deploy my website/app to a server:

# create/update/delete files in my site
git add .
git commit -m "description of the changes I made"
git push
# rinse and repeat
@chrisbalt
chrisbalt / A-Pen-by-Chris-Balt.markdown
Created February 18, 2014 18:26
A Pen by Chris Balt.