From f5af22fc765ed151ad29acde391b2f0e1ced21da Mon Sep 17 00:00:00 2001 From: Jonas Schmedtmann Date: Thu, 13 Jun 2019 15:02:06 +0100 Subject: [PATCH] Updated FAQs --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2c714be015..41427e9f03 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This repo contains starter files and the finished project files for all the projects contained in the course. -Plus, I made all the course slides available for download, to make it easier to follow along the conceptual videos. +Plus, I made all the [course slides available for download](slides-students-C04.pdf), to make it easier to follow along the conceptual videos. -👇 ***Please read the following Frequently Asked Questions (FAQ) carefully before starting the course*** 👇 +👇 **_Please read the following Frequently Asked Questions (FAQ) carefully before starting the course_** 👇 ## FAQ @@ -32,26 +32,30 @@ Unfortunately, this is quite common. I listed some possible fixes [in this docum **A:** They are all available on my [public codepen profile](https://codepen.io/jonasschmedtmann/pens/public/). The ones you're looking for might be buried under some newer ones. -### Q7: can I see a final version of the course projects? +### Q7: Can I see a final version of the course projects? **A:** Sure, I have an online version of all three. Here they are: [Natours](https://natours.netlify.com) (advanced CSS, Sass and responsive design), [Trillo](http://trillo.netlify.com/) (flexbox) and [Nexter](https://nexter.netlify.com/) (CSS Grid). -### Q8: The videos don't load, can you fix it? +### Q8: Videos don't load, can you fix it? -**A:** Unfortunately, there is nothing I can do about it. The course is hosted on Udemy's platform, and sometimes they have small technical issues like this one. Please just come back a bit later or [contact their support team](https://support.udemy.com/hc/en-us). Also, don't forget to select the HD option in the video player. +**A:** Unfortunately, there is nothing I can do about it. The course is hosted on Udemy's platform, and sometimes they have small technical issues like this one. Please just come back a bit later or [contact their support team](https://support.udemy.com/hc/en-us). -### Q9: Are the videos downloadable as well? +### Q9: Videos are blurred / have low quality, can you fix it? + +**A:** Please open video settings and change the quality from 'Auto' to another value, for example 720p. If that doesn't help, please [contact the Udemy support team](https://support.udemy.com/hc/en-us). + +### Q10: Are the videos downloadable? **A:** Yes, I made all videos downloadable on the Udemy platform so you can learn even without an internet connection. To download a video, use the settings icon in the right bottom corner of the video player. -### Q10: I love your courses and want to get updates on new courses. How? +### Q11: I love your courses and want to get updates on new courses. How? **A:** First, you can subscribe to my email list [at my website](http://codingheroes.io/newsletter). Plus, I make important announcements on twitter [@jonasschmedtman](https://twitter.com/jonasschmedtman), so you should definitely follow me there 🔥 -### Q11: Can I connect with your other students in some way? +### Q12: How do I get my certificate of completion? -**A:** Yep, I thought about this! I started quite an active Discord chatroom for you to chat with other students, help each other out or just hang out with like-minded people. You can [join using this invite](https://discord.gg/0ocsLcmnIZqxMSYD). +**A:** A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the "Your progress" indicator in the top right-hand corner of the course page. If you want to change your name on the certificate, please [contact the Udemy support team](https://support.udemy.com/hc/en-us). -### Q12: How do I get my certificate of completion? +### Q13: Do you accept pull requests? -**A:** A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the small trophy icon on the course overview page. If you want to change your name on the certificate, please [contact the Udemy support team](https://support.udemy.com/hc/en-us). \ No newline at end of file +**A:** No, for the simple reason that I want this repository to contain the _exact_ same code that is shown in the videos. However, please feel free to add an issue if you found one.