Skip to content

Instantly share code, notes, and snippets.

View enlineaweb's full-sized avatar
🏠
Working from home

Nolan Luna enlineaweb

🏠
Working from home
View GitHub Profile
@enlineaweb
enlineaweb / download-button-animation.markdown
Created March 13, 2023 19:57
Download Button Animation
@enlineaweb
enlineaweb / alert-confirm-and-prompt-using-dialog.markdown
Created February 12, 2023 05:43
alert, confirm and prompt using Dialog
@enlineaweb
enlineaweb / basic-dialog.markdown
Created February 12, 2023 05:30
Basic <dialog>
@enlineaweb
enlineaweb / button-click-event-listener.markdown
Created February 12, 2023 05:24
Button Click Event Listener
@enlineaweb
enlineaweb / copy-text-js.markdown
Created February 10, 2023 21:33
copy text JS
@enlineaweb
enlineaweb / script.js
Last active December 14, 2021 22:00
Texto Aleatorio con Tiempo | Enlace | Relleno | Borde
$(function() {
var n = 0;
setInterval(function() {
n = Math.floor((Math.random() * 8));
$("#B div").hide();
$("#B").find('div:eq('+n+')').show();
},4000);
});
@enlineaweb
enlineaweb / random-text-clic.html
Created December 5, 2021 05:00
Random Text Generator
<html>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
<!-- Link Boostrap CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Version 0.1 Random Text Generator -->
<head>
@enlineaweb
enlineaweb / a-random-text-generator.markdown
Created December 5, 2021 04:59
A Random Text Generator

A Random Text Generator

Custom Lorem Ipsum/Random Text Generator - add your own lines and go!

A Pen by Nolan Luna on CodePen.

License.

@enlineaweb
enlineaweb / random-clic-text.html
Created December 5, 2021 04:56
Random Text Generator
<header>
<meta name="viewport" content="width=device-width, initial-scale=1">
</header>
<body>
<div class="container">
<section class='wrapper'>
<h1>Random Generator</h1>
<h3>Placeholder text </h3>
<button id="generate-name">Click Here</button>
@enlineaweb
enlineaweb / random-quote-machine.html
Last active December 5, 2021 04:54
random quote machine
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<span class="navbar-brand">Random Quote Machine</span>
</div>
</div>
</nav>
<section id="main">
<div class="container">
<div class="row">