Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit cd0ccca

Browse files
Add welcomecs to list of books available
1 parent 72c90f7 commit cd0ccca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

views/designer/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ <h3>Intro to Computer Science</h3>
131131
</label>
132132
</div>
133133

134+
<div class="radio">
135+
<label>
136+
<input type="radio" name="coursetype" value="welcomecs" />
137+
Welcome to CS - An introduction to computation and Python programming. Designed for a CS0 level intoductory/exploratory course.
138+
</label>
139+
</div>
140+
134141
<h3>AP Computer Science</h3>
135142

136143
<div class="radio">

0 commit comments

Comments
 (0)