Skip to content

Commit 1fd459c

Browse files
committed
Footer
1 parent b417d88 commit 1fd459c

File tree

3 files changed

+21
-40
lines changed

3 files changed

+21
-40
lines changed

src/Footer.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#footer {
2+
background: #1d1d1b;
3+
color: var(--white);
4+
margin-top: 1rem;
5+
padding: 2rem 0;
6+
}
7+
8+
#footer .text {
9+
float: right;
10+
margin: 9px 32px 0 0;
11+
text-align: right;
12+
}
13+
14+
#footer .white-logo {
15+
width: 28px;
16+
margin-top: 5px;
17+
}

src/Footer.js

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,13 @@
11
import React from 'react';
2-
import whiteHand from './assets/images/hand-white.svg';
2+
import CoderockrWhite from './assets/images/hand-white.svg';
3+
import './Footer.css'
34

45
const Footer = () => (
56
<footer id="footer">
67
<div className="container">
78
<div className="row">
89
<div className="col-md-12">
9-
<ul className="social">
10-
<li>
11-
<a href="https://www.facebook.com/coderockr" title="Curta a Coderockr no Facebook">
12-
<span className="icon-facebook"></span>
13-
</a>
14-
</li>
15-
<li>
16-
<a href="https://twitter.com/coderockr" title="Siga a Coderockr no Twitter"
17-
target="_blank" rel="noopener noreferrer">
18-
<span className="icon-twitter"></span>
19-
</a>
20-
</li>
21-
<li>
22-
<a href="https://www.youtube.com/user/coderockr" title="Acompahe a Coderockr no YouTube"
23-
target="_blank" rel="noopener noreferrer">
24-
<span className="icon-youtube"></span>
25-
</a>
26-
</li>
27-
<li>
28-
<a href="https://blog.coderockr.com" title="Leia sore a Coderockr no Medium"
29-
target="_blank" rel="noopener noreferrer">
30-
<span className="icon-medium"></span>
31-
</a>
32-
</li>
33-
<li>
34-
<a href="https://plus.google.com/+Coderockr" title="Acompahe a Coderockr no Google+"
35-
target="_blank" rel="noopener noreferrer">
36-
<span className="icon-google-plus"></span>
37-
</a>
38-
</li>
39-
<li>
40-
<a href="https://github.com/Coderockr" title="Acompahe a Coderockr no Github"
41-
target="_blank" rel="noopener noreferrer">
42-
<span className="icon-github"></span>
43-
</a>
44-
</li>
45-
</ul>
46-
<img src={whiteHand} alt="Coderockr Logo" title="You Rock!" className="pull-right" />
10+
<CoderockrWhite alt="Coderockr Logo" title="You Rock!" className="white-logo pull-right" />
4711
<div className="text">
4812
<p>
4913
+55 47 3227-6359 &nbsp;&nbsp;&nbsp;

src/assets/images/hand-white.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)