-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (26 loc) · 1007 Bytes
/
about.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
---
layout: default
permalink: /about/
image: /assets/img/avatar.png
---
<div class="container about">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="row">
<div class="col-md-4 text-center">
<img src="/assets/img/avatar.png" class="rounded-circle img-fluid mx-auto d-block avatar">
</div>
<div class="col-md-8">
<h4>About me</h4>
<p>
I'm Ryan James, a Solution Architect with {{ site.time | date: "%Y" | minus: 2010 }} years of experience, based in Auckland, New Zealand.
</p>
<p class="mb-0">
I specialize in building custom Dataverse, Power Apps Portals, and Azure solutions, along with DevOps pipelines for businesses of all sizes.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- {%- include resume.html -%} -->