create team_create_form and book_appointment_form and create_tickt_form create view and url
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<p class="text-white mb-8 flex-1">
|
||||
Write to us if you have technical problems.
|
||||
</p>
|
||||
<a href="{% url 'book_appointment' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
<a href="{% url 'ticket' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
Create ticket
|
||||
</a>
|
||||
</div>
|
||||
@@ -69,7 +69,7 @@
|
||||
Interested in the B-42 India solution?<br>
|
||||
Book an appointment with us directly here!
|
||||
</p>
|
||||
<a href="#" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
<a href="{% url 'book_appointment' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
make an appointment
|
||||
</a>
|
||||
</div>
|
||||
@@ -122,7 +122,7 @@
|
||||
<p class="text-white mb-8 flex-1">
|
||||
All important questions about the B-42 India Performance App & B-42 India Coach Zone
|
||||
</p>
|
||||
<a href="#" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
<a href="{% url 'faq' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
View FAQs
|
||||
</a>
|
||||
</div>
|
||||
@@ -156,7 +156,7 @@
|
||||
<p class="text-white mb-8 flex-1">
|
||||
This is how coaches, teams and athletes successfully use the B-42 India app.
|
||||
</p>
|
||||
<a href="#" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
<a href="{%url 'success_stories' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
|
||||
Read case studies
|
||||
</a>
|
||||
</div>
|
||||
@@ -216,7 +216,7 @@
|
||||
Fitness, rehabilitation and ball-specific training for ambitious football players in a modern mobile app.
|
||||
</p>
|
||||
|
||||
<a href="#" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition">
|
||||
<a href="{% url 'ticket' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition">
|
||||
Create ticket
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="bg-black py-20 relative overflow-hidden">
|
||||
<!-- Decorative lime curved lines background (top-right) -->
|
||||
<div class="absolute top-0 right-0 w-full max-w-2xl opacity-30 pointer-events-none -z-10">
|
||||
@@ -26,10 +27,10 @@
|
||||
The app for successful coaches & teams that play to win.
|
||||
</p>
|
||||
<div class="flex flex-wrap gap-6">
|
||||
<a href="#" class="inline-block px-8 py-4 bg-gradient-to-r from-purple-500 to-blue-500 text-white font-semibold rounded-xl hover:from-purple-600 hover:to-blue-600 transition duration-300">
|
||||
Start now
|
||||
<a href="{% url 'team_create' %}" class="inline-block px-8 py-4 bg-gradient-to-r from-purple-500 to-blue-500 text-white font-semibold rounded-xl hover:from-purple-600 hover:to-blue-600 transition duration-300">
|
||||
Start now
|
||||
</a>
|
||||
<a href="#" class="inline-block px-8 py-4 bg-white text-gray-900 font-semibold rounded-xl hover:bg-gray-100 transition duration-300">
|
||||
<a href="" class="inline-block px-8 py-4 bg-white text-gray-900 font-semibold rounded-xl hover:bg-gray-100 transition duration-300">
|
||||
Learn more
|
||||
</a>
|
||||
</div>
|
||||
@@ -156,7 +157,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="max-w-6xl mx-auto mt-28 mb-12 overflow-hidden flex flex-col lg:flex-row">
|
||||
<section id="team" class="max-w-6xl mx-auto mt-28 mb-12 overflow-hidden flex flex-col lg:flex-row ">
|
||||
<!-- Content Section (Left) -->
|
||||
<div class="w-full lg:w-1/2 p-10 lg:p-20 flex flex-col justify-center">
|
||||
<p class="text-blue-500 text-sm font-semibold mb-4">Fit team - without injuries</p>
|
||||
|
||||
Reference in New Issue
Block a user