Skip to content

Commit

Permalink
video, card, location, table
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Nov 16, 2024
1 parent 56c953e commit 38effe7
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 0 deletions.
Binary file added videos/b1/website/video-card-location/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/website/video-card-location/output.mp4
Binary file not shown.
55 changes: 55 additions & 0 deletions videos/b1/website/video-card-location/script.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<tutorial>
<speak>
<mark name="1" />
Next let's add a Video element
<break time="1s"/>
<mark name="2" />
Both YouTube and Vimeo are supported
<break time="1s"/>
<mark name="3" />
Enter the video I.D., which with YouTube is the string of characters after the v= in the video url.
<break time="1s"/>
<mark name="4" />
The video will be embedded on the page.
<break time="1.5s"/>
<mark name="5" />
The Card element type is similar to Text with Photo.
Like before, give it a label, url, and text.
This time you'll also set a title and click Save.
<break time="1s"/>
<mark name="6" />
A full-width card element with a border will be shown. These are best used in combination with Rows.
<break time="1s"/>
<mark name="7" />
The location element allows you to drop a Google Maps component onto the page.
<break time="1s"/>
<mark name="8" />
Enter your address and give it a label and click Save.
<break time="1s"/>
<mark name="9" />
An interactive map with your selected location will be added to the page.
<break time="1s"/>
<mark name="10" />
You can edit the component and adjust the default zoom level as desired.
<break time="1.5s"/>
<mark name="11" />
The Table element is used to show a grid of data.
<break time="1s"/>
<mark name="12" />
Select the number of rows and columns you wish and enter your data.
<break time="1s"/>
<mark name="13" />
If your first row contains headers, like in our example, set Headers to Yes and click Save.
<break time="1s"/>
<mark name="14" />
A formatted table will be added to the page.
<break time="1s"/>
<mark name="15" />
If you need additional formatting such as bolding, or adding links, set Allow Markdown to true.
<break time="1s"/>
<mark name="16" />
This will allow you to use the Editor to format your data.
<break time="2s"/>
<mark name="end" />
</speak>
</tutorial>

0 comments on commit 38effe7

Please sign in to comment.