-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (179 loc) · 8.56 KB
/
index.html
File metadata and controls
193 lines (179 loc) · 8.56 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta name="description" content="A selection of super useful tools to make your life easier.">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<title>
All tools |
Superuseful.net </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
crossorigin="anonymous" async>
<link rel="stylesheet" href="/css/app.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110934107-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-110934107-1');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">
All tools <span class="sr-only">(current)</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="/gst-calculator">GST Calculator</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tax-calculator">Tax Calculator</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="/percentage-calculator">Percentage Calculator</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="/tip-calculator">Tip Calculator</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/split-bill-calculator">Split Bill Calculator</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/character-counter">Character Counter</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/word-counter">Word Counter</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="app" class="container">
<div class="alert alert-danger alert-dismissible fade show" role="alert" id="KQWDgaLHciZS">
<h4 class="alert-heading">We need your help!</h4>
<p>
The hosting of this calculator is made possible by displaying ads to our visitors.
</p>
<p>
<strong>Please</strong> consider supporting us by disabling your ad blocker.
</p>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">
GST Calculator </h4>
<p class="card-text">
New Zealand Goods and Services Tax (GST) Calculator. Mobile friendly and easy to use. Add or Subtract GST at 15% to work out GST Inclusive, GST Exclusive amount. </p>
<a href="/gst-calculator" class="btn btn-primary">Go to
GST Calculator </a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">
Character Counter </h4>
<p class="card-text">
Character Counter is an online tool that lets you easily calculate and count the number of characters, words, sentences and paragraphs in your text. </p>
<a href="/character-counter" class="btn btn-primary">Go to
Character Counter </a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">
Split Bill Calculator </h4>
<p class="card-text">
Work out the amount each person should pay when splitting a bill. </p>
<a href="/split-bill-calculator" class="btn btn-primary">Go to
Split Bill Calculator </a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">
Tax Calculator </h4>
<p class="card-text">
Tax Calculator. Mobile friendly and easy to use. Add or Subtract Tax to work out Tax Inclusive, Tax Exclusive amount. </p>
<a href="/tax-calculator" class="btn btn-primary">Go to
Tax Calculator </a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">
Tip Calculator </h4>
<p class="card-text">
Work out the right tip to leave with the bill. </p>
<a href="/tip-calculator" class="btn btn-primary">Go to
Tip Calculator </a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">
Word Counter </h4>
<p class="card-text">
Word Counter is an online tool that lets you easily calculate and count the number of characters, words, sentences and paragraphs in your text. </p>
<a href="/word-counter" class="btn btn-primary">Go to
Word Counter </a>
</div>
</div>
</div>
</div> </div>
<footer class="footer">
<div class="container">
<span class="text-muted">© Copyright
2021 </span>
</div>
</footer>
<!-- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8747138311666069",
enable_page_level_ads: true
});
</script> -->
<script src="/js/ads.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
crossorigin="anonymous"></script>
<script>
$('#accordion').on('shown.bs.collapse', function() {
var panel = $(this).find('.show');
$('html, body').animate({
scrollTop: panel.offset().top
}, 500);
});
</script>
</body>
</html>