This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
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.
[REMOVED PAGE TRANSITION PLUGIN] It was breaking in IE
- Loading branch information
Showing
14 changed files
with
145 additions
and
198 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "gatsby-v3-plugin-page-transitions"] | ||
path = plugins/gatsby-v3-plugin-page-transitions | ||
url = https://github.com/Orlandohub/gatsby-plugin-page-transitions | ||
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 |
---|---|---|
|
@@ -8,7 +8,6 @@ import SectionTitle from '../SectionTitle/SectionTitle' | |
import Intro from '../Intro/Intro' | ||
import IconColumn from '../IconColumn/IconColumn' | ||
import ImageColumn from '../ImageColumn/ImageColumn' | ||
import PageTransition from '../../../plugins/gatsby-v3-plugin-page-transitions'; | ||
|
||
const AboutMe = ({ ...data }) => { | ||
const { posts } = data.pageContext | ||
|
@@ -35,98 +34,97 @@ const AboutMe = ({ ...data }) => { | |
<Layout> | ||
<Header /> | ||
<SEO stitle="Cristin O'Connor | Front End Developer" /> | ||
<PageTransition> | ||
<Styled.Container> | ||
<div className="row"> | ||
<div className="col-sm-12"> | ||
<SectionTitle | ||
text="A Little About Me" | ||
icon="fal fa-user-astronaut" | ||
/> | ||
<Intro /> | ||
</div> | ||
|
||
<Styled.Container> | ||
<div className="row"> | ||
<div className="col-sm-12"> | ||
<SectionTitle | ||
text="A Little About Me" | ||
icon="fal fa-user-astronaut" | ||
/> | ||
<Intro /> | ||
</div> | ||
</div> | ||
|
||
|
||
<SectionTitle text="Services" icon="fas fa-concierge-bell"/> | ||
<div className="row"> | ||
<IconColumn | ||
columnClasses="col-sm-6 col-md-3" | ||
icon="fal fa-code" | ||
title="Web Development" | ||
classes='rainbow-box-shadow-rounded rainbow-icon-narrow dark' | ||
text="This is my primary area of expertise. I have <b>10+ years of experience</b> in the field." | ||
/> | ||
<IconColumn | ||
columnClasses="col-sm-6 col-md-3" | ||
icon="fal fa-graduation-cap" | ||
title="Code Tutoring" | ||
classes='rainbow-box-shadow-rounded rainbow-icon-narrow dark' | ||
text="I focus on <b>teaching with compassion</b>. I love tutoring and I can work with all ages. <a href='mailto:[email protected]' class= | ||
rainbow-box-shadow'>Contact me about tutoring</a>." | ||
/> | ||
<div className="col-sm-12 col-md-6"> | ||
<div className="testo"> | ||
<span className="icon-wrapper"><i className="fal fa-quote-left"></i></span> | ||
<blockquote> | ||
<p><strong>Cristin O'Connor is a lifesaver!</strong> Being new to Gatsby, I was having a difficult time finding a solution for a blocker. I scoured documentation, tried every combination of keywords, and went to every forum I could think of to find the solution. I came across Cristin's website and reached out. Cristin was responsive, fast, and knowledgeable. She was also kind and concise which was exactly what a newbie like me needed.</p> | ||
<cite>– <b>Mariah W.</b>, Freelance Developer</cite> | ||
</blockquote> | ||
</div> | ||
<SectionTitle text="Services" icon="fas fa-concierge-bell"/> | ||
<div className="row"> | ||
<IconColumn | ||
columnClasses="col-sm-6 col-md-3" | ||
icon="fal fa-code" | ||
title="Web Development" | ||
classes='rainbow-box-shadow-rounded dark' | ||
text="This is my primary area of expertise. I have <b>10+ years of experience</b> in the field." | ||
/> | ||
<IconColumn | ||
columnClasses="col-sm-6 col-md-3" | ||
icon="fal fa-graduation-cap" | ||
title="Code Tutoring" | ||
classes='rainbow-box-shadow-rounded dark' | ||
text="I focus on <b>teaching with compassion</b>. I love tutoring and I can work with all ages. <a href='mailto:[email protected]' class= | ||
rainbow-box-shadow'>Contact me about tutoring</a>." | ||
/> | ||
<div className="col-sm-12 col-md-6"> | ||
<div className="testo"> | ||
<span className="icon-wrapper"><i className="fal fa-quote-left"></i></span> | ||
<blockquote> | ||
<p><strong>Cristin O'Connor is a lifesaver!</strong> Being new to Gatsby, I was having a difficult time finding a solution for a blocker. I scoured documentation, tried every combination of keywords, and went to every forum I could think of to find the solution. I came across Cristin's website and reached out. Cristin was responsive, fast, and knowledgeable. She was also kind and concise which was exactly what a newbie like me needed.</p> | ||
<cite>– <b>Mariah W.</b>, Freelance Developer</cite> | ||
</blockquote> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<SectionTitle text="Latest from the Blog" icon="fas fa-rss" /> | ||
<div className="row">{articles}</div> | ||
<SectionTitle text="Latest from the Blog" icon="fas fa-rss" /> | ||
<div className="row">{articles}</div> | ||
|
||
<SectionTitle | ||
text="Connect" | ||
icon="fal fa-handshake" | ||
/> | ||
<IconList | ||
classes='' | ||
listItems={[ | ||
{ | ||
icon: 'fab fa-codepen', | ||
link: 'https://codepen.io/cnocon', | ||
text: 'CodePen', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fab fa-github', | ||
link: 'https://github.com/cnocon', | ||
text: 'GitHub', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fal fa-hashtag', | ||
link: 'https://twitter.com/cnocon', | ||
text: 'Twitter', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fab fa-linkedin-in', | ||
link: 'https://www.linkedin.com/in/cristinoconnor', | ||
text: 'LinkedIn', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fab fa-stack-overflow', | ||
link: 'https://stackoverflow.com/users/2187039/cnocon', | ||
text: 'Stack Overflow', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fal fa-envelope', | ||
link: 'mailto:[email protected]', | ||
text: 'Email', | ||
classes: 'rainbow-box-shadow-rounded' | ||
} | ||
]} | ||
<SectionTitle | ||
text="Connect" | ||
icon="fal fa-handshake" | ||
/> | ||
</Styled.Container> | ||
</PageTransition> | ||
<IconList | ||
classes='' | ||
listItems={[ | ||
{ | ||
icon: 'fab fa-codepen', | ||
link: 'https://codepen.io/cnocon', | ||
text: 'CodePen', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fab fa-github', | ||
link: 'https://github.com/cnocon', | ||
text: 'GitHub', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fal fa-hashtag', | ||
link: 'https://twitter.com/cnocon', | ||
text: 'Twitter', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fab fa-linkedin-in', | ||
link: 'https://www.linkedin.com/in/cristinoconnor', | ||
text: 'LinkedIn', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fab fa-stack-overflow', | ||
link: 'https://stackoverflow.com/users/2187039/cnocon', | ||
text: 'Stack Overflow', | ||
classes: 'rainbow-box-shadow-rounded' | ||
}, | ||
{ | ||
icon: 'fal fa-envelope', | ||
link: 'mailto:[email protected]', | ||
text: 'Email', | ||
classes: 'rainbow-box-shadow-rounded' | ||
} | ||
]} | ||
/> | ||
</Styled.Container> | ||
</Layout> | ||
) | ||
} | ||
|
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
Oops, something went wrong.