Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ugic presentation, fix redirect #2743

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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