Skip to content

Add Robotframeworktutorial.com link and videos #40

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

Closed
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
31 changes: 19 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1035,22 +1035,22 @@ <h1 class="row-header">THE DOCS</h1>
<div class="external-links active" id="docs-getting-started">

<div class="column half">

<div class="link">
<a href="https://github.com/robotframework/robotframework/blob/master/INSTALL.rst" target="_blank">Installation Instructions</a>
If you are familiar with Python and pip, just run <span class="command">pip install robotframework</span>. Notice that external libraries and tools need to be installed separately.
</div>

<div class="link">
<a href="http://www.slideshare.net/pekkaklarck/robot-framework-introduction" target="_blank">Introduction Slides</a>
Generic Robot Framework introduction slides.
</div>

<div class="link">
<a href="https://github.com/robotframework/QuickStartGuide/blob/master/QuickStart.rst" target="_blank">Quick Start Guide</a>
Introduces the most important features of Robot Framework and acts as an executable demo.
</div>

<div class="link">
<a href="http://robot-framework.readthedocs.org/en/latest/" target="_blank">Public API</a>
Public API for writing your own tools against Robot Framework.
</div>
</div>

<div class="column half">
Expand All @@ -1066,15 +1066,11 @@ <h1 class="row-header">THE DOCS</h1>
<a href="http://www.slideshare.net/pekkaklarck/robot-framework-dos-and-donts" target="_blank">Dos And Don'ts</a>
Presentation loosely based on the above how-to.
</div>
</div>

<div class="column full">
<div class="link">
<a href="http://robot-framework.readthedocs.org/en/latest/" target="_blank">Public API</a>
Public API for writing your own tools against Robot Framework.
<a href="http://www.robotframeworktutorial.com" target="_blank">Video Training Courses</a>
Robotframeworktutorial.com has several paid video training courses that will get you up and running with Robot Framework <strong>very quickly</strong>. These popular 5 star courses have been used by 3,000+ students in over 90 countries.
</div>
</div>

</div>

<div class="external-links" id="docs-demos">
Expand Down Expand Up @@ -1109,9 +1105,20 @@ <h1 class="row-header">THE DOCS</h1>
</div>

</div>



<div class="external-links cf" id="docs-videos">
<div class="column one-thirds">
<div class="link"><iframe width="300" height="169" src="https://www.youtube.com/embed/T0SK5A1rwdk" frameborder="0" allowfullscreen></iframe></div>
<div class="text-center">Create Your First Script - Part 1<br/>From <a href="http://www.robotframeworktutorial.com" target="_blank">robotframeworktutorial.com</a></div>
</div>
<div class="column one-thirds">
<div class="link"><iframe width="300" height="169" src="https://www.youtube.com/embed/LhUre0hu8I8" frameborder="0" allowfullscreen></iframe></div>
<div class="text-center">Create Your First Script - Part 2<br/>From <a href="http://www.robotframeworktutorial.com" target="_blank">robotframeworktutorial.com</a></div>
</div>
<div class="column one-thirds">
<div class="link"><iframe width="300" height="169" src="https://www.youtube.com/embed/819sBbvT6gM" frameborder="0" allowfullscreen></iframe></div>
<div class="text-center">Running RF Scripts from Jenkins CI<br/>From <a href="http://www.robotframeworktutorial.com" target="_blank">robotframeworktutorial.com</a></div>
</div>

<div class="column one-thirds">
<div class="link"><iframe src="//player.vimeo.com/video/93124154" width="300" height="169" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>
Expand Down