Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actualización links y agregado de sección Grid #11

Merged
merged 2 commits into from
Oct 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h2>Algoritmos</h2>
<li><a href="https://www.khanacademy.org/computing/computer-science/algorithms">Khan Academy: Algorithms</a></li>
<li><a href="http://www.geeksforgeeks.org/fundamentals-of-algorithms/">GeeksforGeeks Fundamentals of Algorithms</a></li>
<li><a href="http://algo-visualizer.jasonpark.me/">Algorithm Visualizer</a></li>
<li><a href="https://es.coursera.org/learn/introduction-to-algorithms">Coursera Algorithms, Part I</a></li>
<li><a href="https://es.coursera.org/learn/java-data-structures-algorithms-2">Coursera Algorithms, Part II</a></li>
<li><a href="https://es.coursera.org/learn/algorithms-part1">Coursera Algorithms, Part I</a></li>
<li><a href="https://es.coursera.org/learn/algorithms-part2">Coursera Algorithms, Part II</a></li>
<li><a href="https://es.coursera.org/learn/algorithm-design-analysis">Algorithms: Design and Analysis, Part 1</a></li>
<li><a href="https://es.coursera.org/learn/algorithm-design-analysis-2">Algorithms: Design and Analysis, Part 2</a></li>
</ul>
Expand All @@ -56,6 +56,7 @@ <h3>Big-O</h3>
<h2>Angular</h2>
<ul>
<li><a href="https://school.scotch.io/getting-started-with-angular-2">scotch.io’s Getting Started with Angular 2</a></li>
<li><a href="https://angular.io/tutorial">Fundamentals of Angular - Tour of Heroes.</a></li>
</ul>
</div>
<div class="wiki-api">
Expand Down Expand Up @@ -170,6 +171,12 @@ <h3>Flexbox</h3>
<li><a href="http://flexboxfroggy.com/#es">Flexbox Froggy</a></li>
<li><a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">A Complete Guide to Flexbox (Chris Coyier)</a></li>
</ul>
<h3>Grid</h3>
<ul>
<li><a href="https://cssgrid.io/">Free Grid Course</a></li>
<li><a href="https://css-tricks.com/snippets/css/complete-guide-grid/">A Complete Guide to Grid</a></li>
<li><a href="https://cssgridgarden.com/#es">Grid Garden</a></li>
</ul>
<h3>Generadores</h3>
<ul>
<li><a href="http://loading.io/">Loading.io: Build Your Ajax Loading Icons with SVG / CSS / GIF</a></li>
Expand All @@ -189,6 +196,11 @@ <h3>Otros</h3>
<h2>Cursos</h2>
<ul>
<li><a href="https://www.edx.org/course/introduction-computer-science-harvardx-cs50x">Harvard’s CS50x: Introduction to Computer Science</a></li>
<li><a href="https://www.edx.org/course/cs50s-introduction-to-game-development">Harvard’s CS50's: Introduction to Game Development</a></li>
<li><a href="https://www.edx.org/course/cs50s-apr-computer-science-principles-harvardx-cs50-ap">Harvard’s CS50's AP®: Computer Science Principles</a></li>
<li><a href="https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript">Harvard’s CS50's: Web Programming with Python and JavaScript</a></li>
<li><a href="https://www.edx.org/course/cs50s-mobile-app-development-with-react-native">Harvard’s CS50's: Mobile App Development with React Native</a></li>
<li><a href="https://www.edx.org/course/cs50s-computer-science-business-harvardx-cs50b">Harvard’s CS50's: Computer Science for Business Professionals</a></li>
<li><a href="https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0">Introduction to Linux</a></li>
<li><a href="https://frontendmasters.com/hi/courses/crash-course">Frontend Masters Crash Course</a></li>
<li><a href="http://mooc.fi/english.html">University of Helsinki’s Programming MOOCs</a></li>
Expand Down