Skip to content

Instantly share code, notes, and snippets.

View shern91's full-sized avatar
🎯
Focusing

shern91

🎯
Focusing
View GitHub Profile
@shern91
shern91 / gist:01fc35a8359b4ec464475b777d384e3e
Created March 21, 2019 07:14 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@shern91
shern91 / webdev_online_resources.md
Created July 19, 2018 01:30 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@shern91
shern91 / !NOTE.md
Created June 8, 2018 02:52 — forked from ivanvermeyen/!NOTE.md
Setup a Laravel Storage driver with Google Drive API
@shern91
shern91 / .gitignore
Created March 1, 2018 08:49 — forked from kmorcinek/.gitignore
Example .gitignore file I use for C# projects
# Download this file using PowerShell v3 under Windows with the following comand:
# Invoke-WebRequest https://gist.github.com/kmorcinek/2710267/raw/ -OutFile .gitignore
# or wget:
# wget --no-check-certificate http://gist.github.com/kmorcinek/2710267/raw/.gitignore
# User-specific files
*.suo
*.user
*.sln.docstates