git ssb

0+

Rômulo Alves / website



Commit 6da22d8b2a042ad71baea437071f23148ccfa1db

Includes Keybase in the socials

Rômulo Alves committed on 7/3/2018, 11:44:26 PM
Parent: 5e2d4a9461d4df8b292bd5b62e208c033a854a19

Files changed

components/social.jschanged
package.jsonchanged
static/images/keybase.svgadded
package-lock.jsonadded
components/social.jsView
@@ -1,12 +1,15 @@
11 export default () => (
22 <div className="socials">
33 <a href="https://twitter.com/romuloalves" title="Twitter">
4- <img src="/static/images/twitter.svg" alt="Twitter" width="20" height="20" />
4 + <img src="/static/images/twitter.svg" alt="Twitter" width="25" height="25" />
55 </a>
66 <a href="https://github.com/romuloalves" title="GitHub">
7- <img src="/static/images/github.svg" alt="GitHub" width="20" height="20" />
7 + <img src="/static/images/github.svg" alt="GitHub" width="25" height="25" />
88 </a>
9 + <a href="https://keybase.io/romuloalves" title="Keybase">
10 + <img src="/static/images/keybase.svg" alt="Keybase" width="25" height="25" />
11 + </a>
912
1013 <style jsx>{`
1114 .socials {
1215 overflow: auto;
package.jsonView
@@ -13,9 +13,9 @@
1313 "react-dom": "^16.3.2",
1414 "time-ago": "^0.2.1"
1515 },
1616 "scripts": {
17- "dev": "next",
17 + "dev": "NODE_ENV=development node server.js",
1818 "start": "node server.js",
1919 "build": "next build",
2020 "export": "./node_modules/.bin/next build && ./node_modules/.bin/next export"
2121 },
static/images/keybase.svg
static/images/keybase.svg
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 0 bytes
New file size: 241150 bytes

Built with git-ssb-web