Skip to content

Commit 6475a3a

Browse files
committed
added new video to homepage
1 parent 81d7252 commit 6475a3a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
<h2 id="toc-title">On this page</h2>
122122

123123
<ul>
124-
<li><a href="#featured-stemcoding-activites" id="toc-featured-stemcoding-activites" class="nav-link active" data-scroll-target="#featured-stemcoding-activites">Featured STEMcoding Activites</a></li>
124+
<li><a href="#latest-video" id="toc-latest-video" class="nav-link active" data-scroll-target="#latest-video">Latest Video</a></li>
125+
<li><a href="#featured-stemcoding-activites" id="toc-featured-stemcoding-activites" class="nav-link" data-scroll-target="#featured-stemcoding-activites">Featured STEMcoding Activites</a></li>
125126
</ul>
126127
</nav>
127128
</div>
@@ -131,6 +132,11 @@ <h2 id="toc-title">On this page</h2>
131132

132133

133134

135+
<section id="latest-video" class="level2">
136+
<h2 class="anchored" data-anchor-id="latest-video">Latest Video</h2>
137+
<iframe width="560" height="315" src="https://www.youtube.com/embed/CvFKYCBdnUc?si=-La1I-GhlMss1ozU" 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="">
138+
</iframe>
139+
</section>
134140
<section id="featured-stemcoding-activites" class="level2">
135141
<h2 class="anchored" data-anchor-id="featured-stemcoding-activites">Featured STEMcoding Activites</h2>
136142
<table class="caption-top table">

docs/search.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@
202202
"section": "Links to Activity",
203203
"text": "Links to Activity\n\nInstructions for Electromagnetism: Unit System"
204204
},
205+
{
206+
"objectID": "index.html#featured-stemcoding-activites",
207+
"href": "index.html#featured-stemcoding-activites",
208+
"title": "STEMcoding",
209+
"section": "Featured STEMcoding Activites",
210+
"text": "Featured STEMcoding Activites"
211+
},
205212
{
206213
"objectID": "tags/electro.html",
207214
"href": "tags/electro.html",

index.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
---
33

4+
## Latest Video
5+
<iframe width="560" height="315" src="https://www.youtube.com/embed/CvFKYCBdnUc?si=-La1I-GhlMss1ozU" 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>
6+
47

58
## Featured STEMcoding Activites
69

0 commit comments

Comments
 (0)