forked from joaool/MotherGithub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_about-us.html
36 lines (36 loc) · 3.15 KB
/
_about-us.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
<div id="_about-us">
<div class="jumbotron">
<div class="container">
<h1>About US</h1>
<p>The FrameLink founders</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-4">
<img src="FL_ui/img/joaool.jpg" style="height:110px;" id="pic_joaool" class="img-responsive" />
</div>
<div class="col-xs-4">
<img src="FL_ui/img/miguelo.jpg" style="height:110px;" id="pic_miguelol" class="img-responsive" />
</div>
<div class="col-xs-4">
<img src="FL_ui/img/nico.jpg" style="height:110px;" id="pic_nico" class="img-responsive" />
</div>
<div class="col-md-4">
<h1>João Oliveira</h1>
<p>Joao has over 30 years experience in several companies in the software industry. With a Civil Engineer background, he began his Software career developing Finite Element Software for Structural Engineering Projects. After a Master of Science in Information Management at Sheffield University (UK), he joined Cap Gemini as Software Engineering Director. Later on, he joined Microsoft launching “Microsoft Consulting Services” Portugal and then moving to the Platform and Evangelism Division. After 15 years with Microsoft, Joao was invited to Glintt - 2nd main IT company in Portugal - to lead its international business as Executive Board member of 4 software companies in Spain and Angola.</p>
<p> Joao lives in Portugal playing piano in his Jazz Band and reading Philosophy of Mind books.</p>
</div>
<div class="col-md-4">
<h1>Miguel Oliveira</h1>
<p>Miguel has a long IT career, developing software projects for several industries in the Netherlands. He left UNISYS to launch his own company - Micro Consult Nederland, specialized in the production and publishing of software development tools.Later on, Miguel was invited to join the software agency responsible for the development and maintenance of software for the Dutch Home Ministry, where he developed extensive tooling to support the development of key internal agency projects. Miguel conceived and developed the Framelink web server, using an unified interface for all remote server requests and a configurable centralized system to define all database requests.</p>
<p>Miguel lives near the city of Leiden (Netherlands) and is a do-it-yourself minded person when trying to solve day to day problems.</p>
</div>
<div class="col-md-4">
<h1>Nico Cuvillier</h1>
<p>After a long experience in development projects, Nicolas centered his expertise in Databases. He worked 11 years to Microsoft Corporation, as the main responsible for the SQLServer technical consulting in the EMEA - Europe Middle East and Africa – region. In FrameLink project, Nicolas assures the architecture and the responsiveness of the FrameLink database.
<p> Nicolas works from Andorra where he is living with his family since 2009. Outside work, Nicolas is an experienced sailor that crossed the Atlantic Ocean several times and more recently a passionate by Harley Davindson’s motorcycles.</p>
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- _about-us -->