-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·98 lines (85 loc) · 3.92 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Fine Tuner is a chromatic tuner with a minimalistic user interface optimized for guitar, bass, violin, ukulele, banjo and other string instruments.">
<title>Fine Tuner - A Minimalistic Chromatic Tuner for iOS</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<!-- ****** faviconit.com favicons ****** -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="/favicon-196.png">
<link rel="icon" type="image/png" sizes="160x160" href="/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon-144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon-120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon-114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon-76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-72.png">
<link rel="apple-touch-icon" href="/favicon-57.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/favicon-144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<!-- ****** faviconit.com favicons ****** -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header>
<h1>Fine Tuner</h1>
<a href="https://itunes.apple.com/app/fine-tuner-minimalistic-tuner/id877102884?mt=8">
<div class="btn">
<h3>Download</h3>
</div>
</a>
</header>
<div class="section">
<h2>A simple, minimal tuner.</h2>
<p>
Fine Tuner is a minimalistic tuner for iOS with a user interface optimized for guitar, bass, violin, ukulele, banjo and other string instruments. It utilizes your device's built-in microphone.
</p>
</div>
<div class="section screenshots">
<h3>Screenshots</h3>
<div class="screenshot">
<img alt="Screenshot 1" src="img/img1.png">
</div>
<div class="screenshot">
<img alt="Screenshot 2" src="img/img2.png">
</div>
<div class="screenshot">
<img alt="Screenshot 3" src="img/img3.png">
</div>
<div class="screenshot">
<img alt="Screenshot 4" src="img/img4.png">
</div>
</div>
<div class="section">
<h3>Privacy Policy</h3>
<h4> Mobile App </h4>
<p>
GDPR Compliance: The Fine Tuner app does not request, collect, or store any personally identificable information. The app formerly made use of Google Analytics but this has been removed since version 2.4 – the app no longer performs any third party tracking.
</p>
<h4> This Website </h4>
<p>
This website uses Google Analytics to collect traffic data. This includes data such as pages visited, time spent in the different areas of the website and visitor location (granularity is limited to city). The data is not personally identifiable. This information is collected purely out of personal interest regarding the website's usage.
<br><br>
Last Updated: Oct 16, 2022
</p>
</div>
<footer>
© 2023 <a href="http://www.deepkanwal.com"> Deepkanwal Plaha </a> ·
<a href="mailto:finetunerapp@gmail.com">Contact Me</a> ·
<a href="https://itunes.apple.com/app/fine-tuner-minimalistic-tuner/id877102884?mt=8">Download the App</a>
</footer>
</div>
</body>
</html>