-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
85 lines (83 loc) · 4.03 KB
/
team.html
File metadata and controls
85 lines (83 loc) · 4.03 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
---
layout: default
title: The Symmetric Infinity Team
active_id: team
---
<section class="section alt" id="promo">
<div class="container">
<div class="hero-unit">
<h1>We make things happen</h1>
</div>
</div>
</section>
<section class="section" role="main">
<div class="container">
<div class="page-header">
<h1>Meet the team</h1>
</div>
<ul class="thumbnails bordered thumbnail-list">
<li class="span6" itemscope itemtype="http://data-vocabulary.org/Person">
<figure class="thumbnail-figure no-dim">
<img alt="" src="images/adam.png" />
<figcaption class="thumbnail-title">
<h3><span itemprop="name">Adam Duke</span></h3>
<p><span itemprop="title">Co-Founder</span></p>
</figcaption>
</figure>
<p>Adam's professional roots are in the enterprise world, working for such companies as Oracle, and Infor Global Solutions. Recently he has made a push into the startup and mobile worlds because of his passion for delivering value straight to end users.</p>
<div class="row-fluid">
<div>
<h4>Expertise</h4>
<ul class="icons">
<li><i class="icon-double-angle-right"></i>Push Notifications</li>
<li><i class="icon-double-angle-right"></i>iOS</li>
<li><i class="icon-double-angle-right"></i>API Design/Integration</li>
<li><i class="icon-double-angle-right"></i>Ruby/Rails</li>
<li><i class="icon-double-angle-right"></i>Analytics</li>
<li><i class="icon-double-angle-right"></i>TDD/BDD</li>
</ul>
<p></p>
<h4>On the web</h4>
<ul class="icons">
<li><i class="icon-envelope"></i><a href="mailto:adam@symmetricinfinity.com">adam@symmetricinfinity.com</a></li>
<li><i class="icon-globe"></i><a href="http://adamvduke.com">http://adamvduke.com</a></li>
<li><i class="icon-linkedin-sign"></i><a href="http://linkedin.com/in/adamduke">http://linkedin.com/in/adamduke</a></li>
<li><i class="icon-github-alt"></i><a href="https://github.com/adamvduke">https://github.com/adamvduke</a></li>
</ul>
</div>
</div>
</li>
<li class="span6" itemscope itemtype="http://data-vocabulary.org/Person">
<figure class="thumbnail-figure no-dim">
<img alt="" src="images/stefan.png" />
<figcaption class="thumbnail-title">
<h3><span itemprop="name">Stefan Natchev</span></h3>
<p><span itemprop="title">Co-Founder</span></p>
</figcaption>
</figure>
<p>Stefan has been a software contractor for small businesses and startups for the last 6 years. He works closely with founders and stakeholders to shape an idea into a finished product and service. His technical strengths are in server-side architecture.</p>
<div class="row-fluid">
<div>
<h4>Expertise</h4>
<ul class="icons">
<li><i class="icon-double-angle-right"></i>Push Notifications</li>
<li><i class="icon-double-angle-right"></i>API Design</li>
<li><i class="icon-double-angle-right"></i>Mobile Backed Infrastructure</li>
<li><i class="icon-double-angle-right"></i>Automated Testing and QA</li>
<li><i class="icon-double-angle-right"></i>3rd Party Integration</li>
<li><i class="icon-double-angle-right"></i>Ruby/Rails, iOS, Javascript</li>
</ul>
<p></p>
<h4>On the web</h4>
<ul class="icons">
<li><i class="icon-envelope"></i><a href="mailto:stefan@symmetricinfinity.com">stefan@symmetricinfinity.com</a></li>
<li><i class="icon-globe"></i><a href="http://snatchev.com">http://snatchev.com</a></li>
<li><i class="icon-linkedin-sign"></i><a href="http://linkedin.com/in/snatchev">http://linkedin.com/in/snatchev</a></li>
<li><i class="icon-github-alt"></i><a href="https://github.com/snatchev">https://github.com/snatchev</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</section>