Codingo / backend /templates /closing.html
husseinelsaadi's picture
check up done
cb47676
raw
history blame contribute delete
842 Bytes
{% extends "base.html" %}
{% block title %}Interview Complete - Codingo{% endblock %}
{% block hero %}
<section class="hero">
<div class="container">
<div class="hero-content">
<!-- Rounded Video Container -->
<div class="luna-avatar-container">
<div class="luna-glow"></div>
<div class="luna-avatar">
<img src="{{ url_for('static', filename='images/LUNA.png') }}" alt="LUNA AI Assistant">
</div>
</div>
<h2 style="margin-top: 1rem;">Thank you for your time,<br>we will get back to you if shortlisted.</h2>
<p style="margin-top: 0.5rem; font-size: 1rem;">
Overall performance: {{ score }} ({{ feedback_summary }})
</p>
</div>
</div>
</section>
{% endblock %}