forked from mikemhenry/blog.mikeandzoey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
182 lines (149 loc) · 7.86 KB
/
authors.html
File metadata and controls
182 lines (149 loc) · 7.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Handy Code Job - Authors</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.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="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.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">
<!--
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet">
-->
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href= "https://storage.googleapis.com/code.getmdl.io/1.1.3/material.cyan-blue.min.css" >
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<!--
<link rel="stylesheet" href="http://handycodejob.com/theme/font-awesome/css/font-awesome.min.css" />
-->
<link rel="stylesheet" href="http://handycodejob.com/theme/css/mstyles.css" />
<link rel="stylesheet" href="http://handycodejob.com/theme/css/pygment.css" />
<link href="http://handycodejob.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Handy Code Job Full Atom Feed" />
</head>
<body id="index" class="home">
<!--
<div class="nav-header mdl-card mdl-cell mdl-cell--12-col mdl-shadow--8dp mdl-color--primary">
<h1 class="mdl-color-text--grey-50"> Eswar's Log </h1>
<nav class="mdl-navigation">
<div class="mdl-layout-spacer"></div>
<span class="topLinks">
<a class="mdl-navigation__link" href="http://handycodejob.com/index.html">Home</a>
<a class="mdl-navigation__link" href="http://handycodejob.com/pages/projects.html">Projects</a>
<a class="mdl-navigation__link" href="http://handycodejob.com/pages/about.html">About</a>
</span>
</nav>
</div>
-->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<span class="site-title "> <a class="topLinks mdl-navigation__link" href="http://handycodejob.com/index.html"> Handy Code Job </a> </span>
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable
mdl-textfield--floating-label mdl-textfield--align-right">
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-cell--hide-phone">
<a class="topLinks mdl-navigation__link" href="http://handycodejob.com/index.html">Home</a>
<a class="topLinks mdl-navigation__link" href="http://handycodejob.com/archives.html">Articles</a>
<a class="topLinks mdl-navigation__link" href="http://handycodejob.com/category/projects.html">Projects</a>
<a class="topLinks mdl-navigation__link" href="http://handycodejob.com/pages/about.html">About</a>
</nav>
<!--
<label class="mdl-button mdl-js-button mdl-button--icon"
for="fixed-header-drawer-exp">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" name="sample"
id="fixed-header-drawer-exp" />
</div>
-->
</div>
</div>
<div class="mdl-cell--hide-tablet mdl-cell--hide-desktop">
<div class="mobile-links">
<a class="mdl-navigation__link_mobile" href="http://handycodejob.com/index.html">Home</a>
<a class="mdl-navigation__link_mobile" href="http://handycodejob.com/archives.html">Articles</a>
<a class="mdl-navigation__link_mobile" href="http://handycodejob.com/pages/projects.html">Projects</a>
<a class="mdl-navigation__link_mobile" href="http://handycodejob.com/pages/about.html">About</a>
</div>
</div>
</header>
<div class="mdl-layout__drawer">
<div class="contact-card-image mdl-card mdl-shadow--2dp" style="background-image: url(handycodejob.comstatic/images/logo.svg)">
<div class="mdl-card__title mdl-card--expand"></div>
<div class="mdl-card__actions">
<span class="contact-card-name"> Handy Code Job, LLC </span>
</div>
</div>
<div class="contact-card mdl-card mdl-shadow--2dp">
<div class="mdl-card__actions mdl-card--border">
<div class="social-buttons">
<a target="_blank" href="https://github.com/handycodejob" class="mdl-button mdl-js-button mdl-button--icon mdl-button--accent social-anchors"> <i class="fa fa-github-square fa-lg"></i> </a>
<a target="_blank" href="https://www.youtube.com" class="mdl-button mdl-js-button mdl-button--icon mdl-button--accent social-anchors"> <i class="fa fa-youtube-square fa-lg"></i> </a>
<a target="_blank" href="https://bitbucket.com/handycodejob" class="mdl-button mdl-js-button mdl-button--icon mdl-button--accent social-anchors"> <i class="fa fa-bitbucket-square fa-lg"></i> </a>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="drawer_title mdl-color--primary mdl-color-text--white"> Categories </div>
<div class="cat_links">
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="drawer_title mdl-color--primary mdl-color-text--white"> Tags
</div>
<div class="nav_links">
</div>
</div>
</div>
</div>
<main class="mblog mdl-layout__content">
<h1>Authors on Handy Code Job</h1>
<ul> </ul>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__right-section">
<div id="about">
Built using <a href="https://github.com/eswarm/materialistic-pelican">Materialistic Pelican</a> by <a href="http://eswarm.in">Eswar Malla</a>,
Powered by <a href="http://getpelican.com">Pelican</a>.
</div>
</div>
</footer>
</main>
</div>
<!--
<div class="mblog mdl-layout mdl-js-layout">
<main class="mdl-layout__content">
</main>
<div class="mdl-layout__obfuscator"></div>
</div>
-->
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script>
</body>
<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>
</html>