15
15
</ head >
16
16
17
17
< body data-spy ="scroll " data-target ="#menu ">
18
- < div id ="menu ">
19
- < ul class ="nav ">
20
- < li > < a href ="#introduction "> Introduction</ a > </ li >
21
- < li > < a href ="#examples "> Examples</ a > </ li >
22
- < li > < a href ="#test-libraries "> Test libraries</ a > </ li >
23
- < li > < a href ="#tools "> Tools</ a > </ li >
24
- < li > < a href ="#communication "> Communication</ a > </ li >
25
- </ ul >
26
- </ div >
27
- < div class ="header container ">
28
- < img alt ="/assets/img/banner.png " src ="/assets/img/banner.png " />
29
- </ div >
30
- < div class ="section " id ="introduction ">
18
+ < div id ="wrapper ">
19
+ < div class ="header container ">
20
+ < img alt ="/assets/img/banner.png " src ="/assets/img/banner.png ">
21
+ </ div >
22
+ < div id ="menu " class ="navbar " data-spy ="affix " data-offset-top ="164 ">
23
+ < ul class ="nav ">
24
+ < li class ="active "> < a href ="#introduction "> Introduction</ a > </ li >
25
+ < li > < a href ="#examples "> Examples</ a > </ li >
26
+ < li > < a href ="#test-libraries "> Test libraries</ a > </ li >
27
+ < li > < a href ="#tools "> Tools</ a > </ li >
28
+ < li > < a href ="#communication "> Communication</ a > </ li >
29
+ </ ul >
30
+ </ div >
31
+ < div class ="section " id ="introduction ">
31
32
< h2 > Introduction</ h2 >
32
33
< div class ="news container ">
33
34
< p > News</ p >
@@ -118,8 +119,8 @@ <h2>Examples</h2>
118
119
< div class ="section " id ="test-libraries ">
119
120
< h2 > Test libraries</ h2 >
120
121
< p > Test libraries lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est</ p >
121
- < div class ="section " id ="standard-test- libraries ">
122
- < h3 > Standard test libraries</ h3 >
122
+ < div class ="section " id ="standard-libraries ">
123
+ < h3 > Standard libraries</ h3 >
123
124
< ul class ="simple ">
124
125
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework/wiki/BuiltInLibrary "> Builtin</ a > </ li >
125
126
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework/wiki/OperatingSystemLibrary "> OperatingSystem</ a > </ li >
@@ -132,17 +133,15 @@ <h3>Standard test libraries</h3>
132
133
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework/wiki/XMLLibrary "> XML</ a > </ li >
133
134
</ ul >
134
135
</ div >
135
- < div class ="section " id ="third-party-provided -libraries ">
136
- < h3 > Third party provided libraries</ h3 >
136
+ < div class ="section " id ="external -libraries ">
137
+ < h3 > External libraries</ h3 >
137
138
< ul class ="simple ">
138
139
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework-autoitlibrary/ "> AutoItLibrary</ a > </ li >
139
140
< li > < a class ="reference external " href ="http://franz-see.github.com/Robotframework-Database-Library/ "> Database Library (Java)</ a > </ li >
140
141
< li > < a class ="reference external " href ="https://github.com/ThomasJaspers/robotframework-dblibrary "> Database Library (Python)</ a > </ li >
141
142
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework-eclipselibrary/ "> Eclipse Library</ a > </ li >
142
143
< li > < a class ="reference external " href ="https://github.com/peritus/robotframework-httplibrary "> HTTP test library using livetest</ a > </ li >
143
144
< li > < a class ="reference external " href ="https://github.com/bulkan/robotframework-requests "> HTTP test library using Requests</ a > </ li >
144
- < li > < a class ="reference external " href ="https://github.com/robotframework/JavalibCore "> JavalibCore</ a > </ li >
145
- < li > < a class ="reference external " href ="https://github.com/robotframework/RemoteApplications "> RemoteApplications</ a > </ li >
146
145
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework-seleniumlibrary/ "> SeleniumLibrary</ a > </ li >
147
146
< li > < a class ="reference external " href ="https://github.com/rtomac/robotframework-selenium2library "> Selenium2Library</ a > </ li >
148
147
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework-sshlibrary/ "> SSHLibrary</ a > </ li >
@@ -151,29 +150,26 @@ <h3>Third party provided libraries</h3>
151
150
< li > < a class ="reference external " href ="http://code.google.com/p/robotframework-watinlibrary/ "> WatinLibrary</ a > </ li >
152
151
</ ul >
153
152
</ div >
153
+ < div class ="section " id ="other ">
154
+ < h3 > Other</ h3 >
155
+ < ul class ="simple ">
156
+ < li > < a class ="reference external " href ="https://github.com/robotframework/JavalibCore "> JavalibCore</ a > </ li >
157
+ < li > < a class ="reference external " href ="https://github.com/robotframework/RemoteApplications "> RemoteApplications</ a > </ li >
158
+ </ ul >
159
+ </ div >
154
160
</ div >
155
161
< div class ="section " id ="tools ">
156
162
< h2 > Tools</ h2 >
157
163
< p > Tools provide lorem ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum</ p >
158
164
< div class ="section " id ="editors ">
159
165
< h3 > Editors</ h3 >
160
- < ul >
161
- < li > < dl class ="first docutils ">
162
- < dt > < a class ="reference external " href ="http://code.google.com/p/robotframework-ride/ "> RIDE</ a > </ dt >
163
- < dd > < p class ="first last "> is an IDE tool for editing test data.</ p >
164
- </ dd >
165
- </ dl >
166
- </ li >
167
- < li > < p class ="first "> < a class ="reference external " href ="https://github.com/NitorCreations/RobotFramework-EclipseIDE "> Eclipse plugin</ a > </ p >
168
- </ li >
169
- < li > < p class ="first "> < a class ="reference external " href ="https://github.com/sakari/robot-mode "> Emacs major mode</ a > </ p >
170
- </ li >
171
- < li > < p class ="first "> < a class ="reference external " href ="https://github.com/shellderp/sublime-robot-plugin "> Sublime plugin</ a > </ p >
172
- </ li >
173
- < li > < p class ="first "> < a class ="reference external " href ="https://bitbucket.org/jussimalinen/robot.tmbundle/ "> TextMate bundle</ a > </ p >
174
- </ li >
175
- < li > < p class ="first "> < a class ="reference external " href ="https://github.com/mfukar/robotframework-vim "> Vim plugin</ a > </ p >
176
- </ li >
166
+ < ul class ="simple ">
167
+ < li > < a class ="reference external " href ="http://code.google.com/p/robotframework-ride/ "> RIDE</ a > (Robot Framework test data editor)</ li >
168
+ < li > < a class ="reference external " href ="https://github.com/NitorCreations/RobotFramework-EclipseIDE "> Eclipse plugin</ a > </ li >
169
+ < li > < a class ="reference external " href ="https://github.com/sakari/robot-mode "> Emacs major mode</ a > </ li >
170
+ < li > < a class ="reference external " href ="https://github.com/shellderp/sublime-robot-plugin "> Sublime plugin</ a > </ li >
171
+ < li > < a class ="reference external " href ="https://bitbucket.org/jussimalinen/robot.tmbundle/ "> TextMate bundle</ a > </ li >
172
+ < li > < a class ="reference external " href ="https://github.com/mfukar/robotframework-vim "> Vim plugin</ a > </ li >
177
173
</ ul >
178
174
</ div >
179
175
< div class ="section " id ="build-tools ">
@@ -191,7 +187,7 @@ <h3>Build tools</h3>
191
187
</ li >
192
188
</ ul >
193
189
</ div >
194
- < div class ="section " id ="other ">
190
+ < div class ="section " id ="id1 ">
195
191
< h3 > Other</ h3 >
196
192
< ul >
197
193
< li > < dl class ="first docutils ">
@@ -247,5 +243,7 @@ <h3>Blogs</h3>
247
243
</ div >
248
244
249
245
246
+ < img src ="/assets/img/silhuette.png " id ="silhuette " />
247
+ </ div >
250
248
</ body >
251
249
</ html >
0 commit comments