Skip to content

Commit

Permalink
chore: ugic presentation, fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed May 13, 2024
1 parent 2f1fd58 commit 514d850
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
/developer/applications/watershed-restoration-initiative/ /solutions/for-government/application-portfolio-highlights/ 301
/agrc-system-status-page/ https://agrc-status.netlify.app 301
/agrc-status/ https://agrc-status.netlify.app 301
/presentations/ https://agrc.github.io/Presentations/ 301
/presentations/ /collaboration/knowledge/presentations/ 301
/templater/ https://github.com/agrc/gis.utah.gov/issues/2531 301
/api/ https://api.mapserv.utah.gov 301
/geopdfs/ https://apps.nationalmap.gov/downloader/#/maps 301
Expand Down
Binary file not shown.
4 changes: 4 additions & 0 deletions src/pages/collaboration/knowledge/presentations.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import ugicComputerVision2023 from '@downloads/pillar-collaboration/presentation
import ugicPalletjack2023 from '@downloads/pillar-collaboration/presentations/UGIC/2023/palletjack/Introducing_palletjack.pdf?url';
import pandas from '@downloads/pillar-collaboration/presentations/UGIC/2023/pandas.zip?url';
import ugicPandas2023 from '@downloads/pillar-collaboration/presentations/UGIC/2023/pandas/pandas_slides.pdf?url';
import ugicGit2024 from '@downloads/pillar-collaboration/presentations/UGIC/2024/understanding-git.pdf?url';
import devSummitAtlas2013 from '@downloads/pillar-collaboration/presentations/devsummit/2013/atlas.pdf?url';
import devSummitDojo2014 from '@downloads/pillar-collaboration/presentations/devsummit/2014/dojobuild.pdf?url';
import devSummitPalletjack from '@downloads/pillar-collaboration/presentations/devsummit/2024/updating_hosted_layers.pdf?url';
Expand Down Expand Up @@ -138,6 +139,9 @@ const page: IStandardPageMetadata = {
>2023: Introducing palletjack: A Library for Updating AGOL Layers from pandas DataFrames</a
> (<a href="https://vimeo.com/830256482">Video</a>)
</li>
<li>
<a href={ugicGit2024}>2024: Understanding Git for Better Version Control and Collaboration</a>
</li>
</BulletedList>
</Section>
<Section {...page.section[1]}>
Expand Down

0 comments on commit 514d850

Please sign in to comment.