Skip to content

Commit 3e5e963

Browse files
committed
content phrasing improvements
1 parent 9d382d9 commit 3e5e963

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pages/about.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ const AboutContent = () => (
1212
<Text>
1313
My background is in Physics, I've studied it in <a href="//www.ugr.es">Granada</a> (Spain){' '}
1414
and in <a href="//www.lmu.de">Munich</a> (Germany). I like to solve problems, the simpler{' '}
15-
the better. I'm from a <a href="//goo.gl/maps/pNam2Bxtsyw">tiny town in Jaén</a> (Spain).{' '}
16-
I like talking with people. I've had 3 bands in Granada for which I made some songs and sing.
15+
the solution the better. I'm from a{' '}
16+
<a href="//goo.gl/maps/pNam2Bxtsyw">tiny town in Jaén</a>{' '}
17+
(Spain). I like talking with people.{' '}
18+
I've had 3 bands in Granada for which I made some songs and sing.{' '}
1719
The first contact I had with web development was in winter 2012. Started with{' '}
18-
<a href="//nodejs.org">node</a> which led to{' '}
20+
<a href="//nodejs.org">nodejs</a> which led to{' '}
1921
<a href="//github.com/strongloop/express">express</a>,{' '}
2022
<a href="//github.com/jadejs/jade">jade</a> and{' '}
2123
<a href="//mongodb.org/">mongodb</a>, moved to{' '}

pages/contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const ContactPage: React.SFC = () => (
7373

7474
<Text>
7575
You found some performance issues, an application area{' '}
76-
or a topic you want to investigate.
76+
or a topic you want to investigate?
7777
</Text>
7878

7979
<BR height={1} />

0 commit comments

Comments
 (0)