|
58 | 58 | } |
59 | 59 | </style> |
60 | 60 | </head> |
61 | | -<body class="bg-[#F8FAFF] min-h-screen"> |
| 61 | +<body class="bg-[#F8FAFF] min-h-screen flex flex-col"> |
62 | 62 | <!-- Header --> |
63 | 63 | <header class="border-b-[3px] border-gray-900"> |
64 | 64 | <div class="max-w-4xl mx-auto px-4 py-4 flex justify-between items-center"> |
|
77 | 77 | </header> |
78 | 78 |
|
79 | 79 | <!-- 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"> |
81 | 81 | <!-- Hero Section --> |
82 | 82 | <div class="mb-12 text-center py-8"> |
83 | 83 | <div class="flex justify-center items-center gap-8 mb-6"> |
|
282 | 282 | <!-- Dockerfile --> |
283 | 283 | <div> |
284 | 284 | <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> |
286 | 286 | <div class="relative group"> |
287 | 287 | <div class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0"></div> |
288 | 288 | <button |
|
308 | 308 | {% if result.docker_compose %} |
309 | 309 | <div> |
310 | 310 | <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> |
312 | 312 | <div class="relative group"> |
313 | 313 | <div class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0"></div> |
314 | 314 | <button |
|
363 | 363 | <footer class="border-t-[3px] border-gray-900 mt-auto"> |
364 | 364 | <div class="max-w-4xl mx-auto px-4 py-4 text-center"> |
365 | 365 | <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> |
367 | 367 | </p> |
368 | 368 | </div> |
369 | 369 | </footer> |
|
0 commit comments