|
61 | 61 | <body class="bg-[#F8FAFF] min-h-screen">
|
62 | 62 | <!-- Header -->
|
63 | 63 | <header class="border-b-[3px] border-gray-900">
|
64 |
| - <div class="max-w-4xl mx-auto px-4 py-4"> |
| 64 | + <div class="max-w-4xl mx-auto px-4 py-4 flex justify-between items-center"> |
65 | 65 | <h1 class="text-3xl font-bold tracking-tight">
|
66 | 66 | <a href="/" class="hover:opacity-80 transition-opacity">
|
67 | 67 | <span class="text-gray-900">Git</span><span class="text-[#4A90E2]">container</span>
|
68 | 68 | </a>
|
69 | 69 | </h1>
|
| 70 | + <a href="https://github.com/cyclotruc/gitcontainer" target="_blank" class="flex items-center gap-2 text-gray-700 hover:text-gray-900 transition-colors"> |
| 71 | + <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"> |
| 72 | + <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/> |
| 73 | + </svg> |
| 74 | + <span class="hidden sm:inline">GitHub</span> |
| 75 | + </a> |
70 | 76 | </div>
|
71 | 77 | </header>
|
72 | 78 |
|
73 | 79 | <!-- Main Content -->
|
74 | 80 | <main class="max-w-4xl mx-auto px-4 py-8">
|
75 | 81 | <!-- Hero Section -->
|
76 |
| - <div class="mb-8 text-center"> |
77 |
| - <h2 class="text-4xl md:text-6xl font-bold tracking-tighter mb-4"> |
78 |
| - Generate Dockerfiles |
79 |
| - <br> |
80 |
| - from GitHub repos |
81 |
| - </h2> |
82 |
| - <p class="text-gray-600 text-lg max-w-2xl mx-auto"> |
| 82 | + <div class="mb-12 text-center py-8"> |
| 83 | + <div class="flex justify-center items-center gap-8 mb-6"> |
| 84 | + <svg class="w-12 h-12" viewBox="0 0 80 80" fill="none"> |
| 85 | + <path d="m35.213 16.953.595-5.261 2.644 4.587a35.056 35.056 0 0 0 26.432 17.33l5.261.594-4.587 2.644A35.056 35.056 0 0 0 48.23 63.28l-.595 5.26-2.644-4.587a35.056 35.056 0 0 0-26.432-17.328l-5.261-.595 4.587-2.644a35.056 35.056 0 0 0 17.329-26.433Z" fill="#4A90E2" stroke="#1f2937" stroke-width="2"/> |
| 86 | + </svg> |
| 87 | + <h2 class="text-4xl md:text-6xl font-bold tracking-tighter"> |
| 88 | + Generate Dockerfiles |
| 89 | + <br> |
| 90 | + <span class="text-gray-600">from GitHub repos</span> |
| 91 | + </h2> |
| 92 | + <svg class="w-12 h-12" viewBox="0 0 80 80" fill="none"> |
| 93 | + <path d="m35.213 16.953.595-5.261 2.644 4.587a35.056 35.056 0 0 0 26.432 17.33l5.261.594-4.587 2.644A35.056 35.056 0 0 0 48.23 63.28l-.595 5.26-2.644-4.587a35.056 35.056 0 0 0-26.432-17.328l-5.261-.595 4.587-2.644a35.056 35.056 0 0 0 17.329-26.433Z" fill="#5A9BF5" stroke="#1f2937" stroke-width="2"/> |
| 94 | + </svg> |
| 95 | + </div> |
| 96 | + <p class="text-gray-600 text-lg max-w-2xl mx-auto px-4"> |
83 | 97 | Paste any GitHub repository URL and get an AI-generated Dockerfile
|
84 | 98 | tailored to your project's technology stack.
|
85 | 99 | </p>
|
|
0 commit comments