forked from bchiang7/v4
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request bchiang7#260 from bchiang7/spring-cleaning-2023
Spring cleaning 2023
- Loading branch information
Showing
13 changed files
with
100 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
date: '2017-04-01' | ||
title: 'Developer' | ||
company: 'Scout Studio' | ||
location: 'Northeastern University' | ||
range: 'Spring 2016 & 2017' | ||
url: 'https://web.northeastern.edu/scout/' | ||
--- | ||
|
||
- Collaborated with other student designers and engineers on pro-bono projects to create new brands, design systems, and websites for organizations in the community | ||
- Built and delivered technical solutions according to stakeholder business requirements |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
--- | ||
date: '2018-05-14' | ||
title: 'Engineer' | ||
title: 'Lead Engineer' | ||
company: 'Upstatement' | ||
location: 'Boston, MA' | ||
range: 'May 2018 - Present' | ||
url: 'https://www.upstatement.com/' | ||
--- | ||
|
||
- Write modern, performant, maintainable code for a diverse array of client and internal projects | ||
- Work with a variety of different languages, platforms, frameworks, and content management systems such as JavaScript, TypeScript, Gatsby, React, Craft, WordPress, Prismic, and Netlify | ||
- Communicate with multi-disciplinary teams of engineers, designers, producers, and clients on a daily basis | ||
- Deliver high-quality, robust production code for a diverse array of projects for clients including Harvard Business School, Everytown for Gun Safety, Pratt Institute, Koala Health, Vanderbilt University, The 19th News, and more | ||
- Work alongside creative directors to lead the research, development, and architecture of technical solutions to fulfill business requirements | ||
- Collaborate with designers, project managers, and other engineers to transform creative concepts into production realities for clients and stakeholders | ||
- Provide leadership within engineering department through close collaboration, knowledge shares, and mentorship |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
|
||
const IconHex = () => ( | ||
<svg id="hex" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 84 96"> | ||
<title>Hexagon</title> | ||
<g transform="translate(-8.000000, -2.000000)"> | ||
<g transform="translate(11.000000, 5.000000)"> | ||
<polygon | ||
stroke="currentColor" | ||
strokeWidth="5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
points="39 0 0 22 0 67 39 90 78 68 78 23" | ||
fill="currentColor" | ||
/> | ||
</g> | ||
</g> | ||
</svg> | ||
); | ||
|
||
export default IconHex; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters