{% extends "base.html" %} {% load static %} {% block title %} {% load custom_tags %} OWASP {% env 'PROJECT_NAME' %} - Community Members {% endblock %} {% block description %} Meet the contributors to the OWASP {% env 'PROJECT_NAME' %} project. Discover their profiles, including their contributions, social media links, and more. {% endblock %} {% block keywords %} OWASP, {% env 'PROJECT_NAME' %}, community members, contributors, open source, social links, GitHub, LinkedIn, Twitter {% endblock %} {% block og_title %} OWASP {% env 'PROJECT_NAME' %} - Community Members {% endblock %} {% block og_description %} Explore the profiles of contributors to the OWASP {% env 'PROJECT_NAME' %} project. Learn more about their contributions, locations, and social media links. {% endblock %} {% block style %} {% endblock style %} {% block content %} {% include "includes/sidenav.html" %}

Meet our Community

Members

A passionate community of open source contributors making the web safer

{% for contributor in contributors %}
{{ contributor.name }}'s profile

{{ contributor.name }}

{{ contributor.location }}

{{ contributor.short_description }}

{% if contributor.twitter %} {% endif %} {% if contributor.linkedin %} {% endif %} {% if contributor.website %} {% endif %}
{% endfor %}
{% endblock content %}