Skip to content

Commit 33bb873

Browse files
authored
Merge pull request #32 from telaurila/master
New educational links
2 parents a6e4969 + 7636d40 commit 33bb873

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

readme.md

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -811,14 +811,14 @@ GitHub made open-source collaboration very easy. You can collaborate to any open
811811
### Educational Resources
812812

813813
<details>
814-
<summary>
815-
Command Lines
816-
</summary>
817-
<ol>
818-
<li>
819-
<a href=""></a>
814+
<summary>
815+
Command Lines
816+
</summary>
817+
<li>
818+
<a href="https://www.nano-editor.org/dist/latest/cheatsheet.html">Nano's shortcuts</a>
819+
<li>
820+
<a href="https://simpletutorials.com/c/vim/uldvdk5l/simple-vim-reference">Simple Vim reference</a>
820821
</li>
821-
</ol>
822822
</details>
823823

824824
<details>
@@ -831,26 +831,28 @@ Git and GitHub
831831
</details>
832832

833833
<details>
834-
<summary>
835-
HTML
836-
<a href="https://htmlreference.io/">HTML Reference</a>
837-
</summary>
834+
<summary>
835+
HTML
836+
</summary>
837+
<li>
838+
<a href="https://htmlreference.io/">HTML Reference</a>
839+
</li>
838840
</details>
839841

840842
<details>
841-
<summary>
842-
CSS
843-
</summary>
844-
<li>
843+
<summary>
844+
CSS
845+
</summary>
846+
<li>
845847
<a href=""></a>
846848
</li>
847849
</details>
848850

849851
<details>
850-
<summary>
851-
SaSS
852-
</summary>
853-
<li>
852+
<summary>
853+
SaSS
854+
</summary>
855+
<li>
854856
<a href=""></a>
855857
</li>
856858
</details>
@@ -878,7 +880,6 @@ React
878880
ReactNative
879881
</summary>
880882
<li>
881-
<li>
882883
<a href=""></a>
883884
</li>
884885
</details>
@@ -928,14 +929,6 @@ Matplotlib
928929
<a href="https://github.com/Asabeneh/matplotlib"> Data Visualization with Matplotlib</a>
929930
</li>
930931
</details>
931-
<details>
932-
<summary>
933-
Data Science
934-
</summary>
935-
<li>
936-
<a href=""></a>
937-
</li>
938-
</details>
939932

940933
<details>
941934
<summary>
@@ -951,7 +944,7 @@ Git and GitHub
951944
Data Science
952945
</summary>
953946
<li>
954-
<a href=""></a>
947+
<a href="https://jakevdp.github.io/PythonDataScienceHandbook/">Python Data Science Handbook</a>
955948
</li>
956949
</details>
957950

@@ -972,6 +965,7 @@ Linux
972965
<a href=""></a>
973966
</li>
974967
</details>
968+
975969
<details>
976970
<summary>
977971
Cloud
@@ -1005,19 +999,23 @@ YouTube Videos
1005999
</summary>
10061000
<li>
10071001
<a href="https://youtube.com">Link to Youtube</a>
1008-
</li>
1009-
</details>
1010-
</summary>
10111002
<li>
10121003
<a href="https://youtu.be/bY6m6_IIN94">Socratica Python Series</a>
1004+
<li>
1005+
<a href="https://www.youtube.com/watch?v=23Hamqyx-E0">Configuring VS Code as Git's default editor</a>
1006+
<li>
1007+
<a href="https://www.youtube.com/watch?v=FyAAIHHClqI&list=PLOVA8ViwZCvByARgBacbN-ooJVtfgbT-l&index=5">Introduction to Git - Branching and Merging</a>
10131008
</li>
10141009
</details>
1010+
10151011
<details>
10161012
<summary>
1017-
Regular expressions
1013+
Regular Expressions
10181014
</summary>
10191015
<li>
10201016
<a href="https://regexone.com/">Regular expressions</a>
1017+
<li>
1018+
<a href="https://regex101.com/">Regex 101</a>
10211019
</li>
10221020
</details>
10231021

0 commit comments

Comments
 (0)