We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e6b28 commit b40d058Copy full SHA for b40d058
website/templates/blt_tomato.html
@@ -24,12 +24,6 @@
24
<div class="lg:ml-64">
25
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
26
<!-- Header Section -->
27
- <div class="bg-[#e74c3c] rounded-xl shadow-sm p-8 mb-8 w-[80%] mx-auto">
28
- <h1 class="text-3xl md:text-4xl font-bold text-white">{% env 'PROJECT_NAME' %} Tomato</h1>
29
- <p class="mt-4 text-white/90 text-lg">
30
- An OWASP {% env 'PROJECT_NAME' %} project created to help other OWASP projects receive funding and support.
31
- </p>
32
- </div>
33
{% if projects %}
34
<div class="bg-white rounded-xl shadow-sm p-8 w-[80%] mx-auto">
35
<h2 class="text-2xl font-bold mb-6 flex items-center gap-3">
0 commit comments