Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josbert Pedrol committed May 7, 2022
1 parent 2808ed1 commit e6efe08
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 31,7 @@
]
},
"dependencies": {
"a11y-react-emoji": "^1.2.0",
"animejs": "^3.1.0",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.4.1",
Expand Down
33 changes: 27 additions & 6 deletions src/components/sections/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 4,7 @@ import styled from 'styled-components';
import { srConfig } from '@config';
import sr from '@utils/sr';
import { usePrefersReducedMotion } from '@hooks';
import Emoji from 'a11y-react-emoji';

const StyledAboutSection = styled.section`
max-width: 900px;
Expand Down Expand Up @@ -148,12 149,32 @@ const About = () => {
<p>
La meva trajectòria laboral en el desenvolupament de programari va començar en una
empresa local especialitzada en la{' '}
<a href="https://www.delsys.net">indústria alimentària</a>, també he tingut la sort de
treballar en un <a href="http://vitam.udg.edu">grup de recerca</a> de la Universitat
de Girona, en una empresa de{' '}
<a href="https://www.eurofirms.com/es/ca/">selecció de personal</a> i actualment estic
desenvolupant programari pel{' '}
<a href="https://www.bassolsenergia.com/">sector elèctric</a>.
<a href="https://www.delsys.net">
indústria alimentària <Emoji symbol="‍🐖" label="pig" />
</a>
, també he tingut la sort de treballar en un{' '}
<a href="http://vitam.udg.edu">
grup de recerca <Emoji symbol="‍🔍" label="Magnifying Glass" />
</a>{' '}
de la Universitat de Girona, en una empresa de{' '}
<a href="https://www.eurofirms.com/es/ca/">
selecció de personal <Emoji symbol="‍👥" label="People" />
</a>{' '}
i actualment estic desenvolupant programari pel{' '}
<a href="https://www.bassolsenergia.com/">
sector elèctric <Emoji symbol="‍⚡" label="High Voltage" />
</a>
.
</p>

<p>
Utilitzo Linux (actualment <a href="https://manjaro.org/download/">Manjaro</a>), sóc
fan de les <a href="https://github.com/rothgar/awesome-tuis">TUI</a> (terminal user
interfaces) i faig servir un{' '}
<a href="/teclat.jpeg" target="_blank">
teclat
</a>{' '}
una mica especial.
</p>

<p>Algunes de les tecnologies amb les quals he estat treballant recentment són:</p>
Expand Down
5 changes: 3 additions & 2 deletions src/components/sections/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,7 @@ import { CSSTransition, TransitionGroup } from 'react-transition-group';
import styled from 'styled-components';
import { navDelay, loaderDelay } from '@utils';
import { usePrefersReducedMotion } from '@hooks';
import Emoji from 'a11y-react-emoji';
// import { email } from '@config';

const StyledHeroSection = styled.section`
Expand Down Expand Up @@ -67,11 68,11 @@ const Hero = () => {
<p>
Sóc un desenvolupador de programari especialitzat en java/kotlin (per tasques en segons pla)
i node/angular per aplicacions web. Actualment, estic centrat a desenvolupar i millorar les
aplicacions de gestió i facturació a{' '}
aplicacions de gestió i facturació a <Emoji symbol="‍⚡" label="High Voltage" />
<a href="https://bassolsenergia.com/" target="_blank" rel="noreferrer">
Bassols Energia
</a>
.
<Emoji symbol="‍⚡" label="High Voltage" />.
</p>
</>
);
Expand Down
Binary file added src/images/teclat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2256,6 2256,11 @@
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32 BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

a11y-react-emoji@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/a11y-react-emoji/-/a11y-react-emoji-1.2.0.tgz#6652b0d75821e8bc6ce5050e2b51c4c789eee840"
integrity sha512-lPzXEHbCfRic4xS5d5hpZm1SLrWH0xL3HvI3ZlqeAIxto0XBfY2gAIh6ftjZptvmqxyhQVDXnfVKiG/bqeek3g==

[email protected]:
version "3.0.0"
resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz"
Expand Down

0 comments on commit e6efe08

Please sign in to comment.