-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Autofix</title>
<link rel="icon" type="image/png" href="./icons/icon.png" sizes="500x500">
<link rel="icon" type="image/svg+xml" href="./icons/icon.svg" sizes="any">
<link rel="stylesheet" href="./styles.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="max-w-5xl mx-auto pt-20 sm:pt-24 lg:pt-32 px-4 sm:px-6 md:px-8">
<img alt="Autofix logo" class="w-32 mx-auto" src="./icons/icon.svg">
<h1 class="mt-6 font-extrabold text-4xl sm:text-5xl lg:text-6xl tracking-tight text-center">Effortless code clean-up with Autofix</h1><!-- Keep Your Repos Clean and Up-to-Date with Autofix -->
<h2 class="mt-6 text-lg text-slate-600 text-center max-w-3xl mx-auto">Automate the little things. Keep your repos neat and up-to-date, risk-free.</h2>
<div class="mt-6 sm:mt-10 flex justify-center space-x-4 sm:space-x-6 text-sm">
<a href="https://github.com/autofix-bug/autofix" target="_blank">
<button class="btn btn-black">
<!-- <img alt="GitHub logo" class="w-6" src="./icons/github.svg"> -->
<span>View Code on GitHub</span>
</button>
</a>
<a href="https://buy.stripe.com/5kAg1ubwde5td2gaEE" target="_blank">
<button class="btn btn-green">
<span>Autofix Your Repository for €5 per month</span>
</button>
</a>
</div>
<div class="mt-20 flex space-x-12 items-start overflow-x-scroll">
<img alt="Autofix removes trailing spaces" class="w-96" src="./screenshots/autofix-trailing-spaces.png">
<img alt="Autofix removes trailing spaces" class="w-96" src="./screenshots/approved-awesome-bot.png">
<img alt="Autofix upgrades Node.js version" class="w-96" src="./screenshots/autofix-upgrade-nodejs.png">
<img alt="Autofix removes trailing spaces" class="w-96" src="./screenshots/approved-thumbs-up.png">
<img alt="Autofix upgrades Java version" class="w-96" src="./screenshots/autofix-upgrade-java.png">
<img alt="Autofix removes trailing spaces" class="w-96" src="./screenshots/approved-lgtm.png">
<img alt="Autofix upgrades Rust version" class="w-96" src="./screenshots/autofix-upgrade-rust.png">
</div>
<ul class="mt-20 mb-20 max-w-3xl mx-auto text-lg flex flex-col space-y-4">
<li><span>✓</span> Automates trivial fixes like trailing spaces and outdated dependencies</li>
<li><span>✓</span> No breaking changes – all fixes are risk-free</li>
<li><span>✓</span> Free and open-source, with optional paid subscription to support development</li>
<li><span>✓</span> Run <a class="text-sky-500 hover:underline" href="https://github.com/autofix-bug/autofix" target="_blank">Autofix</a> yourself or <a class="text-sky-500 hover:underline" href="https://buy.stripe.com/5kAg1ubwde5td2gaEE" target="_blank">subscribe</a> to get automated Pull Requests to your repository</li>
</ul>
</body>