-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (276 loc) · 17 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<!--
Material Design Lite Copyright 2015 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License-->
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="From JTechMe to You. Just to make things a bit easier">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>JTechMe Home</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="JTechMe">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<!--<meta name="msapplication-TileColor" content="#3372DF">-->
<meta name="msapplication-TileColor" content="#33B4E3">
<meta name="application-name" content="" />
<meta name="msapplication-square70x70logo" content="images/touch/tile_squareSmall.png" />
<meta name="msapplication-square150x150logo" content="images/touch/tile_squareMedium.png" />
<meta name="msapplication-wide310x150logo" content="images/touch/tile_landscape.png" />
<meta name="msapplication-square310x310logo" content="images/touch/tile_squareLarge.png" />
<link rel="shortcut icon" href="images/favicon.png">
<!-- Color the status bar on mobile devices -->
<meta name="theme-color" content="#33B4E3">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.light_blue-orange.min.css">
<link rel="stylesheet" href="material.min.css">
<link rel="stylesheet" href="styles.css">
<style>
#jtm-floating {
border: 3px;
border-style: solid;
color:#fff;
/*color:#33b4e3;
background-color:#fff;*/
}
</style>
<!-- tabzilla -->
<link rel="stylesheet" type="text/css" href="css/tabzilla.css" media="screen">
<link href="css/scroll.css" rel="stylesheet">
</head>
<body>
<!--<div id="tabzilla"> <a href="">JTechMe</a> </div>-->
<div class="demo-blog mdl-layout mdl-layout--fixed-header mdl-js-layout has-drawer is-upgraded">
<div class="android-header mdl-layout__header mdl-layout__header--waterfall" id="navbar-header">
<div class="mdl-layout__header-row">
<div id="tabzilla"> <a href="http://jtechme.github.io">JTechMe</a> </div>
<!--<span class="android-title mdl-layout-title">
<img class="android-logo-image" src="images/android-logo.png">
</span>-->
<!-- Add spacer, to align navigation to the right in desktop -->
<div class="android-header-spacer mdl-layout-spacer"></div>
<div class="android-search-box mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right mdl-textfield--full-width">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search-field">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" style="border:none;border-radius:20px;background-color:#F3F3F3;" type="text" id="search-field">
</div>
</div>
<!-- Navigation -->
<div class="android-navigation-container">
<nav class="android-navigation mdl-navigation">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="jumpgo/">JumpGo</a>
<!--<a class="mdl-navigation__link mdl-typography--text-uppercase" href="">Apps</a>-->
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://github.com/JTechMe">GitHub</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://instagram.com/jtechme">Instagram</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://joehorton99.blogspot.com/">Blog</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="mailto:[email protected]">Contact</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="">
<i class="material-icons">home</i>
</a>
</nav>
</div>
<!--<span class="android-mobile-title mdl-layout-title">
<img class="android-logo-image" src="images/android-logo.png">
</span>-->
<!--<button class="android-more-button mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect" id="more-button">
<i class="material-icons">more_vert</i>
</button>-->
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect" for="more-button">
<li class="mdl-menu__item">5.0 Lollipop</li>
<li class="mdl-menu__item">4.4 KitKat</li>
<li disabled class="mdl-menu__item">4.3 Jelly Bean</li>
<li class="mdl-menu__item">Android History</li>
</ul>
</div>
</div>
<div class="android-drawer mdl-layout__drawer">
<span class="mdl-layout-title">
<img class="android-logo-image" src="media/img/tabzilla-static-1000-tilt-bgwhite.svg">
</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="jumpgo/">JumpGo</a>
<!--<a class="mdl-navigation__link" href="">Apps</a>-->
<a class="mdl-navigation__link" href="https://github.com/JTechMe">GitHub</a>
<a class="mdl-navigation__link" href="https://instagram.com/jtechme">Instagram</a>
<a class="mdl-navigation__link" href="https://joehorton99.blogspot.com/">Blog</a>
<a class="mdl-navigation__link" href="mailto:[email protected]">Contact</a>
<!--<a class="mdl-navigation__link" href="">Core</a>-->
<a class="mdl-navigation__link" href="">Home</a>
<div class="android-drawer-separator"></div>
<span class="mdl-navigation__link" href=""><i class="material-icons">apps</i> Apps</span>
<!--<a class="mdl-navigation__link" href="">5.0</a>-->
<a class="mdl-navigation__link" href="jumpgo/">JumpGo</a>
<div class="android-drawer-separator"></div>
<span class="mdl-navigation__link" href=""><i class="material-icons">description</i> Resources</span>
<a class="mdl-navigation__link" href="archive">The Site Archive</a>
<a class="mdl-navigation__link" href="https://nutellarlz.github.io/">Josiah Horton</a>
<a class="mdl-navigation__link" href="https://jumpgojtm.blogspot.com/">Official blog</a>
<a class="mdl-navigation__link" href="https://instagram.com/jtechme">JTechMe on Instagram</a>
<a class="mdl-navigation__link" href="https://www.facebook.com/jumpgoJTM/">JumpGo on Facebook</a>
<div class="android-drawer-separator"></div>
<span class="mdl-navigation__link" href=""><i class="material-icons">developer_board</i> For developers</span>
<!--<a class="mdl-navigation__link" href="">App developer resources</a>-->
<a class="mdl-navigation__link" href="https://github.com/JTechMe">GitHub</a>
<a class="mdl-navigation__link" href="jumpgo/project#project_info">The JumpGo Project</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="demo-blog__posts mdl-grid">
<div class="mdl-card coffee-pic mdl-cell mdl-cell--8-col" style="border:none;">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3><a href="jumpgo/">JumpGo<span class="_Tgc">™</span> Browser</a></h3>
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo"></div>
<div> <!--<strong>The JumpGo Project</strong> <span>Download Now</span>-->
<a href="jumpgo/" id="jumpgo-card" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent mdl-button--border">
The JumpGo Browser
<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></a>
<div for="jumpgo-card" class="mdl-tooltip mdl-tooltip--right">Check out JumpGo</div>
</div>
</div>
</div>
<div class="mdl-card something-else mdl-cell mdl-cell--8-col mdl-cell--4-col-desktop" style="border:none;">
<a href="https://instagram.com/jtechme" id="jtm-floating" class="mdl-button mdl-js-ripple-effect mdl-js-button mdl-button--fab mdl-color--accent" style="margin-right: 20px; margin-top: -28px;">
<i class="material-icons mdl-color-text--white" role="presentation">party_mode</i>
<span class="visuallyhidden">add</span> </a>
<div class="mdl-card__media mdl-color--white mdl-color-text--grey-600">
<img src="images/jtm_logo6_1.svg" style="border-radius:50%;"> JTechMe </div>
<div class="mdl-card__supporting-text meta meta--fill mdl-color-text--grey-600 mdl-color--white" style="border-radius:10px;">
<div> <strong>JTechMe Software</strong> </div>
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect"
for="menubtn">
<a class="mdl-menu__item" href="https://instagram.com/jtechme">JTM
on Instagram</a>
<a class="mdl-menu__item" href="https://www.facebook.com/jumpgoJTM/">JumpGo
on FaceBook</a>
<!--<li class="mdl-menu__item">Search</li>-->
</ul>
<button id="menubtn" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">more_vert</i> <span
class="visuallyhidden">show menu</span>
</button>
</div>
</div>
<div class="mdl-card amazing mdl-cell mdl-cell--12-col" style="border:none;">
<div class="mdl-card__title mdl-color-text--grey-50">
<h3 class="quote"><a href="entry">Open Source from JTechMe -
Just to make things a bit more convenient.</a></h3>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-600">
Check out our open-source projects on GitHub. These projects
include JumpGo™ for Windows and Android, MBoard Media Player, and
more.<span class="_Tgc"></span><span class="_Tgc"></span><span class="_Tgc"></span></div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo"></div>
<br>
<div> <a href="http://jtechme.github.io/" id="jgi" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent mdl-button--border">
jtechme.github.io
<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></a>
<div for="jgi" class="mdl-tooltip mdl-tooltip--top">The JTechMe site</div>
</div>
</div>
</div>
<div class="mdl-card shopping mdl-cell mdl-cell--12-col" style="border:none;">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3><a href="https://plus.google.com/u/0/communities/103981600775766044213">
<br></a></h3>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-600">
Check out updates before they're released, concept art, and
prototype builds of our JumpGo Browser </div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo"></div>
<br>
<!--<div>JumpGo Beta <strong></strong><span>2 days ago</span> </div>-->
<a href="jumpgo/project#dev_edition" id="jumpgo-beta" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent mdl-button--border">
JumpGo Dev
<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></a>
<div for="jumpgo-beta" class="mdl-tooltip mdl-tooltip--top">JumpGo Beta on Instagram</div>
</div>
</div>
<div class="mdl-card shopping-archive mdl-cell mdl-cell--12-col" style="border:none;">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3><a href="archive">
<br></a></h3>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-600">
Explore old versions of the JTechMe site. This new archive
will be used to record major revisions to the site and will
leave previous versions of the site available to the public.
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo"></div>
<br>
<div><!--Archive Site <strong></strong><a href="archive"
class="text-gray" title="archive">jtechme.github.io/archive</a>-->
<a href="archive" id="archive" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent mdl-button--border">
Archive Site
<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></a>
<div for="archive" class="mdl-tooltip mdl-tooltip--top">Go to the archive</div>
</div>
</div>
</div>
<nav class="demo-nav mdl-cell mdl-cell--12-col" style="border:none;">
<div class="section-spacer"></div>
<a href="entry" class="demo-nav__button" title="show more">
More <button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-button--border">
<i class="material-icons" style="color:rgb(51,180,227);" role="presentation">arrow_forward</i>
</button> </a> </nav>
</div>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer--left-section">
<button class="mdl-mini-footer--social-btn social-btn social-btn__twitter">
<span class="visuallyhidden">Twitter</span>
</button>
<button class="mdl-mini-footer--social-btn social-btn social-btn__blogger">
<span class="visuallyhidden">Facebook</span>
</button>
<button class="mdl-mini-footer--social-btn social-btn social-btn__gplus" href="https://plus.google.com/u/0/103345987344317762713?pli=1">
<span class="visuallyhidden">Google Plus</span>
<a href="https://plus.google.com/u/0/103345987344317762713?pli=1"></a>
</button>
</div>
<div class="mdl-mini-footer--right-section">
<button class="mdl-mini-footer--social-btn social-btn__share">
<i class="material-icons" role="presentation">share</i>
<span class="visuallyhidden">share</span>
</button>
</div>
</footer>
</main>
<div class="mdl-layout__obfuscator"></div>
</div>
<!--<a href="https://github.com/JTechMe/http://jtechme.github.io" target="_blank" id="view-source"
class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--white">View Source</a>-->
<script src="material.min.js"></script>
<script>
Array.prototype.forEach.call(document.querySelectorAll('.mdl-card__media'), function(el) {
var link = el.querySelector('a');
if(!link) {
return;
}
var target = link.getAttribute('href');
if(!target) {
return;
}
el.addEventListener('click', function() {
location.href = target;
});
});
</script>
</body>
</html>