/walgama-website

Primary LanguageJavaScriptMIT LicenseMIT

gatsby-absurd

An absurd Gatsby starter. The collection of illustrations, absurd.design by Diana Valeanu is a very fascinating and beautiful project with some pretty thoughtful concepts. Experimentation on how that could be put together on a site ended up as this starter.

Live Demo

Installation

Install the dependencies:

  • Node Version: 8.x
  • Install yarn npm install -g yarn for dependancy management.

yarn install

Run the development server:

yarn dev

Production build to /public:

yarn build

Cleanup cache (often fixes misc errors when run before yarn dev):

yarn clean

Deploy the website to github pages

yarn deply

Content

Each of the sections in the site are placed in src/sections. Data is usually separated out into objects/arrays to be rendered in the component.

SEO

The component src/components/common/SEO.js handles all meta data and SEO content, modify the SEO_DATA variable to add the data automatically. For application manifest data and favicon, modify the gatsby-plugin-manifest configuration in gatsby-config.js.

Styling

This project uses styled-components to handle styling: src/styles/theme.js defines the styling base and src/styles/GlobalStyles.js includes basic element styles along with the CSS Reset.

Todo

  1. Move to a separate page. Service Contact Us About

  2. Contact us page

  3. Switch logos in header bar

  4. Add Youtube and Instegram to Footer

  5. Chat to facebook, Add email form.