forked from fayausa/techmyrmidons-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontend.html
421 lines (421 loc) · 22.6 KB
/
frontend.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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html>
<head>
<title>TechMyrmidons</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><!--[if lte IE 8]>
<script src="/scripts/ie/html5shiv.js"></script><!<![endif]-->
<!--link(rel='stylesheet', href='/styles/tab.css')-->
<link rel="stylesheet" href="/styles/colorbox.css">
<link rel="stylesheet" href="/styles/main.css"><!--[if lte IE 9]>
<link rel="stylesheet" href="/styles/ie9.css"><!<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="/styles/ie8.css"><!<![endif]-->
<link href="favicon.ico" rel="icon" type="image/x-icon">
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="inner">
<!-- Logo-->
<div class="logo"><span class="symbol"><img src="images/logo.svg" alt=""></span><span class="title">Front End Myrmidon</span></div>
<!-- Nav-->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu-->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="/">Home</a></li>
<li><a href="android.html">Android Myrmidon</a></li>
<li><a href="frontend.html">Front End Myrmidon</a></li>
<li><a href="ios.html">iOS Myrmidon</a></li>
<li><a href="web.html">Web Myrmidon</a></li>
<li><a href="qa.html">QA Myrmidon</a></li>
<li><a href="security.html">Security Myrmidon</a></li>
</ul>
</nav>
<div id="main">
<div class="inner"><span class="image main"><img src="images/frontend-myrmidon.jpg" alt=""></span>
<h2>Tools & Technologies</h2>
<div class="list-wrap">
<div id="tab-container" class="tab-container">
<ul class="etabs">
<li class="tab latest"><a href="#tabs1">
<h3>Latest</h3></a></li>
<li class="tab"><a href="#tabs2">
<h3>2015</h3></a></li>
<li class="tab"><a href="#tabs3">
<h3>2014</h3></a></li>
</ul>
<div id="tabs1">
<ul class="icon-list">
<li><a href="#angular" class="popup-link">
<div class="iconlist__title">
<h4>AngularJS</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/angular.jpg" alt=""></div></a></li>
<li><a href="#gulp" class="popup-link">
<div class="iconlist__title">
<h4>Gulp</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/gulp.jpg" alt=""></div></a></li>
<li><a href="#ember" class="popup-link">
<div class="iconlist__title">
<h4>Ember.js</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/ember.jpg" alt=""></div></a></li>
<li><a href="#meteor" class="popup-link">
<div class="iconlist__title">
<h4>Meteor</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/meteor.jpg" alt=""></div></a></li>
<li><a href="#sass" class="popup-link">
<div class="iconlist__title">
<h4>Sass</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/sass.jpg" alt=""></div></a></li>
<li><a href="#yeoman" class="popup-link">
<div class="iconlist__title">
<h4>Yeoman</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/yeoman.jpg" alt=""></div></a></li>
<li><a href="#bower" class="popup-link">
<div class="iconlist__title">
<h4>Bower</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/bower.jpg" alt=""></div></a></li>
<li><a href="#bootstrap" class="popup-link">
<div class="iconlist__title">
<h4>Bootstrap</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/bootstrap.jpg" alt=""></div></a></li>
<li><a href="#foundation" class="popup-link">
<div class="iconlist__title">
<h4>Foundation</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/fountation.jpg" alt=""></div></a></li>
<li><a href="#boilerplate" class="popup-link">
<div class="iconlist__title">
<h4>HTML5 Boilerplate</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/boilerplate.jpg" alt=""></div></a></li>
<li><a href="#normalize" class="popup-link">
<div class="iconlist__title">
<h4>Normalize</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/normalize.jpg" alt=""></div></a></li>
<li><a href="#git" class="popup-link">
<div class="iconlist__title">
<h4>Git</h4>
</div>
<div class="icon-list__img"><img src="images/android/git.jpg" alt=""></div></a></li>
<li><a href="#firebase" class="popup-link">
<div class="iconlist__title">
<h4>Firebase</h4>
</div>
<div class="icon-list__img"><img src="images/android/firebase.jpg" alt=""></div></a></li>
</ul>
</div>
<div id="tabs2">
<ul class="icon-list">
<li><a href="#angular" class="popup-link">
<div class="iconlist__title">
<h4>AngularJS</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/angular.jpg" alt=""></div></a></li>
<li><a href="#gulp" class="popup-link">
<div class="iconlist__title">
<h4>Gulp</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/gulp.jpg" alt=""></div></a></li>
<li><a href="#ember" class="popup-link">
<div class="iconlist__title">
<h4>Ember.js</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/ember.jpg" alt=""></div></a></li>
<li><a href="#meteor" class="popup-link">
<div class="iconlist__title">
<h4>Meteor</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/meteor.jpg" alt=""></div></a></li>
<li><a href="#sass" class="popup-link">
<div class="iconlist__title">
<h4>Sass</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/sass.jpg" alt=""></div></a></li>
</ul>
</div>
<div id="tabs3">
<ul class="icon-list">
<li><a href="#boilerplate" class="popup-link">
<div class="iconlist__title">
<h4>HTML5 Boilerplate</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/boilerplate.jpg" alt=""></div></a></li>
<li><a href="#normalize" class="popup-link">
<div class="iconlist__title">
<h4>Normalize</h4>
</div>
<div class="icon-list__img"><img src="images/frontend/normalize.jpg" alt=""></div></a></li>
<li><a href="#git" class="popup-link">
<div class="iconlist__title">
<h4>Git</h4>
</div>
<div class="icon-list__img"><img src="images/android/git.jpg" alt=""></div></a></li>
<li><a href="#firebase" class="popup-link">
<div class="iconlist__title">
<h4>Firebase</h4>
</div>
<div class="icon-list__img"><img src="images/android/firebase.jpg" alt=""></div></a></li>
</ul>
</div>
</div>
</div>
<div class="list-wrap">
<h2>Follow the Best Blogs</h2>
<ul class="text-list">
<li>
<div class="text-list__title"><a href="http://dailyjs.com/" target="blank">
<h4>DailyJS</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://code.tutsplus.com/" target="blank">
<h4>Nettuts+</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://html5doctor.com/" target="blank">
<h4>HTML5 Doctor</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://blog.teamtreehouse.com/" target="blank">
<h4>Treehouse Blog</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://www.echojs.com/" target="blank">
<h4>EchoJS</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="https://blog.webplatform.org/" target="blank">
<h4>Web Platform</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://www.html5rocks.com/en/" target="blank">
<h4>HTML5 ROCKS</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://css-tricks.com/" target="blank">
<h4>CSS-TRICKS</h4></a></div>
</li>
</ul>
</div>
<div class="list-wrap">
<h2>People to Follow</h2>
<ul class="text-list follow">
<li><a href="https://addyosmani.com/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/addy.jpg" alt=""></div>
<div class="text-list__title">
<h4>Addy Osmani</h4>
</div></a></li>
<li><a href="http://christianheilmann.com/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/heilmann.jpg" alt=""></div>
<div class="text-list__title">
<h4>Christian Heilmann</h4>
</div></a></li>
<li><a href="http://www.paulirish.com/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/irish.jpg" alt=""></div>
<div class="text-list__title">
<h4>Paul Irish</h4>
</div></a></li>
<li><a href="http://stevesouders.com/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/souders.jpg" alt=""></div>
<div class="text-list__title">
<h4>Steve Souders</h4>
</div></a></li>
<li><a href="http://getify.me/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/js.jpg" alt=""></div>
<div class="text-list__title">
<h4>Kyle Simpson</h4>
</div></a></li>
<li><a href="http://ejohn.org/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/js.jpg" alt=""></div>
<div class="text-list__title">
<h4>John Resig</h4>
</div></a></li>
<li><a href="https://jakearchibald.com/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/archibald.jpg" alt=""></div>
<div class="text-list__title">
<h4>Jake Archibald</h4>
</div></a></li>
<li><a href="https://www.igvita.com/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/grigorik.jpg" alt=""></div>
<div class="text-list__title">
<h4>Ilya Grigorik</h4>
</div></a></li>
<li><a href="http://lea.verou.me/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/verou.jpg" alt=""></div>
<div class="text-list__title">
<h4>Lea Verou</h4>
</div></a></li>
<li><a href="http://www.nczonline.net/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/nicholas.jpg" alt=""></div>
<div class="text-list__title">
<h4>Nicholas C. Zakas</h4>
</div></a></li>
<li><a href="http://www.stubbornella.org/" target="blank" class="text-list__link">
<div class="text-list__img"><img src="images/frontend/sullivan.jpg" alt=""></div>
<div class="text-list__title">
<h4>Nicole Sullivan</h4>
</div></a></li>
</ul>
</div>
<div class="list-wrap">
<h2>News</h2>
<ul class="text-list">
<li>
<div class="text-list__title"><a href="http://css-weekly.com/" target="blank">
<h4>CSS Weekly</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://html5weekly.com/" target="blank">
<h4>HTML5 Weekly</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://javascriptweekly.com/" target="blank">
<h4>JavaScript Weekly</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://adripofjavascript.com/" target="blank">
<h4>A Drip of JavaScript</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="https://wdrl.info/" target="blank">
<h4>Web Development Reading List</h4></a></div>
</li>
<li>
<div class="text-list__title"><a href="http://tinyletter.com/front-end-rapport" target="blank">
<h4>Front-end Rapport</h4></a></div>
</li>
</ul>
</div>
<div style="display:none">
<div id="angular" class="popup">
<h4>AngularJS</h4>
<p>HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.</p>
<p>Know more about AngularJS<a href="http://android-developers.blogspot.in/2016/05/android-studio-22-preview-new-ui.html">https://www.angularjs.org/</a></p>
</div>
<div id="gulp" class="popup">
<h4>Gulp</h4>
<p>Gulp is a tool that helps you out with several tasks when it comes to web development. Gulp is a streaming build system, by using node’s streams file manipulation is all done in memory, and a file isn’t written until you tell it to do so.</p>
<p>Get started with Gulp<a href="http://gulpjs.com/">here</a></p>
</div>
<div id="ember" class="popup">
<h4>Ember.js</h4>
<p>Ember is the spiritual successor to SproutCore, a powerful JavaScript framework that attempted to port the Cocoa UI to the web</p>
<p>Get started with Ember<a href="http://emberjs.com/">here</a></p>
</div>
<div id="meteor" class="popup">
<h4>Meteor</h4>
<p>Meteor is a new full-stack JavaScript, powered by Node.js. It's guaranteed to revolutionize the way that you approach writing highly responsive and dynamic web applications.</p>
<p>Get started with Meteor<a href="https://www.meteor.com/">here</a></p>
</div>
<div id="sass" class="popup">
<h4>Sass</h4>
<p>Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS libraries.</p>
<p>Get started with Sass<a href="http://sass-lang.com/">here</a></p>
</div>
<div id="yeoman" class="popup">
<h4>Yeoman</h4>
<p>Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.</p>
<p>To do so, we provide a generator ecosystem. A generator is basically a plugin that can be run with the `yo` command to scaffold complete projects or useful parts.</p>
<p>Get started with Yeoman<a href="http://yeoman.io/">here</a></p>
</div>
<div id="bower" class="popup">
<h4>Bower</h4>
<p>Web sites are made of lots of things — frameworks, libraries, assets, and utilities. Bower manages all these things for you.</p>
<p>Get started with Bower<a href="http://bower.io/">here</a></p>
<p></p>
</div>
<div id="bootstrap" class="popup">
<h4>Bootstrap</h4>
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
<p>Get started with Bootstrap<a href="http://getbootstrap.com/2.3.2/">here</a></p>
</div>
<div id="foundation" class="popup">
<h4>Foundation</h4>
<p>A Framework for any device, medium, and accessibility. Foundation is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps and emails that look amazing on any device. Foundation is semantic, readable, flexible, and completely customizable. We’re constantly adding new resources and code snippets, including these handy HTML templates to help get you started!</p>
<p>Get started with Foundation<a href="http://foundation.zurb.com/">here</a></p>
</div>
<div id="boilerplate" class="popup">
<h4>HTML5 Boilerplate</h4>
<p>HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge and effort of 100s of developers, all in one little package.</p>
<p>Get started with HTML5 Boilerplate<a href="https://html5boilerplate.com/">here</a></p>
</div>
<div id="normalize" class="popup">
<h4>Normalize</h4>
<p>Normalize makes all browsers render elements in as consistent a fashion as possible. Have you ever experienced the annoyance of debugging a three pixel input height inconsistency, from browser to browser? With Normalize, you'll never deal with that again!</p>
<p>Dive deeper into Normalize<a href="http://necolas.github.io/normalize.css/">here</a></p>
</div>
<div id="git" class="popup">
<h4>Git</h4>
<p>Git is a free distributed version control system. Android Studio comes with Git client. All we need to do is just enable and start using it. As a prerequisite, you need to have Git installed in the local system.</p>
<p>Dive deeper into Git<a href="https://source.android.com/source/developing.html">here</a><br><a href="http://git-scm.com/downloads">Download Here</a></p>
</div>
<div id="firebase" class="popup">
<h4>Firebase</h4>
<p>Firebase is a mobile platform that helps you quickly develop high-quality apps, grow your user base, and earn more money. Firebase is made up of complementary features that you can mix-and-match to fit your needs.</p>
<p>Dive deeper into Firebase<a href="https://firebase.google.com/">here</a></p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<form method="post" action="#">
<div class="field half first">
<input id="name" type="text" name="name" placeholder="Name">
</div>
<div class="field half">
<input id="email" type="email" name="email" placeholder="Email">
</div>
<div class="field">
<textarea id="message" name="message" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li>
<input type="submit" value="Send" class="special">
</li>
</ul>
</form>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="#" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon style2 fa-envelope-o"><span class="label">Email.</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© techmyrmidons.com</li>
</ul>
</div>
</footer>
</div>
<script src="/scripts/jquery.min.js"></script>
<script src="/scripts/skel.min.js"></script>
<script src="/scripts/util.js"></script>
<script src="/scripts/ie/respond.min.js"></script>
<script src="/scripts/jquery.colorbox.js"></script>
<script src="/scripts/jquery.easytabs.min.js"></script>
<script src="/scripts/main.js"></script>
</body>
</html>