Skip to content

Instantly share code, notes, and snippets.

View MarcusAfolabi's full-sized avatar

Afolabi Marcus MarcusAfolabi

View GitHub Profile
<html lang=""><head><title>Oratorio Member Birthday Card</title><link rel="canonical" href="https://form.jotform.com/200307032715340"/><link rel="alternate" type="application/json+oembed" href="https://www.jotform.com/oembed/?format=json&amp;url=http://www.jotform.com/form/200307032715340" title="oEmbed Form"/><link rel="alternate" type="text/xml+oembed" href="https://www.jotform.com/oembed/?format=xml&amp;url=http://www.jotform.com/form/&#x27;200307032715340" title="oEmbed Form"/><meta property="og:title" content="Oratorio Member Birthday Card"/><meta property="og:url" content="http://www.www.jotform.com/form/200307032715340"/><meta property="og:description" content=""/><meta name="slack-app-id" content="AHNMASS8M"/><link id="default-css" type="text/css" rel="stylesheet" href="https://cdn.jotfor.ms/stylebuilder/default.css?c19e17c9"/><link id="form-css" type="text/css" rel="stylesheet" href="https://cdn.jotfor.ms/stylebuilder/200307032715340.css?themeID=59663090cf3bfe325f640051"/><style> body { overflow: hid
@MarcusAfolabi
MarcusAfolabi / map.js
Last active April 3, 2018 04:12
map.js
// don't forget google maps import:
// <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC44mPpaMNvENXryYjHBHzjST1UMnYlARk"></script>
import React, { Component } from 'react'
import { withGoogleMap, GoogleMap, Marker } from 'react-google-maps'
class Map extends Component {
constructor(){
super()