Skip to content

Instantly share code, notes, and snippets.

View mmiinnovations's full-sized avatar
🦄
I'm always on vacation. Mostly.

The Reverend mmiinnovations

🦄
I'm always on vacation. Mostly.
View GitHub Profile
@mmiinnovations
mmiinnovations / gist:6e86442217eb66983e76f1bb5befcdbf
Created December 25, 2023 22:03
Reverend LinkedIn Profile data
{
"public_identifier": "thereverend",
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/thereverend/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20231225%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20231225T214821Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=9f0c4bebe44a035d959a8c4cfd35c224b7f2c747da2d051bf0db8afa0d10fd5a",
"background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/thereverend/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20231225%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20231225T214821Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=06c786ce0bc5089ad0203c5ee6cb797a84f781140594f765736ae6c25d289ab5",
"first_name": "The",
"last_name": "Reverend",
"full_name": "The Reverend",
"follower_count": 522,
"occupation": "CEO/Founder Mogul, Inc at Mogul",
"headline": "CEO/Founder - Mogul, Inc.",
@mmiinnovations
mmiinnovations / index.html
Created May 26, 2020 05:28
JavaScript Form Validation
<form action="#" id="registration">
<h1>Register an Account</h1>
<p>
<label for="username">Username:</label>
<input type="text" id="username" name="username" />
</p>
<p>
<label for="password1">Password:</label>
@mmiinnovations
mmiinnovations / index.html
Created June 8, 2018 17:40
SVG Jellyfish
<div class="container">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="600px" height="600px" viewBox="0 0 600 600">
<defs>
<linearGradient id="edgeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#3D80CF;stop-opacity:0.1" />
<stop offset="100%" style="stop-color:#24B9BD;stop-opacity:0.2" />
</linearGradient>
<linearGradient id="bodyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#3D80CF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#24B9BD;stop-opacity:0.2" />