Files
2026-07-29 10:47:40 +00:00

49 lines
3.2 KiB
HTML

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% block meta_description %}Practice IELTS with timed mock tests, instant results, and detailed progress tracking.{% endblock %}">
<title>{% block title %}Testpoint{% endblock %}</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="Testpoint">
<meta property="og:title" content="{% block og_title %}Testpoint — Practice Smarter. Score Higher.{% endblock %}">
<meta property="og:description" content="Timed IELTS mock tests, instant results, and detailed performance analysis.">
<meta property="og:url" content="{{ request.build_absolute_uri }}">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="{{ request.build_absolute_uri }}">
<link rel="icon" href="{% static 'images/favicon.svg' %}" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="{% static 'css/style.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/navbar.css' %}?v=20260727.2">
<link rel="stylesheet" href="{% static 'css/skill-navigation.css' %}?v=20260717.1">
<link rel="stylesheet" href="{% static 'css/hero.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/exams.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/how-it-works.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/footer.css' %}?v=20260727.2">
<link rel="stylesheet" href="{% static 'css/reference.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/hero-device.css' %}?v=20260717.4">
<link rel="stylesheet" href="{% static 'css/site-polish.css' %}?v=20260718.1">
<link rel="stylesheet" href="{% static 'css/mobile.css' %}?v=20260718.1">
<link rel="stylesheet" href="{% static 'css/auth.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/accessibility.css' %}?v=20260717.2">
<link rel="stylesheet" href="{% static 'css/contact.css' %}?v=20260717.2">
{% block extra_css %}{% endblock %}
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
{% include 'components/navbar.html' %}
{% if messages %}<div class="site-messages" aria-live="polite">{% for message in messages %}<div class="site-message site-message--{{ message.tags|default:'info' }}" role="status">{{ message }}</div>{% endfor %}</div>{% endif %}
<main id="main-content" tabindex="-1">{% block content %}{% endblock %}</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" defer></script>
{% block extra_js %}{% endblock %}
</body>
</html>