Skip to content

Commit

Permalink
add speaker, more info
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhovov committed Sep 10, 2013
1 parent 8b76812 commit d30b6f8
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
Binary file added public/images/data-2013/photos/2-3-b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/data-2013/photos/2-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions views/data-2013/about.erb
Expand Up @@ -118,8 +118,18 @@
</div>




<div class="span4">
<img class="speaker_pht pull-left" src="/images/<%= settings.conf %>/photos/2-3-b.png"/>
<p>
Introduction to MongoDB: write your first NoSQL blog
</p>
<p class='author'>
<!-- <a href="/slides/<%= settings.conf %>/" target="_blank"><i class="icon-download-alt"></i></a> -->
<!-- <a href="#" target="_blank"><i class="icon-film"></i></a> -->
<a href="speakers#Maksym.Palamarenko">Maksym Palamarenko</a>
</p>
</div>




Expand Down
34 changes: 33 additions & 1 deletion views/data-2013/speakers.erb
Expand Up @@ -148,7 +148,8 @@

<h3>Denis Reznik <!-- <small>Technology Consultant</small> --></h3>
<p>
Database Architect at The Frayman Group
Denis is Senior Database Architect at The Frayman Group. He enjoys developing complex data processing solutions. He has experience in the development of highly scalable SQL Server and SQL Azure based projects.<br>
With core competencies of technology & feasibility, user experience, usability, mobility, cloud & security, virtualization, and enterprise architecture Vasyl Mylko is a leader in cutting edge mobile technology
</p>
</div>
<div class="span4 alert alert-block topic">
Expand Down Expand Up @@ -267,6 +268,37 @@
</div>
</div>
</div>

<div class="row">
<div class="span12" id="Maksym.Palamarenko">
<div class="span2 photo">
<img class="img-rounded" src="/images/<%= settings.conf %>/photos/2-3.png"/>
<div class="links">
<!-- <a href="" target="_blank"><i class="icon-facebook"></i></a> -->
<!-- <a href="mailto:vbash@softserveinc.com"><i class="icon-envelope"></i></a> -->
</div>
</div>
<div class="span5 about">

<h3> Maksym Palamarenko <small> </small></h3>
<p>
I am a C++/.NET engeneer and work currently with Helthcare client. I have experince of working both with MS SQL and Oracle, but recent blow of Big Data and non SQL databases attracted my attention. I decided to give it a try and share results with you.
</p>
</div>
<div class="span4 alert alert-block topic">
<i class="box-caret"></i>
<div class="links">
<!-- <a href="/slides/<%= settings.conf %>/" target="_blank"><i class="icon-download-alt"></i></a> -->
<!-- <a href="#" target="_blank"><i class="icon-film"></i></a> -->
</div>
<h4> Introduction to MongoDB: write your first NoSQL blog </h4>
<p>

<p>
<!-- <div class="label"> .. </div> -->
</div>
</div>
</div>



Expand Down

0 comments on commit d30b6f8

Please sign in to comment.