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

Commit600090a

Browse files
committed
added microblog-section to links
1 parentd66dd09 commit600090a

File tree

6 files changed

+23
-2
lines changed

6 files changed

+23
-2
lines changed

‎_site/assets/css/robotframework.css‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,9 @@ body > .section:nth-child(even){
186186
#communication> .section {
187187
width:30%;
188188
float: left;
189+
}
190+
191+
#microblog>h4 {
192+
font-size:24.5px;
193+
line-height:40px;
189194
}

‎_site/assets/js/robotframework.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
functioninit_tweets(){
22
$(".news.container > p").first().after('<div id="tweets"></div>');
33
$("#tweets").tweet({
4-
username:"robotframework"
4+
"username":"robotframework"
55
});
66

77
}

‎_site/index.html‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ <h3>IRC</h3>
208208
<ulclass="simple">
209209
<li>#robotframework &#64;freenode</li>
210210
</ul>
211+
<divclass="section"id="microblog">
212+
<h4>Microblog</h4>
213+
<ulclass="simple">
214+
<li><aclass="reference external"href="http://twitter.com/robotframework">&#64;robotframework on Twitter</a></li>
215+
</ul>
216+
</div>
211217
</div>
212218
<divclass="section"id="blogs">
213219
<h3>Blogs</h3>

‎assets/css/robotframework.css‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,9 @@ body > .section:nth-child(even){
186186
#communication> .section {
187187
width:30%;
188188
float: left;
189+
}
190+
191+
#microblog>h4 {
192+
font-size:24.5px;
193+
line-height:40px;
189194
}

‎assets/js/robotframework.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
functioninit_tweets(){
22
$(".news.container > p").first().after('<div id="tweets"></div>');
33
$("#tweets").tweet({
4-
username:"robotframework"
4+
"username":"robotframework"
55
});
66

77
}

‎index.rst‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ IRC
146146

147147
- #robotframework @freenode
148148

149+
Microblog
150+
+++++++++
151+
152+
- `@robotframework on Twitter<http://twitter.com/robotframework>`_
153+
149154
Blogs
150155
-----
151156
- `@robotframework in Twitter<http://twitter.com/robotframework>`_

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp