git ssb

0+

Rômulo Alves / website



Tree: 5e2d4a9461d4df8b292bd5b62e208c033a854a19

Files: 5e2d4a9461d4df8b292bd5b62e208c033a854a19 / components / header.js

385 bytesRaw
1import Social from './social';
2
3export default () => (
4 <header>
5 <div>
6 <h1>Rômulo Alves</h1>
7 </div>
8 <Social />
9
10 <style jsx>{`
11 div {
12 left: 0;
13 margin-bottom: 5px;
14 padding: 50px 0 15px;
15 right: 0;
16 text-align: center;
17 top: 0;
18 }
19
20 div h1 {
21 font-size: 25pt;
22 }
23 `}</style>
24 </header>
25);

Built with git-ssb-web