Skip to content
Ben Green edited this page May 8, 2019 · 2 revisions

What is Envirma Education?

Envirma Education is an example website I created for the Pearsons/Edexcel Digital Creative Media course, specifically Unit 6, Learning Aim C. All this code is what I learnt through my course as well as the prior knowledge I had from development projects such as my personal website, https://www.bjgreen.co.uk, as a client project.

How do I use this project?

On the top right inside the code tab, you are able to download this repository and edit it as you choose, for free without any copyright problems! You are able to click on each HTML or CSS file to view the code within Github.

I have no idea how to code, what should I do?

Not a problem, you can take a look at the code and try and figure out some basics about code and pair together things you see on the page with what you actually see. For example, seeing a <h1> is what we call in code an anchor or a tag, and you would be able to see it correlates with the heading on the page, as well as even in the CSS document under a h1 { anchor. Have some fun looking around the code and slowly change bits to your preference.

“Reusability is key in reducing bugs and coding quickly. The more I use a piece of code, the more confident and familiar I become with it, which in turn significantly speeds up my development time.”