blob: d01eff622a3e298bfffe4fc5940b01240b4730c8 [file] [log] [blame]
{#
SPDX-FileCopyrightText: &copy; 2020 Open Networking Foundation <support@opennetworking.org>
SPDX-License-Identifier: Apache-2.0
#}
{% extends "base.html" %}
{% block title %}ONF Continuous Certification Program{% endblock %}
{% block header %}ONF Continuous Certification Program{% endblock %}
{% block content %}
<p>
ONF's Continuous Certification Program is continually re-verifying supply chain products on a daily basis against the most recent versions of ONF open source software platforms, ensuring operators have a vibrant ecosystem of options for deploying ONF open source platforms.
</p>
<h2>ONF's CC Enabled Projects</h2>
<ul>
{% for project in projects | sort %}
<li><a href="{{ project | replace(" ", "_") }}">{{ project }}</a></li>
{% endfor %}
</ul>
{% endblock %}