-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (53 loc) · 2.57 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
---
layout: bootstrap
title: Aaron Bery
---
<div class="row">
<div class="col-md-6">
<h3>Latest Posts</h3>
<div class="col-md-12">
{% include latest-posts.html %}
</div>
</div>
<div class="col-md-6">
<h3>Contact me</h3>
<div class="col-md-12">
<p>
As of May 20th 2016 I'm available for contract work. If you have any upcoming projects requiring Backbone.js, AngularJS or any of front end trending skill I would love to hear from you.
</p>
<p>
<a class="btn btn-default" href="mailto:aaronaldo99@gmail.com" role="button">Go »</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>What I've worked on</h3>
<div class="col-md-4">
{% include portfolio-description.html %}
</div>
<div class="col-md-8">
{% include portfolio-carousel.html %}
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3 id="about">About me</h3>
<div class="col-md-12">
<img src="/assets/images/me.jpg" class="image-responsive image-responsive--small" align="right" />
<p>
I am a front end developer at University College London who specializes in single page JavaScript applications and building well architected front end projects using task runners such as Grunt. I am currently working on a range of exciting technologies and applications that comprise the university's growing and evolving web presence. I also possess strong skills in SASS, CSS, XHTML with years of experience in a number of backend technologies such as CFML.
</p><p>
I am the leading developer on UCL’s responsive framework Indigo that can be found publicly on Github, pioneering a number of the frameworks most valuable functionality along with key input on the configuration of the core architecture.
</p><p>
I have produced a number of single page applications using a variety of Javascript frameworks throughout my career. These include the University prospectus for Life Learning and the Institute of Education both written in Backbone JS. I am also in the process of completing the UCL Transport Institutes ‘Find an expert’ CRM integration which uses the framework Angular JS which also integrates with our researcher API.
</p><p>
I’m currently spending my R&D time researching and experimenting with React Js and ECMAScript 2015 with a long term goal to implement both to in our future web apps.
</div>
</div>
</div>
<div class="row row--disclaimer-footer">
{% include footer-bootstrap.html %}
</div>