Skip to content

Commit ac8337e

Browse files
committed
Add social icons
1 parent 1643173 commit ac8337e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

_includes/footer.html

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<div class="container">
22
<div class="footer">
3+
<p>
4+
<a href="http://github.com/node-red/node-red"><i class="icon-github icon-3x"></i></a>
5+
&nbsp;&nbsp;&nbsp;
6+
<a href="http://twitter.com/nodered"><i class="icon-twitter icon-3x"></i></a>
7+
</p>
38
<p>&copy; IBM Corp. 2013</p>
49
</div>
510
</div>

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<title>Node-RED{% if page.title %} : {{ page.title }}{% endif %}</title>
77
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
88
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
9-
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
109
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
1110
<link href="/bootstrap/css/bootstrap.slate.min.css" rel="stylesheet" media="screen">
1211
<link href="/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
12+
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
1313

1414
<link href="/css/style.css" rel="stylesheet" media="screen">
1515
</head>

css/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,15 @@ li.active {
7575
margin-bottom: 0;
7676
}
7777
.footer {
78+
color: #eee;
7879
text-align: center;
7980
margin-top: 40px;
8081
font-size: 0.8em;
8182
}
83+
.footer a {
84+
color: #eee;
85+
text-decoration: none;
86+
}
8287

8388
.alert {
8489
text-shadow: none;

0 commit comments

Comments
 (0)