Skip to content

Commit

Permalink
update slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 11, 2024
1 parent 95ea7b7 commit 0652dd7
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ brews:
name: vince
folder: Formula
homepage: https://vinceanalytics.com
description: API first Cloud Native Web Analytics For Startups
description: API first high performance self hosted and cost effective privacy friendly web analytics server for organizations of any size
license: Apache 2.0
ids:
- vince
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
func app() *cli.Command {
return &cli.Command{
Name: "vince",
Usage: "API first Cloud Native Web Analytics For Startups",
Usage: "API first high performance self hosted and cost effective privacy friendly web analytics server for organizations of any size",
Copyright: "@2024-present",
Version: version.VERSION,
Authors: []any{
Expand Down
4 changes: 2 additions & 2 deletions tools/docs/page.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vince - API first Cloud Native Web Analytics For Startups</title>
<title>vince - API first high performance self hosted and cost effective privacy friendly web analytics server for organizations of any size</title>
<link rel="icon" {{.Icon}}>
<style>{{.CSS}}</style>
{{if .Domain}}
Expand Down Expand Up @@ -51,7 +51,7 @@
<main>
<div class="index">
<h1>vince</h1>
<blockquote>API first Cloud Native Web Analytics for Startups</blockquote>
<blockquote>API first high performance self hosted and cost effective privacy friendly web analytics server for organizations of any size</blockquote>
</div>
{{range .Pages}}
<div>{{.}}</div>
Expand Down
Loading

0 comments on commit 0652dd7

Please sign in to comment.