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
#embed-footer { display: none; } | |
#embed-nav { display: none; } |
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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"> | |
<style> | |
@keyframes zk3bx7ubb5wvv6jbwzoaud1b_t { | |
0% { | |
transform: translate(127.2px,93.4px) rotate(0deg) translate(-127.2px,-93.4px); | |
} | |
50% { | |
transform: translate(127.2px,93.4px) rotate(10deg) translate(-127.2px,-93.4px); | |
} | |
100% { |
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
{ | |
"openapi": "3.0.0", | |
"info": { | |
"version": "1.0.0", | |
"title": "Shared Service Layer - Search", | |
"description": "The api for the Search Project" | |
}, | |
"paths": { | |
"/search/v1/location": { | |
"post": { |
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
#!/bin/bash | |
gource \ | |
-s .03 \ | |
-1280x720 \ | |
--auto-skip-seconds .1 \ | |
--multi-sampling \ | |
--stop-at-end \ | |
--key \ | |
--highlight-users \ |
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
def MyCard(Pypercard): | |
# setup card - let me change the background on the card, maybe dimensions. | |
styles = "css reference or raw css here" | |
# django model-like element definitions | |
hero_image = card.image('url to image') # styles could reference MyCard.hero_image | |
card_title = card.text('You enter the jungle') # same styles effect, maybe magic for page title?? | |
description = card.text('You see a glowing orb, what do you do?') | |
choose_left = card.button('Choose left') # clickable button, magics up event below |
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
[ | |
{ | |
"model": "referrals.organization", | |
"pk": "086afef2-c1b0-4e40-b316-4f1ff7936988", | |
"fields": { | |
"site": 3, | |
"name": "Second Site Org", | |
"description": "Laugh here garden positive themselves. Difference grow accept under. Mission put meeting.\nWith somebody power full whatever. Office set necessary but late staff.", | |
"email": "[email protected]", | |
"url": "https://garrett-kim.biz/", |
OlderNewer