Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-10-19 11:43:55 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-10-19 11:44:07 +0300
commit50adc58696284f5efc64bea2596d53c525fd8fb1 (patch)
tree7d1b68aae9723494f12669e863be686a0365bae9 /page-team.php
parentd0c210dc89617c883100718e35f74e57ee832ee4 (diff)
move Come up
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-team.php')
-rw-r--r--page-team.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/page-team.php b/page-team.php
index 694e3b58..00e56a10 100644
--- a/page-team.php
+++ b/page-team.php
@@ -599,6 +599,19 @@
</div>
<div class="col-md-4">
<div class="teamp">
+ <img class="img-responsive img-circle teamimg" alt="photo" src="<?php bloginfo('template_directory'); ?>/assets/img/people/come.jpg" />
+ <h2 class="teamname">Côme Chilliet</h2>
+ <div class="teammeta">
+ <h3 class="teamtitle">Software Engineer</h3>
+ <h4 class="teamexpertise">Server, LDAP</h4>
+ <h4 class="teamlocation">Lives in Lyon, France</h4>
+ <p class="teamsocial"><a href="https://github.com/come-nc"><i class="fa-github fa"></i></a></p>
+ </div>
+ <p class="teamdescription">Côme is a back-end developer and Free Software lover and user. He has been working on PHP server code for more than 8 years. He is the official maintainer of the PHP LDAP module because no one else on earth wanted to do it.</p>
+ </div>
+ </div>
+ <div class="col-md-4">
+ <div class="teamp">
<img class="img-responsive img-circle teamimg" alt="photo" src="<?php bloginfo('template_directory'); ?>/assets/img/people/daniel.jpg" />
<h2 class="teamname">Daniel Calviño Sánchez</h2>
<div class="teammeta">
@@ -884,18 +897,5 @@
<p class="teamdescription">Vincent is a full-stack software engineer with many years of experience in the open-source space. He's well-known for quickly finding bugs in various systems and his ability to debug deeply in unknown territories and also write extensive bug reports. He's now working in the Nextcloud server team using Vue.js, PHP and other technologies.</p>
</div>
</div>
- <div class="col-md-4">
- <div class="teamp">
- <img class="img-responsive img-circle teamimg" alt="photo" src="<?php bloginfo('template_directory'); ?>/assets/img/people/come.jpg" />
- <h2 class="teamname">Côme Chilliet</h2>
- <div class="teammeta">
- <h3 class="teamtitle">Software Engineer</h3>
- <h4 class="teamexpertise">Server, LDAP</h4>
- <h4 class="teamlocation">Lives in Lyon, France</h4>
- <p class="teamsocial"><a href="https://github.com/come-nc"><i class="fa-github fa"></i></a></p>
- </div>
- <p class="teamdescription">Côme is a back-end developer and Free Software lover and user. He has been working on PHP server code for more than 8 years. He is the official maintainer of the PHP LDAP module because no one else on earth wanted to do it.</p>
- </div>
- </div>
</div>
</section>