Commit eaabead8a17ab34cf7a0a2045511a03d8ff3e74e
Merge pull request #1 from romuloalves/v1.1.0
Adding informationsRômulo Alves authored on 9/12/2016, 10:36:38 PM
GitHub committed on 9/12/2016, 10:36:38 PM
Parent: a7498f477c14f34144dd44b395eb32a1857d25c3
Parent: a7d2b57bd7389bb5f918f2e92437805906c3b682
Files changed
.DS_Store | changed |
.gitignore | changed |
src/.DS_Store | changed |
src/index.html | changed |
src/style.css | changed |
.DS_Store | ||
---|---|---|
@@ -1,5 +1,5 @@ | ||
1 | 1 | Bud1 f i l e . j g u l p f i l e . j sIlocblob � (������ p a c k a g e . j s o nIlocblob R (������ s r cIlocblob � ( �� s r cbwspblob �bplist00� |
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | -]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility _{{449, 571}, {770, 436}}�)5AMYp}���������� � s r cvSrnlong @ � @ � @ � @ E DSDB ` � @ � @ � @ | |
5 | +]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility _{{199, 336}, {770, 436}}�)5AMYp}���������� � s r cvSrnlong @ � @ � @ � @ E DSDB ` � @ � @ � @ |
src/.DS_Store | ||
---|---|---|
@@ -1,3 +1,7 @@ | ||
1 | - Bud1 c o n . p n f a v i c o n . p n gIlocblob F ������� | |
1 | + Bud1 spblob �bp i m gbwspblob �bplist00� | |
2 | + | |
3 | + | |
4 | + | |
5 | +]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility _{{199, 336}, {770, 436}}�)5AMYp}���������� � i m gvSrnlong | |
2 | 6 | i n d e x . h t m lIlocblob F (������ |
3 | - r o b o t s . t x tIlocblob � (������ s t y l e . c s sIlocblob R (������ @ � @ � @ � @ E DSDB ` � @ � @ � @ | |
7 | + r o b o t s . t x tIlocblob � (������ s t y l e . c s sIlocblob R (������ @ � @ � @ � @ E DSDB ` � @ � @ � @ |
src/index.html | ||
---|---|---|
@@ -12,13 +12,39 @@ | ||
12 | 12 | </head> |
13 | 13 | <body> |
14 | 14 | <div class="container"> |
15 | 15 | <h1>Rômulo Alves</h1> |
16 | - <h2>Web Developer</h2> | |
16 | + <h2> | |
17 | + Web Developer at <a href="https://www.cwi.com.br/" title="@cwisoftware" target="_blank">@cwisoftware</a> | |
18 | + </h2> | |
17 | 19 | <aside> |
18 | 20 | <a href="https://twitter.com/romuloalves" target="_blank" title="Twitter">Twitter</a> |
19 | 21 | <a href="https://github.com/romuloalves" target="_blank" title="GitHub">GitHub</a> |
20 | 22 | <a href="mailto:romuloaalv@gmail.com" target="_blank" title="Email">Email</a> |
21 | 23 | </aside> |
24 | + <section class="content"> | |
25 | + <section> | |
26 | + <h1>Where am I?</h1> | |
27 | + <a href=""></a> | |
28 | + <h2> | |
29 | + <a href="https://www.google.com.br/maps/place/Sapiranga,+RS/@-29.6410773,-51.0112617,14z/data=!3m1!4b1!4m5!3m4!1s0x95193f737e8194df:0x571f590faf537198!8m2!3d-29.6353852!4d-51.0069543?hl=en" title="Sapiranga, Rio Grande do Sul, Brazil" target="_blank">Sapiranga, Rio Grande do Sul, Brazil</a> | |
30 | + </h2> | |
31 | + </section> | |
32 | + <section> | |
33 | + <h1>Projects</h1> | |
34 | + <p> | |
35 | + <a href="https://chrome.google.com/webstore/detail/feevale-login/koehjiiolfbhoknakjbecclbkjommagi" title="Feevale Login" target="_blank">Feevale Login</a> | |
36 | + <a href="https://github.com/romuloalves/coffeerelax" title="Coffeerelax" target="_blank">Coffeerelax</a> | |
37 | + <a href="https://github.com/romuloalves/cwi-registrar-ponto" title="CWI Registrar Ponto" target="_blank">CWI Registrar Ponto</a> | |
38 | + <a href="https://chrome.google.com/webstore/detail/superplayerfm-control/kfcbakdlhhmnfnpgjohggcaifdadglbm" title="Superplayer.fm Control" target="_blank">Superplayer.fm Control</a> | |
39 | + </p> | |
40 | + </section> | |
41 | + <section> | |
42 | + <h1>Talks</h1> | |
43 | + <p> | |
44 | + <a href="https://github.com/romuloalves/cwi-dojo-react" title="Dojo React" target="_blank">Dojo React at @cwisoftware</a> | |
45 | + </p> | |
46 | + </section> | |
47 | + </section> | |
22 | 48 | </div> |
23 | 49 | </body> |
24 | -</html> | |
50 | +</html> |
src/style.css | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | |
9 | 9 | .container { |
10 | 10 | margin: 0 auto; |
11 | 11 | text-align: center; |
12 | - width: 200px; | |
12 | + width: 90%; | |
13 | 13 | } |
14 | 14 | |
15 | 15 | h1, h2 { |
16 | 16 | padding: 0; |
@@ -25,12 +25,23 @@ | ||
25 | 25 | color: #888; |
26 | 26 | font-size: 15px; |
27 | 27 | } |
28 | 28 | |
29 | -aside { | |
29 | +aside, | |
30 | +.content { | |
30 | 31 | margin-top: 50px; |
31 | 32 | } |
32 | 33 | |
33 | -a { | |
34 | +.content section { | |
35 | + margin-top: 25px; | |
36 | +} | |
37 | + | |
38 | +aside a, | |
39 | +.content a { | |
40 | + display: inline-block; | |
34 | 41 | font-size: 12px; |
35 | - margin-right: 8px; | |
36 | -} | |
42 | + margin: 0 15px 15px 0; | |
43 | +} | |
44 | + | |
45 | +.content h1 { | |
46 | + font-size: 20px; | |
47 | +} |
Built with git-ssb-web