Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Jun 28, 2024
1 parent c25f583 commit 5c30272
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 25 deletions.
7 changes: 0 additions & 7 deletions src/components/resume/Sidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ const yearsOfExperience = new Date().getFullYear() - 2006;
rel="nofollow noopener">@WesSouza_</a
>
</li>
<li>
<a
href="https://mastodon.social/@wessouza"
target="_blank"
rel="nofollow noopener">@[email protected]</a
>
</li>
<li>
<a
href="https://github.com/WesSouza/"
Expand Down
19 changes: 13 additions & 6 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,36 +63,43 @@ export const SITE_GO_LINKS = [
goSlug: 'front-end',
title: 'Keeping Control of the Front-end',
subtitle: 'DEV Community, February 2016',
showOnResume: true,
showOnResume: false,
},
{
type: 'article',
href: 'https://dev.to/wes/cool-things-make-people-happy-3pci',
goSlug: 'cool-things',
title: 'Small Things to Make Others Happy',
subtitle: 'DEV Community, March 2015',
showOnResume: true,
showOnResume: false,
},

// Projects
{
type: 'project',
href: 'https://wes.dev/enhanced-youtube',
goSlug: 'enhanced-youtube',
title: 'Enhanced YouTube',
description:
"Safari Extension for visionOS that replaces the playback controls on youtube.com with a better user interface closer to Vision Pro's design language.",
showOnResume: true,
},
{
type: 'project',
href: 'https://mastodon-flock.vercel.app',
goSlug: 'mastodon-flock',
title: 'Mastodon Flock',
description:
'Web app that allows you to find your Twitter follows on Mastodon and other Fediverse compatible website, designed with a retro Windows 95 look.',
'Web app that allowed people to find their Twitter follows on Mastodon and other Fediverse compatible websites, designed with a retro Windows 95 look.',
showOnResume: true,
},

// Projects
{
type: 'project',
href: 'https://watchmirror.app',
goSlug: 'watch-mirror',
title: 'Watch Mirror',
description:
'Pair of Apple Watch app and Figma plugin that allow you to live preview designs and prototypes on the Apple Watch.',
'Pair of Apple Watch app and Figma plugin that allows designers to preview designs and prototypes live on Apple Watch.',
showOnResume: true,
},

Expand Down
19 changes: 7 additions & 12 deletions src/pages/resume.html.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
import "../styles/resume.css";
import '../styles/resume.css';
import HeadMeta from "../components/HeadMeta.astro";
import Sidebar from "../components/resume/Sidebar.astro";
import HeadMeta from '../components/HeadMeta.astro';
import Sidebar from '../components/resume/Sidebar.astro';
---

<!DOCTYPE html>
<!doctype html>
<!-- Source code available at https://github.com/WesSouza/wes.dev/ -->
<html lang="en">
<head>
Expand Down Expand Up @@ -43,9 +43,9 @@ import Sidebar from "../components/resume/Sidebar.astro";
</li>
<li>
Led the refactor of a real time analysis tool, bringing
performance to both front end &ndash; with effective React state
management &ndash;, and back end &ndash; with a simplified
algorithm written for Node.js, exposing a GraphQL service.
performance to both front end and back end applying effective
React state management and an improved algorithm written for
Node.js, exposing a GraphQL service.
</li>
<li>
Delivered new components, changes and complex refactors to the
Expand Down Expand Up @@ -85,11 +85,6 @@ import Sidebar from "../components/resume/Sidebar.astro";
management on a React Native project for a large restaurant
chain, using RESTful endpoints, Redux and Redux Saga.
</li>
<li>
Built a component-based solution compatible with the constraints
of the client’s CMS and e-commerce platform, allowing use of
modern React for Aesop’s redesigned web experience.
</li>
<li>
Contributed with React component development, modern CSS styling
using PostCSS and state management using Redux or GraphQL on a
Expand Down

0 comments on commit 5c30272

Please sign in to comment.