Skip to content

Commit a6757c0

Browse files
Add other tools
1 parent 0cdb928 commit a6757c0

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

images/lmstvh.png

23.5 KB
Loading

images/lmsvscode.png

37.7 KB
Loading

index.html

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2222
<meta name="description" content="Productivity apps">
2323
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
24-
<title>CodeChimp Apps</title>
24+
<title>CodeChimp</title>
2525

2626
<!-- Add to homescreen for Chrome on Android -->
2727
<meta name="mobile-web-app-capable" content="yes">
@@ -53,7 +53,7 @@
5353
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
5454
<header class="mdl-layout__header mdl-layout__header--scroll mdl-color--primary">
5555
<div class="mdl-layout__header-row">
56-
<h5>CodeChimp<p>Productivity Apps</h5>
56+
<h5>CodeChimp<p>Productivity Apps &amp; Tools</h5>
5757
</div>
5858

5959
<div class="mdl-layout__header-row portfolio-navigation-row">
@@ -62,6 +62,7 @@ <h5>CodeChimp<p>Productivity Apps</h5>
6262
<a class="mdl-navigation__link" id="ios">iOS</a>
6363
<a class="mdl-navigation__link" id="macos">MacOS</a>
6464
<a class="mdl-navigation__link" id="android">Android</a>
65+
<a class="mdl-navigation__link" id="other">Other</a>
6566
</nav>
6667
</div>
6768
</header>
@@ -105,7 +106,7 @@ <h4 class="mdl-card__title-text"><b>HA Menu</b>&nbsp;for MacOS</h4>
105106
</div>
106107
</section>
107108
</div>
108-
<div class="android">
109+
<div class="android" style="margin-bottom: 48px;">
109110
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
110111
<header class="section__play-btn mdl-cell mdl-cell--3-col-desktop mdl-cell--2-col-tablet mdl-cell--4-col-phone mdl-color--white-100 mdl-color-text--white">
111112
<image src="images/wearcodes.png"/>
@@ -202,14 +203,48 @@ <h4 class="mdl-card__title-text"><b>Tasker Tap Wear</b></h4>
202203
</div>
203204
</section>
204205
</div>
206+
<div class="other" style="margin-bottom: 48px;">
207+
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
208+
<header class="section__play-btn mdl-cell mdl-cell--3-col-desktop mdl-cell--2-col-tablet mdl-cell--4-col-phone mdl-color--white-100 mdl-color-text--white">
209+
<image src="images/lmstvh.png"/>
210+
</header>
211+
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
212+
<div class="mdl-card__title">
213+
<h4 class="mdl-card__title-text"><b>LMS TVH</b></h4>
214+
</div>
215+
<div class="mdl-card__supporting-text">
216+
<p>A plugin for Logitech Media Server to allow playing of live radio streams from TVHeadend.</p>
217+
</div>
218+
<div class="mdl-card__actions">
219+
<a href="https://github.com/codechimp-org/lms-tvh" class="mdl-button mdl-button--accent">View on GitHub</a>
220+
</div>
221+
</div>
222+
</section>
223+
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
224+
<header class="section__play-btn mdl-cell mdl-cell--3-col-desktop mdl-cell--2-col-tablet mdl-cell--4-col-phone mdl-color--white-100 mdl-color-text--white">
225+
<image src="images/lmsvscode.png"/>
226+
</header>
227+
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
228+
<div class="mdl-card__title">
229+
<h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b>&nbsp;for Visual Studio Code</h4>
230+
</div>
231+
<div class="mdl-card__supporting-text">
232+
<p>Snippets for Logitech Media Server dev, provides both perl and html snippets to help with common slim dev tasks.</p>
233+
</div>
234+
<div class="mdl-card__actions">
235+
<a href="https://marketplace.visualstudio.com/items?itemName=codechimp.lmsslim-snippets" class="mdl-button mdl-button--accent">View on VS Marketplace</a>
236+
</div>
237+
</div>
238+
</section>
239+
</div>
205240
</div>
206-
<div style="height: 48px; background-color: white;"></div>
241+
207242
<footer class="mdl-mini-footer">
208243
<div class="mdl-mini-footer__left-section">
209244
<ul class="mdl-mini-footer__link-list">
210245
<li><a href="mailto:[email protected]" class="mdl-button">Contact Us</a></li>
211246
</ul>
212-
<span>CodeChimp is a small independent software house specialising in productivity apps.<br>
247+
<span>CodeChimp is a small independent software house specialising in productivity apps &amp; tools.<br>
213248
Copyright &copy; 2019 CodeChimp</span><br><br>
214249
</div>
215250
<div class="mdl-mini-footer__right-section">
@@ -246,21 +281,31 @@ <h4 class="mdl-card__title-text"><b>Tasker Tap Wear</b></h4>
246281
$(".ios").show();
247282
$(".macos").show();
248283
$(".android").show();
284+
$(".other").show();
249285
}
250286
if (this.id == "macos") {
251287
$(".ios").hide();
252288
$(".macos").show();
253289
$(".android").hide();
290+
$(".other").hide();
254291
}
255292
if (this.id == "ios") {
256293
$(".ios").show();
257294
$(".macos").hide();
258295
$(".android").hide();
296+
$(".other").hide();
259297
}
260298
if (this.id == "android") {
261299
$(".ios").hide();
262300
$(".macos").hide();
263301
$(".android").show();
302+
$(".other").hide();
303+
}
304+
if (this.id == "other") {
305+
$(".ios").hide();
306+
$(".macos").hide();
307+
$(".android").hide();
308+
$(".other").show();
264309
}
265310
$btns.removeClass('is-active');
266311
$(this).addClass('is-active');

0 commit comments

Comments
 (0)