Skip to content

Files for "Build a website from scratch" youtube series

License

Notifications You must be signed in to change notification settings

Dheia/acme-construction

 
 

Repository files navigation

Build a website from scratch

ACME construction is a fictional construction company. In this series, I will attempt to build a website from the start. It will take you through to whole process using the 4D approach.

  • Discovery
  • Design
  • Development
  • Deployment

Files for my Youtube series:

https://www.youtube.com/playlist?list=PL4BzMLrNDzNCmEngBfYCUdx_kSMhGcJRb


Episode 1 Discovery

This session outlines the discovery process. Starting with the planning and goes into the choosing the tech stack.

Episode 2 Design

It starts with some scratchy drawings on paper. It moves to building a prototype of the home pages. We look at colours, fonts and font sizes. I draw it out on Adobe XD.

Episode 3 Set Up The Project

We take a tour of WinterCMS and set up the project. This video assumes that WinterCMS has been installed.

  • Set up a basic layout.
  • Install the Static Pages plugin.
  • Create stubs for dynamic and static pages.
  • Create a main menu using the Static Pages plugin

Winter CMS Logo

Winter is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems. We feel building websites has become a convoluted and confusing process that leaves developers unsatisfied. We want to turn you around to the simpler side and get back to basics.

Winter's mission is to show the world that web development is not rocket science.

Stable Build License Discord

Installing Winter

Instructions on how to install Winter can be found at the installation guide.

Quick Start Installation

For advanced users, run this in your terminal to install Winter from command line:

composer create-project wintercms/winter example.com "dev-develop"

If you plan on using a database, run this command inside the application directory.

php artisan winter:install

Learning Winter

The best place to learn Winter is by reading the documentation, watching some screencasts or following some tutorials.

You may also watch these introductory videos for beginners and advanced users.

Development Team

Winter was forked from October CMS in March 2021 due to a difference in open source management philosophies between the core maintainer team and the two founders of October.

The development of Winter is lead by Luke Towers, along with many wonderful people that dedicate their time to help support and grow the community.

Luke Towers
Luke Towers
Ben Thomson
Ben Thomson
Marc Jauvin
Marc Jauvin
Jack Wilkinson
Jack Wilkinson

Foundation library

The CMS is built on top of the wildly-popular Laravel PHP framework, with the in-house Storm Library as a buffer between the Laravel Framework and the CMS project to minimize breaking changes and improve stability.

Contact

You can communicate with us using the following mediums:

Contributing

Before sending or reviewing Pull Requests, be sure to review the Contributing Guidelines first.

Coding standards

Please follow the following guides and code standards:

Code of Conduct

In order to ensure that the Winter CMS community is welcoming to all, please review and abide by the Code of Conduct.

License

The Winter CMS platform is open-sourced software licensed under the MIT license.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

About

Files for "Build a website from scratch" youtube series

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.9%
  • JavaScript 15.1%
  • CSS 8.8%
  • Less 7.4%
  • HTML 5.6%
  • SCSS 0.1%
  • Other 0.1%