Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9fa0c8

Browse files
author
Tatu Kairi
committed
Initial version of the new Users section
1 parent89ba67f commitc9fa0c8

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

‎css/robotframework.css‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,18 @@ pre {
628628
line-height:2em;
629629
}
630630

631+
#users {
632+
display: none;
633+
}
634+
635+
#usersa {
636+
color:#24292d;
637+
}
638+
639+
#usersimg {
640+
margin-bottom:1em;
641+
}
642+
631643
#end .row-header {
632644
margin-bottom:0;
633645
font-size:2.5em;

‎index.html‎

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,58 @@ <h2 class="other-support-heading">PAID SUPPORT</h2>
13291329

13301330
</div>
13311331

1332+
<divid="users"class="row orange">
1333+
<divclass="content-area">
1334+
<h1class="row-header">USERS</h2>
1335+
<p>
1336+
Robot Framework is used very widely around the world in different
1337+
domains and contexts.<ahref="https://github.com/robotframework/robotframework.github.com"target="_blank">Let us know</a> if your
1338+
company or organization could be added here!
1339+
</p>
1340+
<divclass="column one-thirds">
1341+
<divclass="link">
1342+
<imgsrc="http://www.eficode.fi/app/uploads/2015/11/metso_logo.png"
1343+
style="height: 35px;"/>
1344+
<p>
1345+
Metso has had good results using Robot Framework in various
1346+
domains. This includes testing embedded software in valve
1347+
actuators and<ahref="http://www.eficode.fi/en/cases/heavy-duty-automation-shifting-gears-in-metso-dna-testing/"
1348+
target="_blank">web testing of their Manufacturing Resource
1349+
Planning system</a>.
1350+
</p>
1351+
</div>
1352+
</div>
1353+
<divclass="column one-thirds">
1354+
<divclass="link">
1355+
<imgsrc="http://www.eficode.fi/app/uploads/2015/10/STEERI_logo_vaaka-01.png"
1356+
style="height: 35px;"/>
1357+
<p>
1358+
Steeri wanted to automate its test runs and chose the
1359+
keyword-driven and user-friendly Robot Framework as the tool
1360+
for the job.<ahref="http://www.eficode.fi/en/cases/tuning-software-production-with-test-automation/"target="_blank">
1361+
The automation was implemented in co-operation with
1362+
Eficode.</a>
1363+
</p>
1364+
</div>
1365+
</div>
1366+
<divclass="column one-thirds">
1367+
<divclass="link">
1368+
<imgsrc="http://www.eficode.fi/app/uploads/2015/11/metso_logo.png"
1369+
style="height: 35px;"/>
1370+
<p>
1371+
Metso has had good results using Robot Framework in various
1372+
domains. This includes testing embedded software in valve
1373+
actuators and web testing of their Manufacturing Resource
1374+
Planning system.
1375+
</p>
1376+
</div>
1377+
</div>
1378+
1379+
1380+
1381+
</div>
1382+
</div>
1383+
13321384
<divclass="row"id="end">
13331385
<h1class="row-header">THAT'S ROBOT FRAMEWORK</h1>
13341386
<divclass="slogan"><ahref="http://robotframework.org"target="_blank">robotframework.org</a></div>

‎js/robotframework.js‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,18 @@ function init_scrolling() {
117117
handle_hash();
118118
}
119119

120+
functioninit_feature_toggle(){
121+
varurl_params=newURLSearchParams(window.location.search.slice(1));
122+
if(url_params.get('show-users')){
123+
$("#users").show(0);
124+
}
125+
}
126+
120127
$(document).ready(function(e){
121128
init_carousel();
122129
init_markers();
123130
init_affix();
124131
init_scrolling();
132+
init_feature_toggle();
125133
init_tweets();// should be last thing to be loaded
126134
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp