git ssb

0+

Rômulo Alves / website



Commit eaabead8a17ab34cf7a0a2045511a03d8ff3e74e

Merge pull request #1 from romuloalves/v1.1.0

Adding informations
Rô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_Storechanged
.gitignorechanged
src/.DS_Storechanged
src/index.htmlchanged
src/style.csschanged
.DS_StoreView
@@ -1,5 +1,5 @@
11 Bud1 file.j gulpfile.jsIlocblob�(������ package.jsonIlocblobR(������srcIlocblob�(��srcbwspblob�bplist00�
22
33
44 
5-]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility   _{{449, 571}, {770, 436}}�)5AMYp}�����������srcvSrnlong  @� @� @� @ E DSDB `� @� @� @
5+]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility   _{{199, 336}, {770, 436}}�)5AMYp}�����������srcvSrnlong  @� @� @� @ E DSDB `� @� @� @
.gitignoreView
@@ -1,3 +1,4 @@
11 node_modules
22 dist
3-.publish
3+.publish
4+.DS_Store
src/.DS_StoreView
@@ -1,3 +1,7 @@
1-Bud1con.pn favicon.pngIlocblobF�������
1+Bud1 spblob�bpimgbwspblob�bplist00�
2+
3+
4+ 
5+]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility   _{{199, 336}, {770, 436}}�)5AMYp}�����������imgvSrnlong
26 index.htmlIlocblobF(������
3-robots.txtIlocblob�(������ style.cssIlocblobR(������  @� @� @� @ EDSDB `� @� @� @
7+robots.txtIlocblob�(������ style.cssIlocblobR(������  @� @� @� @ E DSDB `� @� @� @
src/index.htmlView
@@ -12,13 +12,39 @@
1212 </head>
1313 <body>
1414 <div class="container">
1515 <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>
1719 <aside>
1820 <a href="https://twitter.com/romuloalves" target="_blank" title="Twitter">Twitter</a>
1921 <a href="https://github.com/romuloalves" target="_blank" title="GitHub">GitHub</a>
2022 <a href="mailto:romuloaalv@gmail.com" target="_blank" title="Email">Email</a>
2123 </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>
2248 </div>
2349 </body>
24-</html>
50+</html>
src/style.cssView
@@ -8,9 +8,9 @@
88
99 .container {
1010 margin: 0 auto;
1111 text-align: center;
12- width: 200px;
12+ width: 90%;
1313 }
1414
1515 h1, h2 {
1616 padding: 0;
@@ -25,12 +25,23 @@
2525 color: #888;
2626 font-size: 15px;
2727 }
2828
29-aside {
29+aside,
30+.content {
3031 margin-top: 50px;
3132 }
3233
33-a {
34+.content section {
35+ margin-top: 25px;
36+}
37+
38+aside a,
39+.content a {
40+ display: inline-block;
3441 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