Skip to content

Commit

Permalink
added tutorial videos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwharff committed Oct 22, 2024
1 parent 0f65cb3 commit 7c1398a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<a href="/tools/machinelearning">Machine Learning</a>
<a href="/tools/simulator">Simulator</a>
<!-- <a href="http://192.168.1.2:8080/">Vision System</a>-->
<a href="/tools/videos">Tutorial Videos</a>
<a href="/tools/visionsystem">Vision System</a>
</div>
</div>
Expand Down
33 changes: 33 additions & 0 deletions src/routes/tools/videos/+page.svelte
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&amp;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>

0 comments on commit 7c1398a

Please sign in to comment.