-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentry.html
323 lines (316 loc) · 17.5 KB
/
entry.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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!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="#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>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
#archive {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
<!-- tabzilla -->
<link rel="stylesheet" type="text/css" href="css/tabzilla.css" media="screen">
<link href="css/scroll.css" rel="stylesheet">
</head>
<body>
<div class="demo-blog demo-blog--blogpost 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" 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="http://jtechme.github.io">
<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-high-res-bgwhite.png">
</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-back" id="go-back">
<a class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"
href="http://jtechme.github.io" role="button">
<i class="material-icons" role="presentation">arrow_back</i>
</a>
</div>
<span for="go-back" class="mdl-tooltip">Go back</span>
<div class="demo-blog__posts mdl-grid">
<div class="mdl-card mdl-shadow--4dp mdl-cell mdl-cell--12-col" style="border:none;">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3>A complete redesign</h3>
</div>
<div class="mdl-color-text--grey-700 mdl-card__supporting-text meta">
<div class="minilogo"></div>
<div>
<strong>JTechMe</strong>
<span>10/18/2017</span>
</div>
<div class="section-spacer"></div>
<!--<div class="meta__favorites">
425 <i class="material-icons" role="presentation">favorite</i>
<span class="visuallyhidden">favorites</span>
</div>
<div>
<i class="material-icons" role="presentation">bookmark</i>
<span class="visuallyhidden">bookmark</span>
</div>
<div>
<i class="material-icons" role="presentation">share</i>
<span class="visuallyhidden">share</span>
</div>-->
</div>
<div class="mdl-color-text--grey-700 mdl-card__supporting-text">
<p> The JTechMe site has been redesigned! ...again. But why? Why
did we go and completely scrap most of our site and rebuild it
again? It boils down to simplicity and efficiency. The way our
site was organized previously was a complete and total mess.
Really, if you don't belive us just take a look at our
<a href="archive/">archive.</a> </p>
<p>
Obviously, we needed to updated the main site to be easier to
navigate, but we noticed others were having dificulty gettng any
helpful information from the JumpGo landing page. The first idea
we had was just add more info to the JumpGo page and hope people
read the whole page... yeah, not a great idea. We knew we had to
break up the information and keep with the material design of
our new homepage, so we used the
<a href="https://getmdl.io/templates/android-dot-com/index.html">
Android.com mdl template</a> as a starting point to build onto.
The end result was rather good if you ask me.
</p>
<p>
We're pretty proud of how our new site looks and welcome any
feedback to make it better.
</p>
</div>
<!--<div class="mdl-color-text--primary-contrast mdl-card__supporting-text comments">
<form>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<textarea rows=1 class="mdl-textfield__input" id="comment"></textarea>
<label for="comment" class="mdl-textfield__label">Join the discussion</label>
</div>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">check</i><span class="visuallyhidden">add comment</span>
</button>
</form>
<div class="comment mdl-color-text--grey-700">
<header class="comment__header">
<img src="images/co1.jpg" class="comment__avatar">
<div class="comment__author">
<strong>James Splayd</strong>
<span>2 days ago</span>
</div>
</header>
<div class="comment__text">
In in culpa nulla elit esse. Ex cillum enim aliquip sit sit ullamco ex eiusmod fugiat. Cupidatat ad minim officia mollit laborum magna dolor tempor cupidatat mollit. Est velit sit ad aliqua ullamco laborum excepteur dolore proident incididunt in labore elit.
</div>
<nav class="comment__actions">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">thumb_up</i><span class="visuallyhidden">like comment</span>
</button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">thumb_down</i><span class="visuallyhidden">dislike comment</span>
</button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">share</i><span class="visuallyhidden">share comment</span>
</button>
</nav>
<div class="comment__answers">
<div class="comment">
<header class="comment__header">
<img src="images/co2.jpg" class="comment__avatar">
<div class="comment__author">
<strong>John Dufry</strong>
<span>2 days ago</span>
</div>
</header>
<div class="comment__text">
Yep, agree!
</div>
<nav class="comment__actions">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">thumb_up</i><span class="visuallyhidden">like comment</span>
</button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">thumb_down</i><span class="visuallyhidden">dislike comment</span>
</button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">share</i><span class="visuallyhidden">share comment</span>
</button>
</nav>
</div>
</div>
</div>
</div>-->
</div>
<nav class="demo-nav mdl-color-text--grey-50 mdl-cell mdl-cell--12-col">
<a href="http://jtechme.github.io" class="demo-nav__button">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--white mdl-color-text--grey-900" role="presentation">
<i class="material-icons">arrow_back</i>
</button>
Newer
</a>
<div class="section-spacer"></div>
<a href="http://jtechme.github.io" class="demo-nav__button">
Older
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--white mdl-color-text--grey-900" role="presentation">
<i class="material-icons">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">
<span class="visuallyhidden">Google Plus</span>
</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>-->
<a href="archive/" id="archive" class="mdl-button mdl-js-ripple-effect mdl-js-button mdl-button--fab mdl-button--colored">
<i class="material-icons" style="color:#fff;">archive</i>
</a>
<span for="archive" class="mdl-tooltip mdl-tooltip--top mdl-tooltip--large">
Enter the JTechMe archive site
</span>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
</html>