amamel / portfolio

Personal site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alexmamel.com

Created from my Underscores Starter kit. Which will hopefully turn into a starter theme with this ACF blocks system.

A few things

(more here soon)

Content Blocks

In views/blocks - this is a content strategy I'm working on where all aspects of the CMS are essentially "content agnostic" (apart from one or two places).

Separation of Concerns

Content and presentation are separate. There should be no formatting and styling within the CMS, all is prepared to work together.

Sass Structure

Mimics the templates in views/ for the most part. The main components are:

  • Site - all global elements.
  • Page - styles relating to page layout, obvy.
  • Blocks - styles for individual chunks of content used to build a page (these would be "molecules" in Atomic Design terms)

To do

  • Timber reboot.
  • Grid integration
  • Optimize content delivery
  • WCAG AA Optimized
  • Remove all prototyping styles
  • Related projects within service pages
  • Create logo & some more graphics
  • Sibling prev/next on service pages
  • Finish maintainence plugin
  • CTA block styles
  • Figure out conditionally showing individual fields so you wouldn't have to duplicate the entire ACF object.

References & Links

About

Personal site

License:GNU General Public License v2.0


Languages

Language:CSS 58.7%Language:PHP 33.5%Language:JavaScript 7.8%