|
17 | 17 | "tag": "S1", |
18 | 18 | "icon": "fa-solid fa-1", |
19 | 19 | "accent": "amber", |
20 | | - "blurb": "foundations", |
| 20 | + "blurb": "Foundations Confirmation", |
21 | 21 | "children": [ |
22 | 22 | { |
23 | 23 | "id": "calc-a", |
|
63 | 63 | "accent": "green", |
64 | 64 | "blurb": "Programming", |
65 | 65 | "resources": [ |
66 | | - { "label": "Porgamming Basics with Python summary", "href": "https://drive.google.com/file/d/1CgBpaztko98iItkfWR815WVXvHgrzgwP/view?usp=sharing", "type": "external" , "note":"شكر للزميل المهندس محمود ابو دقة على تزويد السلايدات للمادة"} |
| 66 | + { "label": "Porgamming Basics with Python summary", "href": "https://drive.google.com/file/d/1CgBpaztko98iItkfWR815WVXvHgrzgwP/view?usp=sharing", "type": "external", "note": "شكر للزميل المهندس محمود ابو دقة على تزويد السلايدات للمادة" } |
67 | 67 | ] |
68 | 68 | } |
69 | 69 | ] |
|
74 | 74 | "tag": "S2", |
75 | 75 | "icon": "fa-solid fa-2", |
76 | 76 | "accent": "teal", |
77 | | - "blurb": "current courses", |
| 77 | + "blurb": "Sharpening Foundations", |
78 | 78 | "children": [ |
79 | 79 | { |
80 | 80 | "id": "calc-b", |
|
151 | 151 | ] |
152 | 152 | } |
153 | 153 | ] |
| 154 | + }, |
| 155 | + { |
| 156 | + "id": "sem3", |
| 157 | + "title": "Semester 3", |
| 158 | + "tag": "S3", |
| 159 | + "icon": "fa-solid fa-3", |
| 160 | + "accent": "blue", |
| 161 | + "blurb": "Math and CS Building for Specialization", |
| 162 | + "children": [ |
| 163 | + { |
| 164 | + "id": "discrete-math", |
| 165 | + "title": "Discrete Math", |
| 166 | + "tag": "MATH", |
| 167 | + "icon": "fa-solid fa-diagram-project", |
| 168 | + "accent": "blue", |
| 169 | + "blurb": "Logic, sets, graphs, combinatorics", |
| 170 | + "resources": [] |
| 171 | + }, |
| 172 | + { |
| 173 | + "id": "linear-algebra", |
| 174 | + "title": "Linear Algebra", |
| 175 | + "tag": "MATH", |
| 176 | + "icon": "fa-solid fa-vector-square", |
| 177 | + "accent": "purple", |
| 178 | + "blurb": "Matrices, vector spaces, eigenvalues", |
| 179 | + "resources": [] |
| 180 | + }, |
| 181 | + { |
| 182 | + "id": "programming-2", |
| 183 | + "title": "Programming II", |
| 184 | + "tag": "CS", |
| 185 | + "icon": "fa-solid fa-laptop-code", |
| 186 | + "accent": "green", |
| 187 | + "blurb": "Data structures & OOP continuation", |
| 188 | + "resources": [] |
| 189 | + }, |
| 190 | + { |
| 191 | + "id": "technical-english", |
| 192 | + "title": "Technical English", |
| 193 | + "tag": "ENG", |
| 194 | + "icon": "fa-solid fa-language", |
| 195 | + "accent": "teal", |
| 196 | + "blurb": "Technical writing & communication", |
| 197 | + "resources": [] |
| 198 | + }, |
| 199 | + { |
| 200 | + "id": "engineering-drawing", |
| 201 | + "title": "Engineering Drawing", |
| 202 | + "tag": "DRAW", |
| 203 | + "icon": "fa-solid fa-drafting-compass", |
| 204 | + "accent": "orange", |
| 205 | + "blurb": "Projections, sketching, CAD basics", |
| 206 | + "resources": [] |
| 207 | + } |
| 208 | + ] |
154 | 209 | } |
155 | 210 | ] |
156 | 211 | }, |
|
0 commit comments