-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace youtube iframes with component
refs #2951
- Loading branch information
Showing
3 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Using UGRC's Geocoding and Map-based Web Services | ||
author: Steve Gourley | ||
date: 2014-10-30 11:44:52 -0600 | ||
category: API | ||
tags: [] | ||
cover_image: /src/images/pillar-blog/default-social-card.png | ||
cover_image_alt: ugrc social card | ||
--- | ||
|
||
import { YouTube } from '@astro-community/astro-embed-youtube'; | ||
|
||
The Department of Technology Services hosts a monthly scheduled Enterprise Developer Group (EDG) brown bag presentation series. The previous session recordings can be found on the [DTS YouTube](https://www.youtube.com/channel/UCUuw5SFmgapGToUfRd5xGVw") channel. | ||
|
||
Steve Gourley from UGRC participated in the EDG last month and presented on UGRC's GIS/map technology-based web service offerings -- [Unlock your API key. Making UGRC data available through http](https://agrc.github.io/Presentations/UGIC/2014/webapi/#0) -- contains the slides for the presentation. | ||
|
||
<div class="mx-auto w-full max-w-4xl"> | ||
<YouTube | ||
class="aspect-video max-w-full rounded-lg border-2 border-black shadow-xl" | ||
id="BHhQxxXy6bo" | ||
playlabel="Hear Steve explain the UGRC API" | ||
/> | ||
</div> | ||
|
||
Give the video a watch if you are interested in finding out more about UGRC web services or picking up some new information from the developer of the API. Hope to see you at the next EDG brown bag! |
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