This file contains 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
{ | |
"location": { | |
"id": "my_unique_entity_id", | |
"uid": "vN3qko", | |
"timestamp": 1551896478288, | |
"accountId": "2198529", | |
"locationName": "Enterprise Hospital Location", | |
"address": "878 Peachtree St NE", | |
"address2": "Unit 620", | |
"city": "Atlanta", |
This file contains 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
circle { | |
stroke: #fff; | |
stroke-width: 1.5px; | |
} | |
text { | |
font: 10px sans-serif; | |
} |
This file contains 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
!!! 5 | |
\<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> | |
\<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--> | |
\<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--> | |
\<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> | |
\<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
head | |
meta(charset='utf-8') | |
title= My title goes here | |
meta(name='description', content'') |