-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathteam.php
More file actions
executable file
·35 lines (32 loc) · 1.24 KB
/
team.php
File metadata and controls
executable file
·35 lines (32 loc) · 1.24 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
<?php include('./header.php');?>
<!-- Team Members START -->
<div class="section-block-grey">
<div class="container">
<div class="section-heading center-holder">
<h3>Team</h3>
<p>We are first and foremost a team of enthusiasts,</p>
<p>and we are delighted to be able to provide you with a
complete tool like this.</p>
</div>
<div class="row mt-50 justify-content-md-center">
<div class="col-12 col-sm-6 col-lg-4">
<div class="team-member">
<div class="team-member-img">
<img src="img/team/kaisen.jpg" alt="img">
</div>
<div class="team-member-text">
<h4>Kevin Chevreuil<br><small>Kaisen</small></h4>
<span>Founder & project manager</span>
<p>Linux sysadmin, he is the founder of Kaisen Linux, blog and documentation editor.
He also takes care of the putting into production of updates of packages and repositories.</p>
<ul>
<li><a href="https://www.linkedin.com/in/kevinchevreuil/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team Members END -->
<?php include('./footer.php');?>