Skip to content

Instantly share code, notes, and snippets.

View lizcoultersmith's full-sized avatar
:octocat:
⚡ 👩‍💻🚋

Liz Coulter-Smith lizcoultersmith

:octocat:
⚡ 👩‍💻🚋
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background: #f5f5f5;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background: #f5f5f5;
}
@lizcoultersmith
lizcoultersmith / index.html
Created March 2, 2020 14:20 — forked from tonyedwardspz/index.html
Offline ToDo list web app tutorial - Part 1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Offline todo app</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel='stylesheet' href="style.css" type='text/css' media='all' />
</head>
@lizcoultersmith
lizcoultersmith / gist:85f2ee409539c694c0238b71f7513a0b
Created January 29, 2020 18:45 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@lizcoultersmith
lizcoultersmith / gist:136593689009f24bf473da9847d9b9b4
Created January 29, 2020 18:45 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@lizcoultersmith
lizcoultersmith / .eslintignore
Created January 24, 2019 11:51 — forked from remy/.eslintignore
My Next.js eslint config + `npm install --save-dev eslint eslint-config-airbnb eslint-plugin-react`
.next
out
<!DOCTYPE html>
<html>
<head>
<title>React</title>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
</head>
<body>
<div id='app'></div>
<script>