-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (85 loc) · 4.76 KB
/
index.html
File metadata and controls
201 lines (85 loc) · 4.76 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="generator" content="Hugo 0.20.6" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Don't panic">
<meta property="og:title" content="Abimael Martínez" />
<meta property="og:description" content="Don't panic" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://abijr.com/" />
<meta property="og:updated_time" content="2017-04-30T21:19:59-05:00"/>
<title>
Abimael Martínez
</title>
<link rel="canonical" href="http://abijr.com/">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/styles/default.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu+Mono:400,400i,700,700i|Raleway:500">
<link rel="stylesheet" href="http://abijr.com/css/reset.css?t=2017-05-01%2016%3a53%3a11.399068398%20-0500%20CDT">
<link rel="stylesheet" href="http://abijr.com/css/pygments.css?t=2017-05-01%2016%3a53%3a11.399068398%20-0500%20CDT">
<link rel="stylesheet" href="http://abijr.com/css/main.css?t=2017-05-01%2016%3a53%3a11.399068398%20-0500%20CDT">
<link rel="shortcut icon"
href="http://abijr.com/img/favicon.ico"
>
<link href="http://abijr.com/index.xml" rel="alternate" type="application/rss+xml" title="Abimael Martínez" />
</head>
<body lang="en">
<section class="header">
<div class="container">
<div class="content">
<a href="http://abijr.com/"><img class="avatar" src="http://abijr.com/img/avatar.png" srcset="http://abijr.com/img/avatar.png 1x"></a>
<a href="http://abijr.com/"><div class="name">Abimael Martínez</div></a>
<nav>
<ul>
<li class="nav-blog"><a href="http://abijr.com/blog/"><span>Blog</span></a></li>
<li class="nav-about"><a href="http://abijr.com/about/"><span>About</span></a></li>
<li class="nav-code"><a href="http://abijr.com/code/"><span>Code</span></a></li>
</ul>
</nav>
</div>
</div>
</section>
<section class="icons">
<div class="container">
<div class="content">
<a href="//github.com/abijr" target="_blank" rel="noopener"><img class="icon" src="http://abijr.com/img/github.svg" alt="github" /></a>
<a href="//linkedin.com/in/abimael" target="_blank" rel="noopener"><img class="icon" src="http://abijr.com/img/linkedin.svg" alt="linkedin" /></a>
<a href="mailto:abijr.mtz@gmail.com"><img class="icon" src="http://abijr.com/img/email.svg" alt="email" /></a>
<a href="http://abijr.com/index.xml"><img class="icon" src="http://abijr.com/img/rss.svg" alt="rss" /></a>
</div>
</div>
</section>
<section class="main">
<div class="container">
<div class="content">
<div class="page-heading">Latest Posts</div>
<ul>
<li class="post-item">
<span class="meta"><time datetime='2017-04-30T21:19:59-05:00'>Apr 30, 2017</time></span>
<a href="http://abijr.com/blog/golang-and-the-next-gen-build-tools/"><span>Golang and the Next-Gen Build Tools</span></a>
</li>
<li class="post-item">
<span class="meta"><time datetime='2015-05-03T19:34:35-05:00'>May 3, 2015</time></span>
<a href="http://abijr.com/blog/a-continuous-deployment-workflow-draft/"><span>A Continuous Deployment Workflow Draft</span></a>
</li>
</ul>
</div>
</div>
</section>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-98404805-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
</script>
</body>
</html>