We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d223ab1 commit 277b809Copy full SHA for 277b809
app/views/home/books.html.haml
@@ -66,6 +66,11 @@
66
Supplemental reading versions:
67
68
%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
+
74
%li
75
- url = @config_url + '/OpenDSA/Books/CS2/index.html'
76
%a{ href: url , target: "_blank" }
@@ -85,8 +90,7 @@
85
90
86
91
- url = @config_url + '/OpenDSA/Books/CS3notes/index.html'
87
92
%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.
94
95
96
- url = @config_url + '/OpenDSA/Books/CS4104/index.html'
0 commit comments