This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- paste the following into the address bar --> | |
data:text/html,<body style="margin:0;font-family: monospace;font-size: large"><div style="margin:0;padding: 1em; height: 100vh" contenteditable>EDIT ME</div></body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://codepen.io/hmaw/pen/qBEMLxV | |
// sass fixes https://sass-lang.com/documentation/breaking-changes/color-units | |
// https://sass-lang.com/documentation/breaking-changes/slash-div | |
// // to use, add html like this: | |
// <div class="fireworks"> | |
// <div class="beforeFireworks" v-if="showGameWonModal" /> | |
// <div class="afterFireworks" v-if="showGameWonModal" /> | |
@use "sass:math"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Conor Sheehan", | |
"label": "Software Engineer", | |
"image": "https://s.gravatar.com/avatar/e5177f7635c1a7c51a50de6dc80052fe?s=300&r=g", | |
"email": "[email protected]", | |
"summary": "I'm a full stack web developer who can build apps from the ground up.", | |
"website": "https://conorsheehan1.github.io", | |
"location": { |
OlderNewer