-
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.
- Loading branch information
Showing
18 changed files
with
316 additions
and
210 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
build | ||
node_modules | ||
package.json | ||
package-lock.json | ||
.cache | ||
.vercel | ||
stats.html |
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
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,6 +1,6 @@ | ||
export default function CV() { | ||
return ( | ||
<div className="px-11 py-10 grid md:grid-cols-[2.9fr_1.1fr] gap-5 mx-auto max-w-7xl"> | ||
<div className="mx-auto grid max-w-7xl gap-5 px-11 py-10 md:grid-cols-[2.9fr_1.1fr]"> | ||
<div className="flex flex-col gap-2"> | ||
<h1 className="text-4xl font-bold">Gyles Fohl</h1> | ||
<p className="text-lg">Senior Software Engineer</p> | ||
|
@@ -12,7 +12,7 @@ export default function CV() { | |
</p> | ||
</div> | ||
|
||
<ul className="text-sm font-bold self-end"> | ||
<ul className="self-end text-sm font-bold"> | ||
<li>[email protected]</li> | ||
<li>linkedin.com/in/gylesfohl</li> | ||
<li>github.com/Burzmalian</li> | ||
|
@@ -21,17 +21,17 @@ export default function CV() { | |
</ul> | ||
|
||
<div> | ||
<h2 className="font-bold text-lg border-b text-indigo-700 border-indigo-600 mb-2"> | ||
<h2 className="mb-2 border-b border-indigo-600 text-lg font-bold text-indigo-700"> | ||
Experience | ||
</h2> | ||
<div className="mb-3"> | ||
<h3 className="text-lg"> | ||
<strong>Microsoft</strong> - Senior Software Engineer | ||
</h3> | ||
<p className="text-xs mb-1.5"> | ||
<p className="mb-1.5 text-xs"> | ||
July 2020 - July 2024, Minneapolis MN | ||
</p> | ||
<ul className="list-disc text-sm pl-6 flex flex-col gap-1.5"> | ||
<ul className="flex list-disc flex-col gap-1.5 pl-6 text-sm"> | ||
<li> | ||
As part of the Bing Pros team, I led UX efforts in our Bing Search | ||
Answer. Creating A/B testing, telemetry workflows, and improved | ||
|
@@ -66,8 +66,8 @@ export default function CV() { | |
<h3 className="text-lg"> | ||
<strong>Thomson Reuters</strong> - Senior Web Engineer | ||
</h3> | ||
<p className="text-xs mb-1.5">Dec 2012 - July 2020, Eagan MN</p> | ||
<ul className="list-disc text-sm pl-6 flex flex-col gap-1.5"> | ||
<p className="mb-1.5 text-xs">Dec 2012 - July 2020, Eagan MN</p> | ||
<ul className="flex list-disc flex-col gap-1.5 pl-6 text-sm"> | ||
<li> | ||
Built a React based component library/design system implemented in | ||
Adobe Experience Manager. | ||
|
@@ -93,8 +93,8 @@ export default function CV() { | |
<h3 className="text-lg"> | ||
<strong>J. Murphy & Associates</strong> - Web Developer | ||
</h3> | ||
<p className="text-xs mb-1.5">Nov 2011 - Dec 2012</p> | ||
<ul className="list-disc text-sm pl-6 flex flex-col gap-1"> | ||
<p className="mb-1.5 text-xs">Nov 2011 - Dec 2012</p> | ||
<ul className="flex list-disc flex-col gap-1 pl-6 text-sm"> | ||
<li>Programmed custom WordPress themes and plugins.</li> | ||
<li>Developed responsive sites true to given designs.</li> | ||
<li> | ||
|
@@ -105,10 +105,10 @@ export default function CV() { | |
</div> | ||
</div> | ||
<div> | ||
<h2 className="font-bold text-lg border-b text-indigo-700 border-indigo-600 mb-2"> | ||
<h2 className="mb-2 border-b border-indigo-600 text-lg font-bold text-indigo-700"> | ||
Skills | ||
</h2> | ||
<ul className="text-sm flex flex-col gap-1.5 mb-4"> | ||
<ul className="mb-4 flex flex-col gap-1.5 text-sm"> | ||
<li>Typescript/Javascript</li> | ||
<li>HTML5</li> | ||
<li>CSS/Sass/Less/PostCSS</li> | ||
|
@@ -129,7 +129,7 @@ export default function CV() { | |
<li>Technical SEO/Schema</li> | ||
<li>Telemetry Integrations</li> | ||
</ul> | ||
<h2 className="font-bold text-lg border-b text-indigo-700 border-indigo-600 mb-2"> | ||
<h2 className="mb-2 border-b border-indigo-600 text-lg font-bold text-indigo-700"> | ||
Education | ||
</h2> | ||
<p>University of Minnesota, Morris - Bachelor of Arts/Studio Art</p> | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.