Skip to content

Commit e4dd66e

Browse files
Merge pull request #107 from mitmath/lk/short-clips
Add clips to the sidebar
2 parents 875789d + 62469b2 commit e4dd66e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

website/_layout/sidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h2>Math from computation, math with computation</h2>
2121
<a class="sidebar-nav-item {{ispage /installation/}}active{{end}}" href="/installation/">Software installation</a>
2222
<a class="sidebar-nav-item {{ispage /cheatsheets/}}active{{end}}" href="/cheatsheets/">Cheatsheets</a>
2323
<a class="sidebar-nav-item {{ispage /semesters/}}active{{end}}" href="/semesters/">Previous semesters</a>
24+
<a class="sidebar-nav-item {{ispage /clips/}}active{{end}}" href="/clips/">Submit Short Clips</a>
2425
<br>
2526
<div class="course-section">Module 1: Images, Transformations, Abstractions</div>
2627
<a class="sidebar-nav-item {{ispage /images/}}active{{end}}" href="/images/"><b>1.1</b> - <em>Images as Data and Arrays</em></a>
@@ -60,4 +61,4 @@ <h2>Math from computation, math with computation</h2>
6061
</nav>
6162
</div>
6263
</div>
63-
<div class="content container">
64+
<div class="content container">

website/clips.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Submit A Short Clip
2+
3+
Did you have a favorite (or many favorite) 1-2 minute clips from one of the lectures in this course? Consider sending them to us and that way we can share them on Twitter so more people can get exposure to computational thinking. Use [this form](https://forms.gle/2Um6Sg8G83EdYEfB9) to upload clips.

0 commit comments

Comments
 (0)