Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
joealden committed Jan 30, 2019
1 parent 074c625 commit 6f2a35a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ const ProfessionalExperienceSection = () => (
<ItemSubSectionList>
<ul>
<li>
Generated the site statically for improved SEO and faster load
times.
Generated statically for improved SEO and faster load times.
</li>
<li>Automated rebuilding of the site when CMS data changes.</li>
<li>
Expand Down Expand Up @@ -411,7 +410,7 @@ const PersonalProjectsSection = () => (
<ItemSubSectionList>
<ul>
<li>
Implemented both the front-end and the back-end in TypeScript
Implemented both the front-end and the back-end in TypeScript.
</li>
<li>Used a GraphQL interface to expose the API data.</li>
<li>
Expand All @@ -421,7 +420,8 @@ const PersonalProjectsSection = () => (
</li>
<li>
Created sign up and sign in flows using httpOnly cookies for
improved session security compared to localStorage.
improved session security compared to storing tokens in
localStorage.
</li>
<li>
Deployed both services to Zeit Now, allowing for easy scaling of
Expand Down
Binary file modified static/print.pdf
Binary file not shown.

0 comments on commit 6f2a35a

Please sign in to comment.