Skip to content

Commit df475a6

Browse files
committed
Improved footer
1 parent 7f4b703 commit df475a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/index.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
</style>
6060
</head>
61-
<body class="bg-[#F8FAFF] min-h-screen">
61+
<body class="bg-[#F8FAFF] min-h-screen flex flex-col">
6262
<!-- Header -->
6363
<header class="border-b-[3px] border-gray-900">
6464
<div class="max-w-4xl mx-auto px-4 py-4 flex justify-between items-center">
@@ -77,7 +77,7 @@
7777
</header>
7878

7979
<!-- Main Content -->
80-
<main class="max-w-4xl mx-auto px-4 py-8">
80+
<main class="max-w-4xl mx-auto px-4 py-8 flex-grow">
8181
<!-- Hero Section -->
8282
<div class="mb-12 text-center py-8">
8383
<div class="flex justify-center items-center gap-8 mb-6">
@@ -282,7 +282,7 @@
282282
<!-- Dockerfile -->
283283
<div>
284284
<div class="flex justify-between items-center mb-4">
285-
<h3 class="text-xl font-bold text-gray-900">Generated Dockerfile</h3>
285+
<h3 class="text-xl font-bold text-gray-900">Dockerfile</h3>
286286
<div class="relative group">
287287
<div class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0"></div>
288288
<button
@@ -308,7 +308,7 @@
308308
{% if result.docker_compose %}
309309
<div>
310310
<div class="flex justify-between items-center mb-4">
311-
<h3 class="text-xl font-bold text-gray-900">Suggested docker-compose.yml</h3>
311+
<h3 class="text-xl font-bold text-gray-900">docker-compose.yml</h3>
312312
<div class="relative group">
313313
<div class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0"></div>
314314
<button
@@ -363,7 +363,7 @@
363363
<footer class="border-t-[3px] border-gray-900 mt-auto">
364364
<div class="max-w-4xl mx-auto px-4 py-4 text-center">
365365
<p class="text-gray-600 text-sm">
366-
Generate Dockerfiles from GitHub repositories using AI
366+
made with ❤️ by <a href="https://x.com/romdot2" class="text-[#4A90E2] hover:underline">cyclotruc</a> for <a href="https://event.openai.com/openaivivalehack" class="text-[#4A90E2] hover:underline">OpenAI Hackaton</a>
367367
</p>
368368
</div>
369369
</footer>

0 commit comments

Comments
 (0)