- Pandemic safe Wiffleball
- Hand & Equipment Sanitizer
- 2 Wiffle balls
- 2 Wiffle bats
- Wiffle Strike Zone (see https://www.youtube.com/watch?v=eGXfNZhg9vw )
- Fence Markers (Could be poles, cones etc.) Ideally two high Viz fence markers and some cones
let brands = { | |
"500px": { | |
"title": "500px", | |
"slug": "500px", | |
"colors": ["0099e5", "ff4c4c", "34bf49"] | |
}, | |
"about-me": { | |
"title": "About.me", | |
"slug": "about-me", | |
"colors": ["00a98f"] |
import esri from '../moduleLoader' | |
async loaded(){ | |
await esri.loadModules([ | |
'esri/Map', | |
'esri/views/MapView', | |
'esri/widgets/Compass', | |
],true) | |
} |
<?php | |
//Don't forget to change the namespace! | |
namespace App\Traits; | |
use Cron\CronExpression; | |
use Illuminate\Support\Carbon; | |
use Illuminate\Console\Scheduling\ManagesFrequencies; | |
trait Schedulable{ |
// https://davidpiesse.github.io/tailwind-md-colours/ | |
// | |
//Notes | |
// | |
//All colours are generated from Material Design Docs | |
//Colours have a base, a set of shades (50-900) accent colours | |
//In addition a companion set of contrast colours are included for colouring text / icons | |
// Example usage | |
// class="w-full bg-red-600 text-red-600-constrast" |
//Notes | |
// | |
//For mapping the 100-900 colors we have mapped as follows: | |
//darkest:900 | |
//darker:700 | |
//dark:600 | |
//base:500 | |
//light:400 | |
//lighter:300 | |
//lightest:100 |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<title>Starter Template for Tailwind CSS</title> | |
<!-- Tailwind CSS Preflight CSS--> |
To connect to Earthquake Streams data feed you need to use a pusher library such as https://github.com/pusher/pusher-js
Live Demo Code @ https://codepen.io/mapdev/pen/XaexdY
To connect you need