updated json-ld

This commit is contained in:
Chris Smith
2020-01-16 20:50:07 -06:00
parent 7da58d0be8
commit 794dd8d94a

View File

@@ -10,10 +10,17 @@
<script src="https://js.stripe.com/v3/"></script> <script src="https://js.stripe.com/v3/"></script>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
<link rel="stylesheet" href="/css/site.css"> <link rel="stylesheet" href="/css/site.css">
@@ -36,9 +43,22 @@
"name": "Nature's Classroom Institute of Wisconsin" "name": "Nature's Classroom Institute of Wisconsin"
}, },
"name": "Dinner in the Woods", "name": "Dinner in the Woods",
"startDate": "2019-06-01T16:00-06:00", "startDate": "2020-06-06T16:00-06:00",
"endDate": "2019-06-02T00:00-06:00", "endDate": "2020-06-06T00:00-06:00",
"description": "Annual Dinner in the Woods at Nature's classroom. Live Music. Local Food. Live & Silent Auctions" "isAccessibleForFree": false,
"remainingAttendeeCapacity": 400,
"maximumAttendeeCapacity": 400,
"typicalAgeRange": "21-60",
"image": "https://albumizr.com/ia/d841dd182473ce451e0f4970b162905a.jpg",
"offers": {
"@type": "Offer",
"price": "55.00",
"priceCurrency": "USD",
"url": "https://dinnerinthewoods.org/",
"availability": "http://schema.org/LimitedAvailability",
"validFrom": "2020-04-15T08:00-06:00"
},
"description": "Annual Dinner in the Woods at Nature's Classroom. Live Music. Local Food. Live & Silent Auctions"
} }
</script> </script>
</head> </head>
@@ -50,7 +70,8 @@
<img src="/images/ditw-logo-only.png" height="30" class="d-inline-block align-top" alt=""> <img src="/images/ditw-logo-only.png" height="30" class="d-inline-block align-top" alt="">
Dinner in the Woods Dinner in the Woods
</a> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>