File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const EducationalResources: NextPage = () => {
93
93
94
94
95
95
< p >
96
- < b > Other resources </ b >
96
+ < b > Web Development Resources </ b >
97
97
< div className = { styles . educationalLinks } >
98
98
< a
99
99
href = "https://roadmap.sh/frontend"
@@ -128,6 +128,25 @@ const EducationalResources: NextPage = () => {
128
128
< br />
129
129
</ div >
130
130
</ p >
131
+
132
+
133
+
134
+
135
+
136
+
137
+ < p >
138
+ < b > GitHub Free Resources</ b >
139
+ < div className = { styles . educationalLinks } >
140
+ < a
141
+ href = "https://education.github.com/pack"
142
+ target = "_blank"
143
+ rel = "noopener noreferrer"
144
+ >
145
+ GitHub Student Developer Pack
146
+ </ a >
147
+ < br />
148
+ </ div >
149
+ </ p >
131
150
</ div >
132
151
</ main >
133
152
You can’t perform that action at this time.
0 commit comments