├── milestone-projects ├── docs │ ├── grading.pdf │ ├── ms1-loa.pdf │ ├── ms2-loa.pdf │ ├── ms3-loa.pdf │ └── ms4-loa.pdf ├── screenshots │ └── learningSupports.png ├── project-submission.md ├── ms1.md ├── ms2.md ├── ms3.md └── ms4.md ├── docs ├── screenshots │ ├── final-grade-calculation-01.png │ └── final-grade-calculation-02.png └── grading.md ├── html.md ├── userstories.md ├── portfolio-projects └── pp5-advfe.md ├── interview.md ├── sample-projects.md ├── readmes.md └── resources.md /milestone-projects/docs/grading.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/milestone-projects/docs/grading.pdf -------------------------------------------------------------------------------- /milestone-projects/docs/ms1-loa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/milestone-projects/docs/ms1-loa.pdf -------------------------------------------------------------------------------- /milestone-projects/docs/ms2-loa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/milestone-projects/docs/ms2-loa.pdf -------------------------------------------------------------------------------- /milestone-projects/docs/ms3-loa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/milestone-projects/docs/ms3-loa.pdf -------------------------------------------------------------------------------- /milestone-projects/docs/ms4-loa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/milestone-projects/docs/ms4-loa.pdf -------------------------------------------------------------------------------- /docs/screenshots/final-grade-calculation-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/docs/screenshots/final-grade-calculation-01.png -------------------------------------------------------------------------------- /docs/screenshots/final-grade-calculation-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/docs/screenshots/final-grade-calculation-02.png -------------------------------------------------------------------------------- /milestone-projects/screenshots/learningSupports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CluelessBiker/mentoring/HEAD/milestone-projects/screenshots/learningSupports.png -------------------------------------------------------------------------------- /milestone-projects/project-submission.md: -------------------------------------------------------------------------------- 1 | # PROJECT SUBMISSION : 2 | 3 | The following is the message sent out by C.I.: 4 | 5 | ``` 6 | We hope you are well. 7 | We just wanted to send a reminder on how to submit your projects. 8 | When you have a project that is ready to submit, please go to your LMS dashboard and select the Diploma in Web App Development: Learning Supports option and follow the instructions. 9 | Please see below an example of this in the LMS: 10 | Please remember also that all projects must be submitted by 12:00 PM (noon), Irish and UK time, on/before the deadline date. 11 | If there are issues with meeting your deadlines, you must inform Student Care in a timely manner and we can go through available options with you. 12 | If you have any questions about this or anything else, please feel free to reach out to us. 13 | ``` 14 | 15 | - Contact: studentcare@codeinstitute.net 16 | - LMS: [Dashboard](https://learn.codeinstitute.net/dashboard) 17 | 18 | ![Where to click](screenshots/learningSupports.png) 19 | -------------------------------------------------------------------------------- /docs/grading.md: -------------------------------------------------------------------------------- 1 | # HOW IS YOUR DIPLOMA GRADE CALCULATED?? 2 | 3 | ![Final grade calculation pt01](./screenshots/final-grade-calculation-01.png) 4 | ![Final grade calculation pt02](./screenshots/final-grade-calculation-02.png) 5 | 6 | ## ASSESSMENT CRITERIA : 7 | - [PP1](https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+CSSE_PAGPPF+2021_Q2/courseware/66cf361c769a41d496f5001fae6f9be7/3b5cd5dc8313462aa5975a3c9b9a1a3c/) 8 | - [PP2](https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+JSE_PAGPPF+2021_Q2/courseware/30137de05cd847d1a6b6d2c7338c4655/c3bd296fe9d643af86e76e830e1470dd/) 9 | - [PP3](https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+PE_PAGP+2021_Q2/courseware/40cd7850a24d454795ec611831b06b77/980b1952a3a64898ab4010759bd0bd6a/) 10 | - [PP4](https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+FST_PAGP+2021_Q2/courseware/e5bc285d9a5448269dc29cefa3119d55/5672a8bbeb1240c1bbbe2b9bd77440b0/) 11 | - [PP5 - Advanced Frontend](https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+AFE_PAGPPF+2/courseware/f05f0d6831504e4dba3b3868106a356a/c14fc37360f7419786cd57d6b65cfc95/) 12 | - [PP5 - eCommerce](https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+ECOMM_PAGPPF+2021_Q2/courseware/c38cb7ad50e9443dbd94f4cef3fed1ae/0b467723b3f54a5db85c975fdf67116d/) -------------------------------------------------------------------------------- /html.md: -------------------------------------------------------------------------------- 1 | # HTML 2 | --- 3 | 4 | ### FORMAT YOUR CODE : 5 | - Use this Gitpod shortcut to quickly correct your HTML indentation : 6 | - On Windows : `Shift`+`Alt`+`F` 7 | - On MAC OS: `Shift`+`Option`+`F` 8 | - On Ubuntu : `Shift`+`Ctrl`+`I` 9 | 10 | ( If it asks you to set up a configuration, just choose 'prettier'. ) 11 | 12 | --- 13 | 14 | ### HTML FILE STRUCTURE : 15 | - This is a code comment : `` 16 | - Each major section of your project should be commented. 17 | - Inside the ``, there are three main elements, which you are expected to incorporate into your project (see below): `
`, `
`, `