All Projects → planetoftheweb → postcsslayouts

planetoftheweb / postcsslayouts

Licence: other
This is the repository for my course, Building a Responsive Single-Page Design with PostCSS on LinkedIn Learning and Lynda.com.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to postcsslayouts

responsivebootstrap
This is the repository for my course, Bootstrap Layouts: Responsive Single-Page Design on LinkedIn Learning and Lynda.com.
Stars: ✭ 49 (+122.73%)
Mutual labels:  training, responsive, rayvillalobos, lynda, lynda-com, linkedinlearning
gruntworkflows
Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com.
Stars: ✭ 28 (+27.27%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
progressive
This is the repository for my course, Building a Progressive Web App on LinkedIn Learning and Lynda.com.
Stars: ✭ 26 (+18.18%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-40.91%)
Mutual labels:  training, rayvillalobos, lynda-com, linkedinlearning
angular
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Stars: ✭ 79 (+259.09%)
Mutual labels:  training, rayvillalobos, lynda-com, linkedinlearning
Postcss Responsive Type
Automagical responsive typography, built on PostCSS
Stars: ✭ 363 (+1550%)
Mutual labels:  postcss, responsive
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+2563.64%)
Mutual labels:  postcss, responsive
Tailwindcss
A utility-first CSS framework for rapid UI development.
Stars: ✭ 50,879 (+231168.18%)
Mutual labels:  postcss, responsive
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (+418.18%)
Mutual labels:  postcss, responsive
Container Query
A PostCSS plugin and Javascript runtime combination, which allows you to write container queries in your CSS the same way you would write media queries.
Stars: ✭ 119 (+440.91%)
Mutual labels:  postcss, responsive
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+12577.27%)
Mutual labels:  postcss, responsive
flutter scale aware
🎗 Scale-based layouts with a bit more ease, powered by extensions.
Stars: ✭ 26 (+18.18%)
Mutual labels:  layouts, responsive
postcss-flexible
🔲 dpr/rem/url transformer for flexible
Stars: ✭ 19 (-13.64%)
Mutual labels:  postcss
react-context-responsive
A package that provides a responsive context to your application, using React Context API.
Stars: ✭ 25 (+13.64%)
Mutual labels:  responsive
restful-booker-platform
A SaaS platform used for various test automation training
Stars: ✭ 72 (+227.27%)
Mutual labels:  training
training-kentico-k12
Kentico CMS/EMS MVC training website
Stars: ✭ 24 (+9.09%)
Mutual labels:  training
neon
Neon is a modern VueJS design library built with Typescript and SASS
Stars: ✭ 19 (-13.64%)
Mutual labels:  responsive
nodebb-theme-oxide
Theme based on Github for NodeBB.
Stars: ✭ 23 (+4.55%)
Mutual labels:  responsive
boardz
Create Pinterest-like boards with pure CSS, in less than 1kB.
Stars: ✭ 33 (+50%)
Mutual labels:  responsive
AndroidAnimations
This is the project where we will analyze study and put into practice how to work with animations in Android
Stars: ✭ 22 (+0%)
Mutual labels:  training

Building a Responsive Single-Page Design with PostCSS

This is the repository for my course Building a Responsive Single-Page Design with PostCSS. The full course is available on LinkedIn Learning and Lynda.com

Building a Responsive Single-Page Design with PostCSS

Learn how to create responsive single-page websites with PostCSS, the CSS post-processor engine that extends the power of CSS through JavaScript. These step-by-step instructions take existing HTML markup and add style, animation, and responsive navigation. This combination allows for dynamic one-page sites—a popular design that's now even faster and easier to create with PostCSS. Along the way, Ray Villalobos introduces some handy plugins, tips for integrating PostCSS into a Gulp-based workflow, and techniques for making layouts more responsive with Flexbox.

Instructions

This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME to the URL to go to the branch you want to peek at.

Branches

The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03b then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b means that this is how the code looks at the beginning of the video, an e means that is how the code looked at the end of the video.

You may find additional branches that correspond to other states, so for example, you may see a t, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The master branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course.

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run > npm install to install the project dependencies
  5. Run > gulp to start live preview server

More Stuff

Check out some of my other courses on LinkedIn Learning and lynda.com. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].