update copy

This commit is contained in:
Chris Zhu
2025-04-19 21:20:54 -07:00
parent 3cbe6ebdac
commit 6a050d2b92
3 changed files with 8 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
# Todos
- [ ] Need an onboarding flow
- [ ] Automatic DNS mapping for canineapp.run
- [ ] Migrate Login with Github to github apps
- [ ] Support organization projects on github
- [ ] Support organization projects on github
- [ ] Add skeleton loader for processes page
- [ ] Show ingress logs at the cluster level -- parse NGINX logs
- [ ] Streaming logs for pods

View File

@@ -10,7 +10,7 @@
<svg class="w-4 h-4 group-open:rotate-90 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
Why are so many permissions required on Github? (I know it sucks)
Why are so many permissions required on Github? (We think it sucks too!)
</summary>
<div class="mt-2 pl-6">
<div class="rounded-lg space-y-4">

View File

@@ -15,10 +15,12 @@
</div>
<div class="mx-auto max-w-7xl px-6 pb-24 pt-2 sm:pb-40 lg:flex lg:px-8 lg:pt-4 justify-center">
<div class="mx-auto max-w-2xl flex-shrink-0 lg:mx-0 lg:max-w-4xl lg:pt-2">
<%= link_to "https://discord.gg/68YthskqEz", class: "btn btn-ghost btn-sm lg:btn-md mb-6 lg:mb-24" do %>
<span class="lg:inline">Join us on Discord</span> <iconify-icon icon="skill-icons:discord" height="20"></iconify-icon>
<% end %>
<img class="h-[70px]" src="/images/logo-full.png" alt="Your Company">
<div class="mb-6 lg:mb-24">
<%= link_to "https://discord.gg/68YthskqEz", class: "btn btn-ghost btn-sm lg:btn-md" do %>
<span class="lg:inline">Join us on Discord</span> <iconify-icon icon="skill-icons:discord" height="20"></iconify-icon>
<% end %>
</div>
<img class="h-[70px]" src="/images/logo-full.png" alt="Canine">
<h1 class="mt-10 text-4xl font-bold tracking-tight text-white sm:text-6xl">A modern, open source alternative to Heroku</h1>
<p class="mt-6 text-lg leading-8 text-gray-300">Canine is an open source deployment platform that makes it easy to deploy and manage your applications.</p>
<div class="mt-10 flex items-center gap-x-6">