Skip to content

Commit

Permalink
fix: Updated hackathon resources and project description (#898)
Browse files Browse the repository at this point in the history
- Defaulted new project judging consent to true
  • Loading branch information
jeremytchang authored Nov 9, 2021
1 parent 9f0bd71 commit 9581b20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions packages/hackathon/src/data/projects/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,17 @@ const createNewProject = (): IProjectProps => {
description: `<Put a project overview here. Should be at least one paragraph.>
Team name: **My fabulous team**
- Pre-recorded [demo video link](https://youtube.com) (preferably youtube)
- Working [demo](https://looker.com) (optional). Provide any relevant start-up instructions for someone to run the demo.
- Links to any other [supporting resources](https://docs.google.com) (slides, images, etc.) (preferably google slides and imgur)
- Add your pictures/screenshots of your team hacking to the [Hack@Home 2021 shared folder](https://tbd). Create your own team folder inside it if you'd like!
- Pre-recorded demo video link. Keep it as short as possible. (preferably youtube)
- [demo video link](https://youtube.com)
- Working demo link (optional). Provide any relevant start-up instructions for someone to run the demo.
- [demo link](https://looker.com)
- start-up instructions
- Links to any other supporting resources(slides, images, etc.) (preferably google slides and imgur)
- [supporting resource link](https://docs.google.com)
- Add your pictures/screenshots of your team hacking to the [Hack@Home 2021 shared folder](https://bit.ly/hack2021pics). Create your own team folder inside it if you'd like!
`,
project_type: 'Open',
contestant: false,
contestant: true,
locked: false,
technologies: [],
more_info: '',
Expand Down
8 changes: 4 additions & 4 deletions packages/hackathon/src/scenes/ResourceScene/resource_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export const resources: Array<Resource> = [
content: 'A JOIN 2021 tutorial video on using API Explorer and Looker API.',
type: ResourceType.Tutorial,
tag: ResourceTag.API,
link: 'https://www.youtube.com/watch?v=plfF00T82-g',
shortenedLink: 'https://bit.ly/3q9e91K',
link: 'https://youtu.be/kOanUnTMDpg',
shortenedLink: 'https://bit.ly/3wsOa6t',
title: 'API Explorer & API Tutorial Video',
},
{
Expand All @@ -110,8 +110,8 @@ export const resources: Array<Resource> = [
content: 'The API Explorer lets you learn and interact with Looker API.',
type: ResourceType.Resource,
tag: ResourceTag.API,
link: 'https://hack.looker.com/extensions/marketplace_git_github_com_looker_open_source_extension_api_explorer_git::api-explorer',
shortenedLink: 'https://bit.ly/3j1sdWD',
link: 'https://hack.looker.com/extensions/marketplace_extension_api_explorer::api-explorer',
shortenedLink: 'https://bit.ly/2YtLrwT',
title: 'API Explorer',
},
{
Expand Down

0 comments on commit 9581b20

Please sign in to comment.