Skip to content

Instantly share code, notes, and snippets.

@HysMagus
Created October 19, 2017 18:31
Show Gist options
  • Save HysMagus/ee243b31a0203ca9489cbb6fcc18eb6e to your computer and use it in GitHub Desktop.
Save HysMagus/ee243b31a0203ca9489cbb6fcc18eb6e to your computer and use it in GitHub Desktop.
Team HTML
<div class="container">
<div class="row">
<div class="heading-title text-center">
<h3 class="text-uppercase">Our professionals </h3>
<p class="p-top-30 half-txt">Check Out Our Awesome Team of Pro's</p>
</div>
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="images/img1.jpg" alt="team member" class="img-responsive">
</div>
<div class="team-hover">
<div class="desk">
<h4>Founder and CEO</h4>
<p>Kamish is one of the Founders and the CEO, he specializes in communication and development from Social Media Personalities to Clients.</p>
</div>
<div class="s-link">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/kamish-rehmuthulla-7922729a/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="team-title">
<h5>Kamish R</h5>
<span>founder & ceo</span>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="images/img2.jpg" alt="team member" class="img-responsive">
</div>
<div class="team-hover">
<div class="desk">
<h4>CITO and Blockchain Analyst</h4>
<p>Rasikh is the CITO, a founder, and a expert in blockchain security, marketing and python automation.</p>
</div>
<div class="s-link">
<a href="http://rasikhmorani.com"><i class="fa fa-star"></i></a>
<a href="https://twitter.com/rasikhmorani"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/rasikh-morani-93802a58/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="team-title">
<h5>Rasikh M</h5>
<span>CITO and Blockchain Security Analyst</span>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="images/img3.jpg" alt="team member" class="img-responsive">
</div>
<div class="team-hover">
<div class="desk">
<h4>Chief Design Coordinator</h4>
<p>Joe is the vision behind the group and a founding member. He is highly experienced in human psychology which contributes to creativity in the field of audiovisual content creation for advertising and branding.</p>
</div>
<div class="s-link">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/cryptosays"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
<div class="team-title">
<h5>Joe E.</h5>
<span>Chief Design Coordinator</span>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment