Skip to content

Commit

Permalink
add: video boarder and title prop
Browse files Browse the repository at this point in the history
  • Loading branch information
aubrey-oneal committed Oct 5, 2023
1 parent ad62460 commit 7b60787
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
7 changes: 1 addition & 6 deletions src/pages/contributing/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ like to help.
src="/videos/code-contribution.mp4"
poster="/videos/code-contribution.png"
>
<track
kind="captions"
default
src="/videos/vtt/code-contribuion.vtt"
srcLang="en"
/>
<track default srcLang="en" title="Volunteer for existing work" />
</Video>

If you want to join an issue that is already assigned to someone or has a
Expand Down
7 changes: 1 addition & 6 deletions src/pages/contributing/design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ you'd like to help.
src="/videos/design-contribution.mp4"
poster="/videos/design-contribution.png"
>
<track
kind="captions"
default
src="/videos/vtt/cdesignode-contribuion.vtt"
srcLang="en"
/>
<track default srcLang="en" title="Volunteer for existing work" />
</Video>

The most common design requests are related to feature enhancements: researching
Expand Down
14 changes: 2 additions & 12 deletions src/pages/contributing/documentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1407,12 +1407,7 @@ contributors.
src="/videos/edit-this-page-contribution.mp4"
poster="/videos/edit-this-page-contribution.png"
>
<track
kind="captions"
default
src="/videos/vtt/edit-this-page-contribution.vtt"
srcLang="en"
/>
<track default srcLang="en" title="How to edit an existing page" />
</Video>

#### How to add a new page or image
Expand Down Expand Up @@ -1442,12 +1437,7 @@ into the correct branch.
src="/videos/inline-edit-contribution.mp4"
poster="/videos/inline-edit-contribution.png"
>
<track
kind="captions"
default
src="/videos/vtt/inline-edit-page-contribution.vtt"
srcLang="en"
/>
<track default srcLang="en" title="How to add a new page or image" />
</Video>

Once you have committed your changes, go to the
Expand Down
Binary file modified static/videos/edit-this-page-contribution.mp4
100644 → 100755
Binary file not shown.
Binary file modified static/videos/edit-this-page-contribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b60787

Please sign in to comment.