-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<script> | ||
import HeaderBar from "$lib/HeaderBar.svelte"; | ||
</script> | ||
<div class="main_content"> | ||
<HeaderBar></HeaderBar> | ||
<div class="text"> | ||
<h1>Tutorial Videos</h1> | ||
<details> | ||
<summary>Soldering Tutorial</summary> | ||
<div> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=wNNg1-ajD6JXXRb6&list=PLn7ruDThbzWOaShNR2EdJm8yMFQdgqscE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
</div> | ||
</details> | ||
<details> | ||
<summary>Electronics Safety</summary> | ||
<div><iframe width="560" height="315" src="https://www.youtube.com/embed/OpEMilxqBeo?si=R92kg8fBQCIFLk2L" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> | ||
</details> | ||
<details> | ||
<summary | ||
>Wifi Module and Vision System Tutorial</summary | ||
> | ||
<div><iframe width="560" height="315" src="https://www.youtube.com/embed/d1DaDiWkYxs?si=aCVentU1B_35Adns" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> | ||
</details> | ||
<details> | ||
<summary>Battery Discharge Behind the Scenes</summary> | ||
<div><iframe width="560" height="315" src="https://www.youtube.com/embed/ss7u6QyIr5g?si=h0n0OFFaL0pcL9VS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> | ||
</details> | ||
<details> | ||
<summary>School Store Return Procedure</summary> | ||
<div><iframe width="560" height="315" src="https://www.youtube.com/embed/c6m_h-4qkF8?si=gYChad52XXhdknxm" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> | ||
</details> | ||
</div> | ||
</div> |