-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (102 loc) · 4.58 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title> Conor Flannigan</title>
<meta name="description" content="Conor Flannigan is a software engineer living in Berkeley, CA filling his brain with knowledge at Hack Reactor.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="/css/main.css">
<!--Favicon-->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<!-- Canonical -->
<link rel="canonical" href="http://example.com/">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="Conor Flannigan" href="http://example.com/feed.xml" />
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css">
<!-- Google Analytics -->
</head>
<body>
<header class="site-header">
<div class="branding">
<a href="/">
<img class="avatar" src="https://secure.gravatar.com/avatar/5fcfc346d883ff8baee77c38f5dd5d6b?s=100" alt=""/>
</a>
<h1 class="site-title">
<a href="/">Conor Flannigan</a>
</h1>
</div>
<nav class="site-nav">
<ul>
<li>
<a class="page-link" href="/about/">About</a>
</li>
<!-- Social icons from Font Awesome, if enabled -->
<li>
<a href="https://github.com/cflann" title="Follow on GitHub">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
</ul>
</nav>
</header>
<div class="content">
<div class="home">
<div class="call-out"><blockquote class="header_quote"><em>"Harry, I have no idea where this will lead us, but I have a definite feeling it will be a place both wonderful and strange."</em></blockquote>
<p style="text-align:right">Dale Cooper, <em>Twin Peaks</em></p>
</div>
<div class="posts">
<div class="post-teaser">
<header>
<h1>
<a class="post-link" href="/2015/03/13/running-ionic-app-on-android.html">Running your Ionic app on an Android device (OS X)</a>
</h1>
<p class="meta">March 13, 2015</p>
</header>
<div class="excerpt">
<p>While developing a mobile app, chances are you will eventually hit a point where you need to test things out on an actual device. Here’s a quick primer on how to get your Ionic app up and running on an android smartphone. </p>
<a class="button" href="/2015/03/13/running-ionic-app-on-android.html">Continue reading</a>
</div>
</div>
<div class="post-teaser">
<header>
<h1>
<a class="post-link" href="/2015/02/25/cs-reading-list.html">CS Reading List</a>
</h1>
<p class="meta">February 25, 2015</p>
</header>
<div class="excerpt">
<h2 id="introduction">Introduction</h2>
<p>I’ve put together this list in an effort to organize my self-guided study of specific CS topics. It is not meant to be comprehensive in any way, but rather focuses on a select few topics that happen to have caught my interest. I’ve read just a few of the texts listed, but have plans to work through most of them eventually. Feel free to suggest any changes to the list.</p>
<a class="button" href="/2015/02/25/cs-reading-list.html">Continue reading</a>
</div>
</div>
<div class="post-teaser">
<header>
<h1>
<a class="post-link" href="/2015/02/16/hack-reactor-chapter-one.html">Chapter One - Getting started at Hack Reactor</a>
</h1>
<p class="meta">February 16, 2015</p>
</header>
<div class="excerpt">
<p>Hello World! If you’ve somehow stumbled onto this page, welcome to my totally
cliched debut into the blogosphere. I’ll avoid the boring “this is what I’ll be
blogging about” / “why you should care about my blog” stuff and talk instead
about something that someone other than myself may (hopefully) find
interesting, i.e. my first few weeks at
<a href="http://www.hackreactor.com">Hack Reactor</a>.</p>
<a class="button" href="/2015/02/16/hack-reactor-chapter-one.html">Continue reading</a>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<p class="text">Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://rohanchandra.github.io/project/type/">Type Theme</a>
</p>
</footer>
</body>
</html>