diff --git a/main/templates/main/shared-skills-profile.html b/main/templates/main/shared-skills-profile.html
new file mode 100644
index 00000000..2be6e0aa
--- /dev/null
+++ b/main/templates/main/shared-skills-profile.html
@@ -0,0 +1,44 @@
+{% extends "main/base.page.html" %}
+{% block body_class %}
+ bg-secondary
+{% endblock body_class %}
+{% load static %}
+{% load crispy_forms_tags %}
+{% load django_bootstrap5 %}
+{% block title %}
+ Digital Research Competencies Framework
+{% endblock title %}
+{% block content %}
+
+
+ Explore a shared skill level profile in the Digital Research Competencies Framework
+ using the interactive Skills Wheel. Each segment represents a competency,
+ with size according to the self-assessed level.
+ Shared Skills profile
+
- Explore your skill levels in the Digital Research Competencies Framework - using the interactive Skills Wheel. Each segment represents a competency, - with size according to your self-assessed level. -
- - {% include "main/snippets/skill-wheel.html" %} - - {% include "main/snippets/export_user_skill_profile.html" %} -+ Explore your skill levels in the Digital Research Competencies Framework + using the interactive Skills Wheel. Each segment represents a competency, + with size according to your self-assessed level. +
+ + {% include "main/snippets/skill-wheel.html" %} +