{"id":13611592,"url":"https://github.com/planetoftheweb/postcsslayouts","last_synced_at":"2025-07-30T06:31:37.009Z","repository":{"id":147413346,"uuid":"47219235","full_name":"planetoftheweb/postcsslayouts","owner":"planetoftheweb","description":"This is the repository for my course, Building a Responsive Single-Page Design with PostCSS on LinkedIn Learning and Lynda.com.","archived":false,"fork":false,"pushed_at":"2017-11-11T22:41:45.000Z","size":5797,"stargazers_count":23,"open_issues_count":3,"forks_count":26,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-07T18:47:37.275Z","etag":null,"topics":["css","layouts","linkedinlearning","lynda","lynda-com","postcss","precss","rayvillalobos","responsive","training","tutorial"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/learning/building-a-responsive-single-page-design-with-postcss?trk=insiders_6787408_learning","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetoftheweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-01T21:42:50.000Z","updated_at":"2024-03-06T14:50:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"528c2b42-d89a-4323-9e3e-363d2166a093","html_url":"https://github.com/planetoftheweb/postcsslayouts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fpostcsslayouts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fpostcsslayouts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fpostcsslayouts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fpostcsslayouts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetoftheweb","download_url":"https://codeload.github.com/planetoftheweb/postcsslayouts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228098282,"owners_count":17869033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","layouts","linkedinlearning","lynda","lynda-com","postcss","precss","rayvillalobos","responsive","training","tutorial"],"created_at":"2024-08-01T19:01:58.390Z","updated_at":"2024-12-04T11:10:44.423Z","avatar_url":"https://github.com/planetoftheweb.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Building a Responsive Single-Page Design with PostCSS\nThis is the repository for my course Building a Responsive Single-Page Design with PostCSS. The full course is available on [LinkedIn Learning](https://www.linkedin.com/learning/building-a-responsive-single-page-design-with-postcss?trk=insiders_6787408_learning) and [Lynda.com](https://www.lynda.com/CSS-tutorials/Building-Responsive-Single-Page-Design-PostCSS/417644-2.html)\n\n[![Building a Responsive Single-Page Design with PostCSS](https://media-exp2.licdn.com/media-proxy/ext?w=1200\u0026h=675\u0026f=n\u0026hash=gRusK%2FqYcE7VqD2O9%2F1%2BOaC8COU%3D\u0026ora=1%2CaFBCTXdkRmpGL2lvQUFBPQ%2CxAVta5g-0R6plxVUzgUv5K_PrkC9q0RIUJDPBy-lWiKs_tGfZHbuf8PbZLSiolkTfSoBlAI1eOirQznlE469LcLmY4Yx3A)](https://www.linkedin.com/learning/building-a-responsive-single-page-design-with-postcss?trk=insiders_6787408_learning)\n\nLearn 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.\n\n\n## Instructions\nThis 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. \n\n## Branches\nThe 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.\n\nYou 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. \n\n## Installing\n1. Make sure you have these installed\n\t- [node.js](http://nodejs.org/)\n\t- [git](http://git-scm.com/)\n2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `\u003e git clone CLONEURL`\n3. CD to the folder `cd FOLDERNAME`\n4. Run `\u003e npm install` to install the project dependencies\n5. Run `\u003e gulp` to start live preview server\n\n## More Stuff\nCheck out some of my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/ray-villalobos?trk=insiders_6787408_learning) and [lynda.com](http://lynda.com/rayvillalobos). You can follow me on [LinkedIn](https://www.linkedin.com/in/planetoftheweb/), read [my blog](http://raybo.org), [follow me on twitter](http://twitter.com/planetoftheweb), or check out my [youtube channel](http://youtube.com/planetoftheweb).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetoftheweb%2Fpostcsslayouts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetoftheweb%2Fpostcsslayouts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetoftheweb%2Fpostcsslayouts/lists"}