forked from st4ple/solid-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·22 lines (21 loc) · 1.04 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/about.jpg" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4>Who Am I</h4>
<p>Motivated, action-oriented technology enthusiast with experience on multiple industries designing cutting-edge Web API-centric applications.
Deep experience across entire product development cycle.
Strong development skills working with a wide range of open source technologies.
Successfully built remarkable technology teams accomplishing highly-scalable, mission critical systems.
LOVE working together with development team and clients, crafting innovative software solutions.</p>
<p><br/><a href="https://ar.linkedin.com/in/juancarloscancela" class="btn btn-theme">Contact Me</a></p>
</div>
</div><! --/row -->
</div><! --/container -->