Skip to content

Commit 600090a

Browse files
committed
added microblog-section to links
1 parent d66dd09 commit 600090a

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
function init_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
<ul class="simple">
209209
<li>#robotframework &#64;freenode</li>
210210
</ul>
211+
<div class="section" id="microblog">
212+
<h4>Microblog</h4>
213+
<ul class="simple">
214+
<li><a class="reference external" href="http://twitter.com/robotframework">&#64;robotframework on Twitter</a></li>
215+
</ul>
216+
</div>
211217
</div>
212218
<div class="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
function init_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)