-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
390 lines (256 loc) · 11.4 KB
/
index.html
File metadata and controls
390 lines (256 loc) · 11.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aron Bury - Founder, Engineering Leadership</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo.ico" type="image/x-icon">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<!--
- #MAIN
-->
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/images/avatar.png" alt="Aron Bury" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Aron Bury">Aron Bury</h1>
<p class="title">Engineering Leadership</p>
</div>
<button class="info_more-btn" data-sidebar-btn>
<span>Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="#" class="contact-link">hi[at]aronbury.com</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Melbourne, Australia</address>
</div>
</li>
</ul>
</div>
</aside>
<!--
- #main-content
-->
<div class="main-content">
<!--
- #NAVBAR
-->
<!--
- #ABOUT
-->
<article class="about active" data-page="about">
<header>
<h2 class="h2 article-title">About me</h2>
</header>
<section class="about-text">
<p>
I love seeing how software can empower people, and for the last 11 years I’ve brought the worlds of Engineering and Business together to design and build great software products.
</p>
<p>
As a developer I’ve worked across the stack in Ruby, Node, React, React Native, CI/CD, I’ve built traditional monolithic servers, native mobile clients and serverless.
</p>
<p>
As a Founder and Tech Lead I’ve hired and worked with amazing teams to design, build and scale systems for startups, small business and enterprise. I utilise Extreme programming to write clean, sustainable code that ultimately translates into a product that not only provides value and joy to it’s users, but can also evolve as the businesses needs inevitably change.
</p>
</section>
<!--
- service
-->
<section class="service">
<h3 class="h3 service-title">What I do</h3>
<ul class="service-list">
<li class="service-item">
<div class="service-icon-box">
<img src="./assets/images/icon-design.svg
" alt="design icon" width="40">
</div>
<div class="service-content-box">
<h4 class="h4 service-item-title">Rapid SaaS development</h4>
<!-- <p class="service-item-text">
I've built and sold by own Saas
</p> -->
</div>
</li>
<li class="service-item">
<div class="service-icon-box">
<img src="./assets/images/icon-dev.svg" alt="Web development icon" width="40">
</div>
<div class="service-content-box">
<h4 class="h4 service-item-title">Fractional CTO</h4>
<!-- <p class="service-item-text">
Lorium ipsum dolor Sit Amet
</p> -->
</div>
</li>
<li class="service-item">
<div class="service-icon-box">
<img src="./assets/images/icon-cloud.svg" alt="AWS icon" width="40">
</div>
<div class="service-content-box">
<h4 class="h4 service-item-title">AWS Cloud Engineering</h4>
<!-- <p class="service-item-text">
Lorium ipsum dolor Sit Amet
</p> -->
</div>
</li>
<li class="service-item">
<div class="service-icon-box">
<img src="./assets/images/icon-development.svg" alt="AWS icon" width="40">
</div>
<div class="service-content-box">
<h4 class="h4 service-item-title">Full Stack Development</h4>
<!-- <p class="service-item-text">
Lorium ipsum dolor Sit Amet
</p> -->
</div>
</li>
</ul>
</section>
<!--
- testimonials
-->
<section class="testimonials">
<h3 class="h3 testimonials-title">Testimonials</h3>
<ul class="testimonials-list has-scrollbar">
<li class="testimonials-item">
<div class="content-card" data-testimonials-item>
<h4 class="h4 testimonials-item-title" data-testimonials-title>Andrew Moroney</h4>
<div class="testimonials-text" data-testimonials-text>
<p>
Aron’s ability to speak at a deeply technical level with client IT resources is valuable in moving through complex and ambiguous technical environments, however he is also able to consistently translate this language for non-technical clients, explaining things in a common-sense manner that gives him a strong level of versatility.
</p>
</div>
</div>
</li>
<li class="testimonials-item">
<div class="content-card" data-testimonials-item>
<h4 class="h4 testimonials-item-title" data-testimonials-title>Andrew Powell</h4>
<div class="testimonials-text" data-testimonials-text>
<p>
Aron joined the company early on, during a period of significant growth, and swiftly implemented tools and processes which vastly improved the consistency and efficiency with which the Engineering team were able to work. <br /><br /> His ability to rapidly scope and plan work resulted in a clear, shareable Engineering deliverables and timeframes, improving communication with non-Engineering team members and resulting in a better service overall to CoinJar's users. Outages and downtime became all but obsolete under Aron's lead.
</p>
</div>
</div>
</li>
<li class="testimonials-item">
<div class="content-card" data-testimonials-item>
<h4 class="h4 testimonials-item-title" data-testimonials-title>Rowan Castan</h4>
<div class="testimonials-text" data-testimonials-text>
<p>
Within a handful of weeks the team had turned around. Aron assisted in the hiring of new developers and was hands on in every aspect of the dev team that needed assistance. His breadth of knowledge and no-BS let's get it done attitude kept everyone including myself focussed and in check. <br /><br />We quickly developed a larger dev team and became a well oiled machine understanding where time and energy was being wasted and how to minimise it and keep on task.
</p>
</div>
</div>
</li>
<li class="testimonials-item">
<div class="content-card" data-testimonials-item>
<h4 class="h4 testimonials-item-title" data-testimonials-title>PK Heng</h4>
<div class="testimonials-text" data-testimonials-text>
<p>
As a leader Aron has made me question my approach to programming as well as work life and has truly been an inspiration to strive for excellence. He is constantly reviewing best practises ensuring that the mobile team’s output is both quality and efficient. Some examples of this include TDD and continuous integration, both been introduced under his guidance.
</p>
</div>
</div>
</li>
</ul>
</section>
<!--
- testimonials modal
-->
<div class="modal-container" data-modal-container>
<div class="overlay" data-overlay></div>
<section class="testimonials-modal">
<button class="modal-close-btn" data-modal-close-btn>
<ion-icon name="close-outline"></ion-icon>
</button>
<div class="modal-img-wrapper">
<img src="./assets/images/icon-quote.svg" alt="quote icon">
</div>
<div class="modal-content">
<h4 class="h3 modal-title" data-modal-title>Daniel lewis</h4>
<time datetime="2021-06-14">14 June, 2021</time>
<div data-modal-text>
<p>
Richard was hired to create a corporate identity. We were very pleased with the work done. She has a
lot of experience
and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt
consectetur adipiscing
elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia.
</p>
</div>
</div>
</section>
</div>
<!--
- clients
-->
<section class="clients">
<h3 class="h3 clients-title">Teams I've worked with</h3>
<ul class="clients-list has-scrollbar">
<li class="clients-item">
<img src="./assets/images/coinjar_logo.png" alt="client logo">
</li>
<li class="clients-item">
<img src="./assets/images/vanguard_logo.png" alt="client logo">
</li>
<li class="clients-item">
<img src="./assets/images/telstra_logo.png" alt="client logo">
</li>
<li class="clients-item">
<img src="./assets/images/trend_rocket_logo.png" alt="client logo">
</li>
<li class="clients-item">
<img src="./assets/images/stax_logo.png" alt="client logo">
</li>
</ul>
</section>
</article>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>