Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Create the perfect .gitignore file in seconds. Select your tech stack and generate a customized .gitignore for clean repositories.">
<meta name="author" content="Avantguarda">
<meta name="author" content="Ivan Santiago">
<meta name="author" content="Thiago Campos">

<meta property="og:title" content="Git Wisely | Do Not Commit">
<meta property="og:description" content="Generate customized .gitignore files for your tech stack">
Expand All @@ -20,7 +21,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png" />

<link rel="canonical" href="https://donotcommit.com/">
<title>Git Wisely | Do Not Commit by Avantguarda</title>
<title>Git Wisely | Do Not Commit by Officina</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -29,12 +30,12 @@
</head>
<body>
<header>
<h1><a href="https://github.com/avantguarda">Ava<i>n</i>t</a></h1>
<h1><a href="https://github.com/somosofficina">Officina</a></h1>
<nav>
<ul>
<li><a href="https://github.com/avantguarda/donotcommit">Source</a></li>
<li><a href="https://github.com/somosofficina/donotcommit">Source</a></li>
<li><a href="/docs">Docs</a></li>
<li><a class="highlight" href="https://github.com/sponsors/avantguarda">Support</a></li>
<li><a class="highlight" href="https://github.com/sponsors/somosofficina">Support</a></li>
</ul>
</nav>
</header>
Expand All @@ -55,7 +56,7 @@ <h1>Git wisely, know <br>what to <em>ignore</em></h1>
</main>

<footer>
<small>A clean repo initiative by <a href="https://github.com/avantguarda">Avantguarda</a> — Made in Brazil</small>
<small>A clean repo initiative by <a href="https://ivansantiago.net">Ivan Santiago</a> and <a href="https://thigcampos.com">Thiago Campos</a>.</small>
</footer>

<script>
Expand Down