Skip to content

Instantly share code, notes, and snippets.

View OrlandoHC's full-sized avatar
🎯
Focusing

Orlando Hernandez (Masterk3y) OrlandoHC

🎯
Focusing
View GitHub Profile
@OrlandoHC
OrlandoHC / index.html
Created April 26, 2022 16:54
Reset Password Email Template
<!doctype html>
<html lang="en-US">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Reset Password Email Template</title>
<meta name="description" content="Reset Password Email Template.">
<style type="text/css">
a:hover {text-decoration: underline !important;}
@OrlandoHC
OrlandoHC / index.haml
Created March 18, 2022 16:46
LED Scroller
#wrapper
#theMarquee
- (0..59).each do |i|
.light.off{:class => "0_#{i}"}
- (0..59).each do |i|
.light.off{:class => "1_#{i}"}
- (0..59).each do |i|
@OrlandoHC
OrlandoHC / bootstrap5-admin-panel-dashboard.markdown
Created December 20, 2021 13:53
Bootstrap5 Admin Panel Dashboard
@OrlandoHC
OrlandoHC / click-counter-with-javascript.markdown
Last active October 27, 2021 13:14
Click Counter with JavaScript
@OrlandoHC
OrlandoHC / index.html
Created October 7, 2021 05:36
multi form
<div class="container">
<!-- TOP TABS -->
<ul id="tabs" class="nav nav-pills nav-justified">
<li class="active">
<a href="#tab1" data-toggle="tab" class="inactiveLink">
Order Summary
<span id="ok-icon" class="glyphicon glyphicon-ok hidden"></span>
</a>
</li>
<li>
@OrlandoHC
OrlandoHC / dynamic-playlist-player.markdown
Created December 28, 2020 05:29
Dynamic Playlist Player

Dynamic Playlist Player

Need to add songs dynamically to your playlist? AmplitudJS can help! This example shows how you can add a song object to an AmplitudeJS instance dynamically opening up the door for a wide range of opportunities for your player!

A Pen by IT. Orlando Hernandez (Masterk3y) on CodePen.

License.

@OrlandoHC
OrlandoHC / README-español.md
Last active December 11, 2020 15:39 — forked from Villanuevand/README-español.md
Plantilla Readme.md

Título del Proyecto

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.

@OrlandoHC
OrlandoHC / floating-cloud-background.markdown
Created December 11, 2020 05:18
Floating Cloud Background

Floating Cloud Background

A floating cloud background using CSS Transforms, negative animation delays, and a LESS loop for nth-child staggering.

A Pen by Shaw on CodePen.

License.

@OrlandoHC
OrlandoHC / index.haml
Created December 11, 2020 05:15
Parallax Star background in CSS
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
#stars
#stars2
#stars3
#title
%span
PURE CSS
%br
%span
PARALLAX PIXEL STARS
@OrlandoHC
OrlandoHC / index.html
Created November 28, 2020 14:59
Terminal Text Effect
<div class='console-container'><span id='text'></span><div class='console-underscore' id='console'>&#95;</div></div>