Skip to content

Instantly share code, notes, and snippets.

View angelomiranda's full-sized avatar

angelo.miranda angelomiranda

  • First Republic Bank
  • New York, NY
View GitHub Profile
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
@angelomiranda
angelomiranda / gist:66656983079308e7d616629ea5bdbea1
Created December 31, 2020 19:07
Create a website - First Challenge
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vegan Leek and Potato Soup Recipe</title>
</head>
<body>
<h1>Slow Cooker Vegan Leek and Potato Soup</h1>
<p>A hearty soup without animal products but still full of rich flavor. Sauteing before slow cooking brings out the flavor of seemingly simple ingredients.</p>
@angelomiranda
angelomiranda / index.html
Created December 12, 2020 02:53
HTML boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
</head>
<body>
</body>
</html>
this.remoteLoggingOptions = ['warn', 'info', 'error', 'debug'];
const form = {
value: {
waitTime: 300,
maxMsgs: 100,
warn: true,
info: true,
debug: false,
error: false