21
21
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
22
22
< meta name ="description " content ="Productivity apps ">
23
23
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
24
- < title > CodeChimp Apps </ title >
24
+ < title > CodeChimp</ title >
25
25
26
26
<!-- Add to homescreen for Chrome on Android -->
27
27
< meta name ="mobile-web-app-capable " content ="yes ">
53
53
< div class ="mdl-layout mdl-js-layout mdl-layout--fixed-header ">
54
54
< header class ="mdl-layout__header mdl-layout__header--scroll mdl-color--primary ">
55
55
< div class ="mdl-layout__header-row ">
56
- < h5 > CodeChimp< p > Productivity Apps</ h5 >
56
+ < h5 > CodeChimp< p > Productivity Apps & Tools </ h5 >
57
57
</ div >
58
58
59
59
< div class ="mdl-layout__header-row portfolio-navigation-row ">
@@ -62,6 +62,7 @@ <h5>CodeChimp<p>Productivity Apps</h5>
62
62
< a class ="mdl-navigation__link " id ="ios "> iOS</ a >
63
63
< a class ="mdl-navigation__link " id ="macos "> MacOS</ a >
64
64
< a class ="mdl-navigation__link " id ="android "> Android</ a >
65
+ < a class ="mdl-navigation__link " id ="other "> Other</ a >
65
66
</ nav >
66
67
</ div >
67
68
</ header >
@@ -105,7 +106,7 @@ <h4 class="mdl-card__title-text"><b>HA Menu</b> for MacOS</h4>
105
106
</ div >
106
107
</ section >
107
108
</ div >
108
- < div class ="android ">
109
+ < div class ="android " style =" margin-bottom: 48px; " >
109
110
< section class ="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp ">
110
111
< 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 ">
111
112
< image src ="images/wearcodes.png "/>
@@ -202,14 +203,48 @@ <h4 class="mdl-card__title-text"><b>Tasker Tap Wear</b></h4>
202
203
</ div >
203
204
</ section >
204
205
</ 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 > 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 >
205
240
</ div >
206
- < div style =" height: 48px; background-color: white; " > </ div >
241
+
207
242
< footer class ="mdl-mini-footer ">
208
243
< div class ="mdl-mini-footer__left-section ">
209
244
< ul class ="mdl-mini-footer__link-list ">
210
245
< li > < a href ="
mailto:[email protected] "
class ="
mdl-button "
> Contact Us
</ a > </ li >
211
246
</ 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 & tools .< br >
213
248
Copyright © 2019 CodeChimp</ span > < br > < br >
214
249
</ div >
215
250
< div class ="mdl-mini-footer__right-section ">
@@ -246,21 +281,31 @@ <h4 class="mdl-card__title-text"><b>Tasker Tap Wear</b></h4>
246
281
$ ( ".ios" ) . show ( ) ;
247
282
$ ( ".macos" ) . show ( ) ;
248
283
$ ( ".android" ) . show ( ) ;
284
+ $ ( ".other" ) . show ( ) ;
249
285
}
250
286
if ( this . id == "macos" ) {
251
287
$ ( ".ios" ) . hide ( ) ;
252
288
$ ( ".macos" ) . show ( ) ;
253
289
$ ( ".android" ) . hide ( ) ;
290
+ $ ( ".other" ) . hide ( ) ;
254
291
}
255
292
if ( this . id == "ios" ) {
256
293
$ ( ".ios" ) . show ( ) ;
257
294
$ ( ".macos" ) . hide ( ) ;
258
295
$ ( ".android" ) . hide ( ) ;
296
+ $ ( ".other" ) . hide ( ) ;
259
297
}
260
298
if ( this . id == "android" ) {
261
299
$ ( ".ios" ) . hide ( ) ;
262
300
$ ( ".macos" ) . hide ( ) ;
263
301
$ ( ".android" ) . show ( ) ;
302
+ $ ( ".other" ) . hide ( ) ;
303
+ }
304
+ if ( this . id == "other" ) {
305
+ $ ( ".ios" ) . hide ( ) ;
306
+ $ ( ".macos" ) . hide ( ) ;
307
+ $ ( ".android" ) . hide ( ) ;
308
+ $ ( ".other" ) . show ( ) ;
264
309
}
265
310
$btns . removeClass ( 'is-active' ) ;
266
311
$ ( this ) . addClass ( 'is-active' ) ;
0 commit comments