diff --git a/gatsby-config.js b/gatsby-config.js index 7eae5b3..b4efb41 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,34 +1,34 @@ module.exports = { - pathPrefix: `/gatsby-creative`, + pathPrefix: '/gatsby-creative', siteMetadata: { - title: `Gatsby Default Starter`, - description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`, - author: `@gatsbyjs`, + title: 'Gatsby Default Starter', + description: 'Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.', + author: '@gatsbyjs', }, plugins: [ - `gatsby-plugin-react-helmet`, + 'gatsby-plugin-react-helmet', { - resolve: `gatsby-source-filesystem`, + resolve: 'gatsby-source-filesystem', options: { - name: `images`, + name: 'images', path: `${__dirname}/src/images`, }, }, - `gatsby-transformer-sharp`, - `gatsby-plugin-sharp`, + 'gatsby-transformer-sharp', + 'gatsby-plugin-sharp', { - resolve: `gatsby-plugin-manifest`, + resolve: 'gatsby-plugin-manifest', options: { - name: `gatsby-starter-default`, - short_name: `starter`, - start_url: `/`, - background_color: `#663399`, - theme_color: `#663399`, - display: `minimal-ui`, - icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site. + name: 'gatsby-starter-default', + short_name: 'starter', + start_url: '/', + background_color: '#663399', + theme_color: '#663399', + display: 'minimal-ui', + icon: 'src/images/gatsby-icon.png', // This path is relative to the root of the site. }, }, - `gatsby-plugin-sass`, + 'gatsby-plugin-sass', { resolve: 'gatsby-plugin-web-font-loader', options: { @@ -39,6 +39,6 @@ module.exports = { }, // this (optional) plugin enables Progressive Web App + Offline functionality // To learn more, visit: https://gatsby.dev/offline - // `gatsby-plugin-offline`, + // 'gatsby-plugin-offline', ], -} +}; diff --git a/src/components/header.js b/src/components/header.js index ae3f680..8bc7160 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -12,27 +12,51 @@ export default class Header extends React.Component { render() { return ( <> -
- Start Bootstrap + + British Kitties + @@ -43,14 +67,16 @@ export default class Header extends React.Component {
-

Your Favorite Source of Free Bootstrap - Themes

-
-

Start Bootstrap can help you build better websites - using the Bootstrap framework! Just download a theme and start customizing, no strings attached!

- Find Out More +

+ Pure breed british kitties born and raised with love in Brooklyn, NY. +

+ + About us +
diff --git a/src/components/layout.js b/src/components/layout.js index 46e3a2d..a7171c7 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -62,7 +62,9 @@ export default class Layout extends React.Component {
{this.props.children}
-
Copyright © 2019 - Start Bootstrap
+ + +
@@ -73,4 +75,4 @@ export default class Layout extends React.Component { Layout.propTypes = { children: PropTypes.node.isRequired, className: PropTypes.string, -} \ No newline at end of file +} diff --git a/src/images/portfolio/1.jpg b/src/images/portfolio/1.jpg new file mode 100644 index 0000000..451d299 Binary files /dev/null and b/src/images/portfolio/1.jpg differ diff --git a/src/images/portfolio/2.jpg b/src/images/portfolio/2.jpg new file mode 100644 index 0000000..7e663c8 Binary files /dev/null and b/src/images/portfolio/2.jpg differ diff --git a/src/images/portfolio/3.jpg b/src/images/portfolio/3.jpg new file mode 100644 index 0000000..687ad0a Binary files /dev/null and b/src/images/portfolio/3.jpg differ diff --git a/src/images/portfolio/4.jpg b/src/images/portfolio/4.jpg new file mode 100644 index 0000000..2980b51 Binary files /dev/null and b/src/images/portfolio/4.jpg differ diff --git a/src/images/portfolio/5.jpg b/src/images/portfolio/5.jpg new file mode 100644 index 0000000..5b0c35e Binary files /dev/null and b/src/images/portfolio/5.jpg differ diff --git a/src/images/portfolio/6.jpg b/src/images/portfolio/6.jpg new file mode 100644 index 0000000..9208e90 Binary files /dev/null and b/src/images/portfolio/6.jpg differ diff --git a/src/images/portfolio/fullsize/1.jpg b/src/images/portfolio/fullsize/1.jpg deleted file mode 100644 index 44692cc..0000000 Binary files a/src/images/portfolio/fullsize/1.jpg and /dev/null differ diff --git a/src/images/portfolio/fullsize/2.jpg b/src/images/portfolio/fullsize/2.jpg deleted file mode 100644 index 0df8fde..0000000 Binary files a/src/images/portfolio/fullsize/2.jpg and /dev/null differ diff --git a/src/images/portfolio/fullsize/3.jpg b/src/images/portfolio/fullsize/3.jpg deleted file mode 100644 index 3b08627..0000000 Binary files a/src/images/portfolio/fullsize/3.jpg and /dev/null differ diff --git a/src/images/portfolio/fullsize/4.jpg b/src/images/portfolio/fullsize/4.jpg deleted file mode 100644 index 82243f2..0000000 Binary files a/src/images/portfolio/fullsize/4.jpg and /dev/null differ diff --git a/src/images/portfolio/fullsize/5.jpg b/src/images/portfolio/fullsize/5.jpg deleted file mode 100644 index cd87077..0000000 Binary files a/src/images/portfolio/fullsize/5.jpg and /dev/null differ diff --git a/src/images/portfolio/fullsize/6.jpg b/src/images/portfolio/fullsize/6.jpg deleted file mode 100644 index 9be6c5e..0000000 Binary files a/src/images/portfolio/fullsize/6.jpg and /dev/null differ diff --git a/src/images/portfolio/thumbnails/1.jpg b/src/images/portfolio/thumbnails/1.jpg deleted file mode 100644 index 44692cc..0000000 Binary files a/src/images/portfolio/thumbnails/1.jpg and /dev/null differ diff --git a/src/images/portfolio/thumbnails/2.jpg b/src/images/portfolio/thumbnails/2.jpg deleted file mode 100644 index 0df8fde..0000000 Binary files a/src/images/portfolio/thumbnails/2.jpg and /dev/null differ diff --git a/src/images/portfolio/thumbnails/3.jpg b/src/images/portfolio/thumbnails/3.jpg deleted file mode 100644 index 3b08627..0000000 Binary files a/src/images/portfolio/thumbnails/3.jpg and /dev/null differ diff --git a/src/images/portfolio/thumbnails/4.jpg b/src/images/portfolio/thumbnails/4.jpg deleted file mode 100644 index 82243f2..0000000 Binary files a/src/images/portfolio/thumbnails/4.jpg and /dev/null differ diff --git a/src/images/portfolio/thumbnails/5.jpg b/src/images/portfolio/thumbnails/5.jpg deleted file mode 100644 index cd87077..0000000 Binary files a/src/images/portfolio/thumbnails/5.jpg and /dev/null differ diff --git a/src/images/portfolio/thumbnails/6.jpg b/src/images/portfolio/thumbnails/6.jpg deleted file mode 100644 index 9be6c5e..0000000 Binary files a/src/images/portfolio/thumbnails/6.jpg and /dev/null differ diff --git a/src/images/thumbnail_IMG_1036.jpg b/src/images/thumbnail_IMG_1036.jpg new file mode 100644 index 0000000..3afdecb Binary files /dev/null and b/src/images/thumbnail_IMG_1036.jpg differ diff --git a/src/pages/index.js b/src/pages/index.js index a29ae6f..deb84f3 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,5 +1,5 @@ import React from "react" -import { graphql } from "gatsby" +import {graphql} from "gatsby" import Img from "gatsby-image" import Layout from "../components/layout" @@ -11,11 +11,11 @@ import PortfolioCarousel from "../components/portfolio/carousel" export default class IndexPage extends React.Component { constructor(props) { super(props) - Scroller.handleAnchorScroll = Scroller.handleAnchorScroll.bind(this) + Scroller.handleAnchorScroll = Scroller.handleAnchorScroll.bind(this); this.state = { modalShow: false, modalCurrent: 0 - } + }; this.handlePortfolioClick = this.handlePortfolioClick.bind(this); this.setModal = this.setModal.bind(this); } @@ -40,146 +40,93 @@ export default class IndexPage extends React.Component {
-

We've got what you need!

+

+ About us +


-

Start Bootstrap has everything you need to get your new website up - and - running in no time! Choose one of our open source, free to download, and easy to use themes! No - strings - attached!

- Get Started! +

+ We are a family owned cattery who are passionate about raising purrfect four legged friends. +

+ {/*Get Started!*/}
-
-
-

At Your Service

-
-
-
-
- -

Sturdy Themes

-

Our themes are updated regularly to keep them bug free!

-
-
-
-
- -

Up to Date

-

All dependencies are kept current to keep things fresh.

-
-
-
-
- -

Ready to Publish

-

You can use this design as is, or you can make changes!

-
-
-
-
- -

Made with Love

-

Is it really open source if it's not made with love?

-
-
-
-
-
- -
+ -
-
-

Free Download at Start Bootstrap!

- Download Now! +
+
+
+
+

FAQ

+
+

+ Q: Shots +
+ A: ... +

+

+ Q: Shipping +
+ A: Absolutely not! +

+

+ Q: Food +
+ A: ... +

+

+ Q: Pick up +
+ A: ... +

+ {/*Get Started!*/} +
+
@@ -189,19 +136,21 @@ export default class IndexPage extends React.Component {

Let's Get In Touch!


-

Ready to start your next project with us? Give us a call or send us an - email - and we will get back to you as soon as possible!

+

+ Ready to meet your new fluffy family member? + Give us a call or send us an email + and we will get back to you as soon as possible! +

-
+1 (202) 555-0149
+
+1 (347) 481-9369
@@ -217,7 +166,7 @@ export default class IndexPage extends React.Component { export const imageData = graphql` query { - images: allFile(filter: {relativePath: {glob: "portfolio/fullsize/*.jpg"}}, sort: {fields: name}) { + images: allFile(filter: {relativePath: {glob: "portfolio/*.jpg"}}, sort: {fields: name}) { edges { node { childImageSharp { @@ -229,4 +178,4 @@ export const imageData = graphql` } } } -` +`; diff --git a/src/sass/_masthead.scss b/src/sass/_masthead.scss index e5480b9..6a99072 100644 --- a/src/sass/_masthead.scss +++ b/src/sass/_masthead.scss @@ -4,7 +4,7 @@ header.masthead { padding-bottom: calc(10rem - #{$navbar-height}); // replace the masthead.jpg image in the /img directory to change the image // if the image name change, make sure to update the url path below! - background: linear-gradient(to bottom, #{fade-out($brown, .2)} 0%,#{fade-out($brown, .2)} 100%), url('../images/bg-masthead.jpg'); + background: linear-gradient(to bottom, #{fade-out($brown, .75)} 0%,#{fade-out($brown, .75)} 100%), url('../images/thumbnail_IMG_1036.jpg'); background-position: center; background-repeat: no-repeat; background-attachment: scroll; diff --git a/src/sass/_portfolio.scss b/src/sass/_portfolio.scss index eda7a5f..e7ba02a 100644 --- a/src/sass/_portfolio.scss +++ b/src/sass/_portfolio.scss @@ -23,7 +23,6 @@ color: $white; background: fade-out($primary, .1); transition: opacity 0.25s ease; - text-align: center; .project-category { font-family: $font-family-sans-serif; font-size: 0.85rem; diff --git a/src/sass/_variables.scss b/src/sass/_variables.scss index 77ebba2..572b327 100644 --- a/src/sass/_variables.scss +++ b/src/sass/_variables.scss @@ -3,7 +3,7 @@ // Color overrides // Set a custom color -$orange: #f4623a !default; +$orange: #6B69D6 !default; $brown: #5c4d42 !default; // Set primary color to orange @@ -19,4 +19,4 @@ $font-family-base: $font-family-serif !default; $headings-font-family: $font-family-sans-serif !default; // Custom variables -$navbar-height: 72px; \ No newline at end of file +$navbar-height: 72px;