Skip to content

Commit 277b809

Browse files
committed
Add CS1 book to supplemental reading books list
1 parent d223ab1 commit 277b809

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/views/home/books.html.haml

+6-2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
Supplemental reading versions:
6767

6868
%ul
69+
%li
70+
- url = @config_url + '/OpenDSA/Books/IntroToSoftwareDesign/index.html'
71+
%a{ href: url , target: "_blank" }
72+
An objects-first CS1 course
73+
6974
%li
7075
- url = @config_url + '/OpenDSA/Books/CS2/index.html'
7176
%a{ href: url , target: "_blank" }
@@ -85,8 +90,7 @@
8590
%li
8691
- url = @config_url + '/OpenDSA/Books/CS3notes/index.html'
8792
%a{ href: url, target: "_blank" }
88-
Coursenotes form of presentation slides for "CS3" course on Data
89-
Structures.
93+
Coursenotes form of presentation slides for "CS3" course on Data Structures.
9094

9195
%li
9296
- url = @config_url + '/OpenDSA/Books/CS4104/index.html'

0 commit comments

Comments
 (0)