Update footer and home page content and links
Seto Elkahfi committed
Apr 12, 2026 at 13:10 UTC
11557e7e5cabb5fd97851495b4e3ee1581fa500b
2 files changed
+9
-7
app/views/layouts/application.html.erb
+2
-1
index aa5f474..125776c 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -32,7 +32,8 @@
<footer class="border-t border-surface-600 mt-16">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-8 flex items-center justify-between text-xs text-gray-500">
- <span>siGit</span>
+ <span>siGit Code & Deploy</span>
+ <a href="https://getsigit.5mb.app/" class="hover:text-gray-300 transition-colors" target="_blank" rel="noopener noreferrer">getsigit.5mb.app</a>
<%= render "shared/dev_panel" if Rails.env.development? %>
</div>
</footer>
app/views/pages/home.html.erb
+7
-6
index 7924bd5..88b5844 100644
--- a/app/views/pages/home.html.erb
+++ b/app/views/pages/home.html.erb
@@ -21,6 +21,7 @@
<%= link_to "Sign in", signin_path, class: "btn-primary px-6 py-3 text-sm justify-center" %>
<a href="#features" class="btn-secondary px-6 py-3 text-sm justify-center">See what it does</a>
</div>
+ <p class="mt-10 text-sm text-gray-500">or check what <a href="/sigit" class="text-gray-400 underline underline-offset-2 hover:text-gray-200 transition-colors">@sigit</a> is doing</p>
</div>
</div>
</section>
@@ -31,9 +32,9 @@
<div class="mb-6 flex h-10 w-10 items-center justify-center rounded-sm border border-surface-500 bg-surface-700 text-brand-500">
<span class="text-lg font-semibold">01</span>
</div>
- <h2 class="text-lg font-semibold text-gray-100">Host your repos</h2>
+ <h2 class="text-lg font-semibold text-gray-100">Code Residency</h2>
<p class="mt-3 text-sm leading-6 text-gray-400">
- Create repositories, keep them public or private, and get on with the work.
+ Instant repo creation. Public or private. No friction, just git push.
</p>
</div>
@@ -41,9 +42,9 @@
<div class="mb-6 flex h-10 w-10 items-center justify-center rounded-sm border border-surface-500 bg-surface-700 text-brand-500">
<span class="text-lg font-semibold">02</span>
</div>
- <h2 class="text-lg font-semibold text-gray-100">Read your code</h2>
+ <h2 class="text-lg font-semibold text-gray-100">Native Inspection</h2>
<p class="mt-3 text-sm leading-6 text-gray-400">
- Browse files, inspect commits, and read diffs without fighting the interface.
+ A UI that gets out of the way. Blazing fast diffs and deep file browsing.
</p>
</div>
@@ -51,9 +52,9 @@
<div class="mb-6 flex h-10 w-10 items-center justify-center rounded-sm border border-surface-500 bg-surface-700 text-brand-500">
<span class="text-lg font-semibold">03</span>
</div>
- <h2 class="text-lg font-semibold text-gray-100">Keep it simple</h2>
+ <h2 class="text-lg font-semibold text-gray-100">The Dark Room</h2>
<p class="mt-3 text-sm leading-6 text-gray-400">
- A dark, steady workspace built for long sessions and fewer distractions.
+ A low-latency, high-contrast workspace designed for the 2 AM flow state.
</p>
</div>
</div>