File tree Expand file tree Collapse file tree
templates/codinggrace_django/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,10 @@ <h3>Some recommended IDEs</h3>
3434</ div >
3535< div > If you don't want to go near IDEs and are happy with text editors and working in command line:
3636 < ul >
37+ < li > < a href ="https://atom.io/ "> Atom Editor</ a > (All Platforms)</ li >
3738 < li > < a href ="http://www.sublimetext.com/ "> Sublime Text</ a > (All Platforms)</ li >
3839 < li > < a href ="http://macromates.com/ "> TextMate</ a > (Mac only)</ li >
40+ < li > < a href ="https://code.visualstudio.com/ "> Visual Studio Code (All Platforms)</ a > </ li >
3941 < li > More to come...</ li >
4042 </ ul >
4143</ div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h3 id="css3">CSS3</h3>
2626 < li > < a href ="http://learnlayout.com/ "> http://learnlayout.com/</ a > </ li >
2727 < li > < a href ="http://css-tricks.com/box-sizing/ "> http://css-tricks.com/box-sizing/</ a > </ li >
2828 < li > < a href ="http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/ "> http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/</ a > </ li >
29- < li > < a href ="http://caniuse.com/](http://caniuse.com/ " > http://caniuse.com/]( http://caniuse.com/</ a > </ li >
29+ < li > < a href ="http://caniuse.com/ " > http://caniuse.com/</ a > </ li >
3030 < li > < a href ="http://css3generator.com/ "> http://css3generator.com/</ a > </ li >
3131 < li > < a href ="http://ilovecss.me/ "> http://ilovecss.me/</ a > </ li >
3232 </ ul >
Original file line number Diff line number Diff line change @@ -34,7 +34,18 @@ <h3 id="hg">Mercurial (hg)</h3>
3434< div >
3535 Other references:
3636 < ul >
37- < li > < a href ="http ://mercurial.selenic.com /wiki/Tutorial "> Mercurial's own tutorial</ a > </ li >
38- < li > < a href ="http ://mercurial.selenic.com /wiki/QuickReferenceCardsAndCheatSheets "> Mercurial's own cheatsheets</ a > </ li >
37+ < li > < a href ="https ://www. mercurial-scm.org /wiki/Tutorial "> Mercurial's own tutorial</ a > </ li >
38+ < li > < a href ="https ://www. mercurial-scm.org /wiki/QuickReferenceCardsAndCheatSheets "> Mercurial's own cheatsheets</ a > </ li >
3939 </ ul >
40- </ div >
40+ </ div >
41+
42+ < h2 > Version Control System Hosts</ h2 >
43+ < div >
44+ Sign ups are free.
45+ < ul >
46+ < li > < a href ="https://bitbucket.org "> Bitbucket</ a > - host your git and/or mercurial projects</ li >
47+ < li > < a href ="https://github.com/ "> Github</ a > - host your git projects</ li >
48+ < li > < a href ="https://gitlab.com "> Gitlab</ a > - offers free unlimited (private) repositories and unlimited collaborators.</ li >
49+ </ ul >
50+ </ div >
51+
You can’t perform that action at this time.
0 commit comments