generated from rachelslurs/nextjs-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from rachelslurs/updating
fix: updating content and design
- Loading branch information
Showing
38 changed files
with
292 additions
and
993 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
--- | ||
achievement: Some Certification | ||
organization: Some Program | ||
completionYear: 2015 | ||
achievement: IxDA Interaction Awards | ||
organization: Best in Category, Connecting | ||
completionYear: 2016 | ||
icon: faTrophy | ||
--- | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ultrices in iaculis nunc sed augue lacus viverra vitae congue. Neque viverra justo nec ultrices. Urna nunc id cursus metus aliquam eleifend mi in nulla. Proin sagittis nisl rhoncus mattis rhoncus urna neque viverra. Tristique senectus et netus et malesuada fames ac. | ||
Edward M. Kennedy Institute for the United States Senate |
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,8 @@ | ||
--- | ||
achievement: Core 77 Design Awards | ||
organization: Notable Interaction Award | ||
completionYear: 2016 | ||
icon: faTrophy | ||
--- | ||
|
||
Edward M. Kennedy Institute for the United States Senate |
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,8 +1,8 @@ | ||
--- | ||
givenName: Rachel | ||
familyName: Cantor | ||
title: Architect of software, watcher of bears | ||
title: Senior Full Stack UI Engineer | ||
location: New York, NY | ||
--- | ||
|
||
A senior full stack engineer with 12+ years experience with a frontend focus, passionate about fostering collaboration, who is eager to explore a new opportunity to apply technical leadership and expertise in an environment that embraces innovation, while delivering measurable value to users. | ||
A senior engineer with 12+ years experience, with a background spanning the full stack of web development; passionate about delivering exceptional UI/UX; eager to apply technical expertise while delivering measurable value to users. |
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
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,15 +1,16 @@ | ||
import { personal } from '@content'; | ||
import React from 'react'; | ||
import Prose from '../Prose/Prose'; | ||
import { SectionHeading } from '../SectionHeading/SectionHeading'; | ||
import { personal } from '@content' | ||
import React from 'react' | ||
import Prose from '../Prose/Prose' | ||
|
||
const AboutMe: React.FC = () => { | ||
return ( | ||
<article> | ||
<SectionHeading level={3} text="About Me" /> | ||
<Prose html={personal.body.html} /> | ||
</article> | ||
); | ||
}; | ||
<> | ||
<Prose | ||
html={personal.body.html} | ||
className="mt-8 max-w-[36rem] xl:max-w-[44rem]" | ||
/> | ||
</> | ||
) | ||
} | ||
|
||
export default AboutMe; | ||
export default AboutMe |
Oops, something went wrong.