--- title: Practice Projects layout: base.njk css: ["/css/style.css"] cssReset: true ---

These are completed projects done to practice using HTML, CSS & Javascript. They come from different sources, and most are freely available for anyone to practice with. Where not, I'll indicate if it is from a premium source.

 

I've put them all into a single GIT repository rather than litter my git service with many different projects. This may change in future depending on how many of these that I do.

 

Robert McGovern

{% for service in webprojects.services %}

{{service.name}}

{% if service.svgSource%} {{service.svgAltText}} {% endif %}
{% if service.description%}

{{service.description}}

{% endif %} {% for difficultyLevel in service.difficulty %} {% if difficultyLevel.challenges | length %}
{% if difficultyLevel.title%}

{{difficultyLevel.title}} Challenges

{% endif %} {% if difficultyLevel.description%}

{{difficultyLevel.description}}

{% endif %}
{% for challenge in difficultyLevel.challenges %} {% set projectContent = challenge %} {% include "components/project.njk" %} {% endfor %}
{% endif %} {% endfor %}
{% endfor %}

Playground

A Purple Fedora

Intended for just little snippets of code that look useful

The Playground