Throughout the course we use Miro to provide visual explanations of the topics we’re covering. Below are links to the boards, grouped by topic
Web Design Process and Principles
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/site-visualizations.png)
Site Visualizations
Examples of site visualizations for the Project Brief
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/webprojectfiles.png)
Web Project Files
Basic diagram of the files and folders. Includes links to HTML and CSS Starter Files.
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/web-design.png)
Web + Design
Very general overview of web design.
![screenshot of javascript concepts diagram](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/Screen-Shot-2021-11-29-at-6.45.50-PM.png)
JavaScript Basics
Visualization of JavaScript concepts and how they’re related
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/gestalt.png)
Gestalt Layout Principles
In this miro we covered three of the principles and then you tried using them in a basic layout.
![screenshot of group project board](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/Screen-Shot-2021-11-29-at-6.47.51-PM.png)
Example Group Project Board
This is an example of the Miro boards you’re using to manage your groups.
Git and GitHub
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/git-clone-fork.png)
Git Clone and Fork
Process to clone or forke
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/git-daily2.png)
Git Daily Process
Working with git pull/commit/push process as you do your work each day.
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/git-branches.png)
Git Branches
Some of the basics of working with branches.
Eleventy
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/11ty-concepts.png)
Eleventy Concepts
Process to clone or forke
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/11ty-basic-starter.png)
Eleventy Basic Starter
Instructions on getting started with an 11ty project
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/11ty-buildprocess.png)
Eleventy Build Process
Outline of the way 11ty builds the output files from the input files.
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/11ty-page-breakdown.png)
Eleventy Page Breakdown
This shows how you would move the parts of your HTML page to the right files in the 11ty input folder and the build process after that.
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/11ty-convert2html.png)
Convert HTML to 11ty
Basic Walkthrough of process from setting up Eleventy Repo through starting to add HTML content to markdown files.
![](https://openlab.bmcc.cuny.edu/mmp-350-fall-21/wp-content/uploads/sites/1879/2021/11/11ty-collections.png)
Eleventy Collections
Explanation of Collections with some ways to use them.