{% extends 'base.html' %} {% block header %} {% endblock %} {% block content %}

You're looking at the inside of our cupboards. In the OSP kitchen, source files = ingredients. These arrangements of blocks of text and images depict recent projects, their narratives, some selected visuals and how these all came to be.
We welcome you to study these, improve them, to redistribute copies of them and release your improvements.
Nous sommes embarqués. Read more about the way we work

Latest posts on the blog

    {% for entry in ospblog %}
  • {{entry.title}}

    {{ entry.summary|safe }}

  • {% endfor %}
{% include "incl-newsletter.html" %}
{% for repo in repos %}

{% if repo.category %} {{ repo.category }}
{% else %}
{% endif %} {{ repo.name }}

{% if repo.cover %} {% else %} {% for ice in repo.iceberg|dictsortreversed:"datetime" %} {% if forloop.first %} {% if 'image/' in ice.mime and 'svg' not in ice.mime or ice.mime == 'application/pdf' %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %}
{% include "commit-list.html" %}
{% endfor %}
{% endblock %} {% block footer %}

These project views are all based on VisualCulture.
We welcome you to study these, improve them, to redistribute copies of them and release your improvements.

{% endblock %}