add organizers

This commit is contained in:
Alex Korzhikov
2021-03-22 20:44:47 +01:00
parent 0a37360b06
commit d4e1dc68d5
4 changed files with 22 additions and 36 deletions

View File

@@ -39,20 +39,6 @@
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!--
Default Theme Style
You can change the style.css (default color purple) to one of these styles
1. pink.css
2. blue.css
3. turquoise.css
4. orange.css
5. lightblue.css
6. brown.css
7. green.css
-->
<link rel="stylesheet" href="css/style5.css">
<!-- custom -->
<link rel="stylesheet" href="css/custom.css">
@@ -166,7 +152,7 @@
<h2 class="to-animate">About</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
<!-- <h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3> -->
</div>
</div>
</div>
@@ -174,40 +160,40 @@
<div class="row">
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person1.jpg" alt="Image"></figure>
<h3>Jean Smith</h3>
<span class="fh5co-position">Web Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<figure><img src="images/team/julien.jpeg" alt="Image"></figure>
<h3>Julien Lengrand-Lambert</h3>
<span class="fh5co-position">Tech Community Builder</span>
<p>Community Builder and Lead developer. I create 'islands' where engineers are the heroes</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
<li><a href="https://twitter.com/jlengrand"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/julienlengrand/"><i class="icon-linkedin"></i></a></li>
<li><a href="https://github.com/jlengrand"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person2.jpg" alt="Image"></figure>
<h3>Rob Smith</h3>
<span class="fh5co-position">Web Developer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<figure><img src="images/team/mikhail.jpeg" alt="Image"></figure>
<h3>Mikhail Kuznetcov</h3>
<span class="fh5co-position">IT Chapter Lead</span>
<p>Software engineer, teacher, team lead. Software architecture professional, events organiser</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-github"></i></a></li>
<li><a href="https://twitter.com/shershen08"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/michailkuznetcov/"><i class="icon-linkedin"></i></a></li>
<li><a href="https://github.com/shershen08"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person3.jpg" alt="Image"></figure>
<h3>Larry Ben</h3>
<span class="fh5co-position">Web Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<figure><img src="images/team/alex.png" alt="Image"></figure>
<h3>Alex Korzhikov</h3>
<span class="fh5co-position">Software Engineer</span>
<p>Team lead, instructor, speaker, mentor, and author of technical materials</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
<li><a href="https://twitter.com/AlexKorzhikov"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/julienlengrand/"><i class="icon-linkedin"></i></a></li>
<li><a href="https://github.com/korzio"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>