Update branding to µPaaS by @sneak
Change all references from "upaas" to "µPaaS" in page titles, headers, and README. Add attribution link to sneak.berlin in the navigation bar.
This commit is contained in:
parent
dc6500eac6
commit
2ed23912a9
@ -1,4 +1,4 @@
|
||||
# upaas
|
||||
# µPaaS by [@sneak](https://sneak.berlin)
|
||||
|
||||
A simple self-hosted PaaS that auto-deploys Docker containers from Git repositories via Gitea webhooks.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}{{.App.Name}} - upaas{{end}}
|
||||
{{define "title"}}{{.App.Name}} - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{template "nav" .}}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}Edit {{.App.Name}} - upaas{{end}}
|
||||
{{define "title"}}Edit {{.App.Name}} - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{template "nav" .}}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}New App - upaas{{end}}
|
||||
{{define "title"}}New App - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{template "nav" .}}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<title>{{block "title" .}}upaas{{end}}</title>
|
||||
<title>{{block "title" .}}µPaaS{{end}}</title>
|
||||
<link rel="stylesheet" href="/s/css/tailwind.css">
|
||||
</head>
|
||||
<body class="bg-gray-50 min-h-screen">
|
||||
@ -19,8 +19,9 @@
|
||||
<nav class="app-bar">
|
||||
<div class="max-w-6xl mx-auto flex justify-between items-center">
|
||||
<a href="/" class="text-xl font-medium text-gray-900 hover:text-primary-600 transition-colors">
|
||||
upaas
|
||||
µPaaS
|
||||
</a>
|
||||
<span class="text-sm text-gray-500 ml-2">by <a href="https://sneak.berlin" class="text-primary-600 hover:text-primary-800">@sneak</a></span>
|
||||
<div class="flex items-center gap-4">
|
||||
<a href="/apps/new" class="btn-primary">
|
||||
New App
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}Dashboard - upaas{{end}}
|
||||
{{define "title"}}Dashboard - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{template "nav" .}}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}Deployments - {{.App.Name}} - upaas{{end}}
|
||||
{{define "title"}}Deployments - {{.App.Name}} - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{template "nav" .}}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}Login - upaas{{end}}
|
||||
{{define "title"}}Login - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="min-h-screen flex items-center justify-center py-12 px-4">
|
||||
<div class="max-w-md w-full">
|
||||
<div class="text-center mb-8">
|
||||
<h1 class="text-3xl font-medium text-gray-900">upaas</h1>
|
||||
<h1 class="text-3xl font-medium text-gray-900">µPaaS</h1>
|
||||
<p class="mt-2 text-gray-600">Sign in to continue</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "title"}}Setup - upaas{{end}}
|
||||
{{define "title"}}Setup - µPaaS{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="min-h-screen flex items-center justify-center py-12 px-4">
|
||||
<div class="max-w-md w-full">
|
||||
<div class="text-center mb-8">
|
||||
<h1 class="text-3xl font-medium text-gray-900">Welcome to upaas</h1>
|
||||
<h1 class="text-3xl font-medium text-gray-900">Welcome to µPaaS</h1>
|
||||
<p class="mt-2 text-gray-600">Create your admin account to get started</p>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user