Skip to content

Commit 6871b48

Browse files
Indentation
1 parent 212281f commit 6871b48

File tree

1 file changed

+89
-90
lines changed

1 file changed

+89
-90
lines changed

index.html

Lines changed: 89 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
4949
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.1.3/material.indigo-pink.min.css">
5050
<link rel="stylesheet" href="stylesheets/styles.css">
51-
51+
5252
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
5353
</head>
5454
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
@@ -196,8 +196,8 @@ <h4 class="mdl-card__title-text"><b>Grocery Sum</b></h4>
196196
<h4 class="mdl-card__title-text"><b>Tasker Tap Wear</b></h4>
197197
</div>
198198
<div class="mdl-card__supporting-text">
199-
This app is a Tasker plugin to trigger a vibration pattern on the wearable device only, for a discreet notification tap where a popup is not required.</br>
200-
To use it create a new Tasker task and add TTW from the plugins. You'll be able to change the type of vibration tap within the configuration screen.
199+
This app is a Tasker plugin to trigger a vibration pattern on the wearable device only, for a discreet notification tap where a popup is not required.</br>
200+
To use it create a new Tasker task and add TTW from the plugins. You'll be able to change the type of vibration tap within the configuration screen.
201201
</div>
202202
<div class="mdl-card__actions">
203203
<a href="https://play.google.com/store/apps/details?id=org.codechimp.ttw" class="mdl-button mdl-button--accent">View on Google PlayStore</a>
@@ -240,7 +240,7 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b>&nbsp;for Visual Studio
240240
</section>
241241
</div>
242242
</div>
243-
243+
244244
<footer class="mdl-mini-footer">
245245
<div class="mdl-mini-footer__left-section">
246246
<ul class="mdl-mini-footer__link-list">
@@ -250,91 +250,90 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b>&nbsp;for Visual Studio
250250
Copyright &copy; 2019 CodeChimp<br>
251251
<a href="https://codechimp.org/privacy/">Privacy Policy</a>
252252
</span><br><br>
253-
</div>
254-
<div class="mdl-mini-footer__right-section">
255-
<ul class="mdl-mini-footer__link-list">
256-
<li><a href="https://twitter.com/AndrewCodeChimp"><img src="images/Twitter_Social_Icon_Square_Color.png" width="48" height="48" title="Twitter" alt="Twitter"></a></li>
257-
</ul>
258-
</div>
259-
</footer>
260-
<div id="cookieconsent"></div>
261-
</div>
262-
</main>
263-
</div>
264-
<script
265-
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
266-
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
267-
crossorigin="anonymous"></script>
268-
<script src="https://storage.googleapis.com/code.getmdl.io/1.1.3/material.min.js">
269-
</script>
270-
271-
<script>
272-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
273-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
274-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
275-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
276-
277-
ga('create', 'UA-2000990-16', 'auto');
278-
ga('require', 'outboundLinkTracker');
279-
ga('require', 'socialTracker');
280-
ga('send', 'pageview');
281-
</script>
253+
</div>
254+
<div class="mdl-mini-footer__right-section">
255+
<ul class="mdl-mini-footer__link-list">
256+
<li><a href="https://twitter.com/AndrewCodeChimp"><img src="images/Twitter_Social_Icon_Square_Color.png" width="48" height="48" title="Twitter" alt="Twitter"></a></li>
257+
</ul>
258+
</div>
259+
</footer>
260+
<div id="cookieconsent"></div>
261+
</div>
262+
</main>
263+
</div>
264+
<script
265+
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
266+
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
267+
crossorigin="anonymous"></script>
268+
<script src="https://storage.googleapis.com/code.getmdl.io/1.1.3/material.min.js">
269+
</script>
270+
271+
<script>
272+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
273+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
274+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
275+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
282276

283-
<script>
284-
var $btns = $('.mdl-navigation__link').on("click", function() {
285-
if (this.id == "all") {
286-
$(".ios").show();
287-
$(".macos").show();
288-
$(".android").show();
289-
$(".other").show();
290-
}
291-
if (this.id == "macos") {
292-
$(".ios").hide();
293-
$(".macos").show();
294-
$(".android").hide();
295-
$(".other").hide();
296-
}
297-
if (this.id == "ios") {
298-
$(".ios").show();
299-
$(".macos").hide();
300-
$(".android").hide();
301-
$(".other").hide();
302-
}
303-
if (this.id == "android") {
304-
$(".ios").hide();
305-
$(".macos").hide();
306-
$(".android").show();
307-
$(".other").hide();
308-
}
309-
if (this.id == "other") {
310-
$(".ios").hide();
311-
$(".macos").hide();
312-
$(".android").hide();
313-
$(".other").show();
277+
ga('create', 'UA-2000990-16', 'auto');
278+
ga('require', 'outboundLinkTracker');
279+
ga('require', 'socialTracker');
280+
ga('send', 'pageview');
281+
</script>
282+
283+
<script>
284+
var $btns = $('.mdl-navigation__link').on("click", function() {
285+
if (this.id == "all") {
286+
$(".ios").show();
287+
$(".macos").show();
288+
$(".android").show();
289+
$(".other").show();
290+
}
291+
if (this.id == "macos") {
292+
$(".ios").hide();
293+
$(".macos").show();
294+
$(".android").hide();
295+
$(".other").hide();
296+
}
297+
if (this.id == "ios") {
298+
$(".ios").show();
299+
$(".macos").hide();
300+
$(".android").hide();
301+
$(".other").hide();
302+
}
303+
if (this.id == "android") {
304+
$(".ios").hide();
305+
$(".macos").hide();
306+
$(".android").show();
307+
$(".other").hide();
308+
}
309+
if (this.id == "other") {
310+
$(".ios").hide();
311+
$(".macos").hide();
312+
$(".android").hide();
313+
$(".other").show();
314+
}
315+
$btns.removeClass('is-active');
316+
$(this).addClass('is-active');
317+
})
318+
</script>
319+
320+
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
321+
<script>
322+
window.cookieconsent.initialise({
323+
"palette": {
324+
"popup": {
325+
"background": "#000"
326+
},
327+
"button": {
328+
"background": "#e91e63"
314329
}
315-
$btns.removeClass('is-active');
316-
$(this).addClass('is-active');
317-
})
318-
</script>
319-
320-
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
321-
<script>
322-
window.cookieconsent.initialise({
323-
"palette": {
324-
"popup": {
325-
"background": "#000"
326-
},
327-
"button": {
328-
"background": "#e91e63"
329-
}
330-
}
331-
});
332-
</script>
333-
334-
335-
<script async src='js/autotrack.js'></script>
336-
337-
338-
</body>
339-
</html>
340-
330+
}
331+
});
332+
</script>
333+
334+
335+
<script async src='js/autotrack.js'></script>
336+
337+
338+
</body>
339+
</html>

0 commit comments

Comments
 (0)