-
AuthorPosts
-
February 19, 2014 at 7:06 pm #194974
Hello there!
I am a total novice on Joomla, could you please tell me how the “Our Team” page was constructed on the main Purity III template demo on the website? This was one of the main attractions for me, I see myself using this feature strongly and will need to be able to know the functionality and capabilities.
Regards
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 7:16 pm #523484What do you mean by “how it was constructed?”
What is it you are hoping/wanting to accomplish with your Purity III based site?
February 19, 2014 at 7:23 pm #523486By constructed I am talking about the circle profiles with the social media Twitter links underneath? I would be interested in implementing this in the frameworks of my website by enabling me to show my authors who work under the company and possibly direct users onto their blog by clicking the image.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 21, 2014 at 4:22 am #523688@ MrWilson,
Do you mean this typo page? http://joomla-templates.joomlart.com/purity_iii/index.php/typography/typo-page/our-team
This page has menu item type Single Article and displays an article named Our team. Here is its content:
<div class="our-team">
<div class="page-header">
<h1 class="text-center">Welcome to our team</h1>
</div>
<p class="lead text-center">
Quis non leo condimentum lacinia vestibulum justo malesuada Sed non pellentesque. Enim neque tortor mattis sed semper lorem tellus Phasellus eu nonummy. Vel Vestibulum leo hendrerit et mauris vitae consequat sem rutrum hac. Phasellus id cursus malesuada libero dui Morbi senectus diam gravida Vestibulum.
</p>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-1.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Sean Thomas</h3>
<p>Senior Designer</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div><div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-2.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Bennie Moran</h3>
<p>Developer</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div><div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-3.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Nicholas Mitchell</h3>
<p>Developer</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div><div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-4.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Nicholas Mitchell</h3>
<p>Designer.</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div><div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-5.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Sean Thomas</h3>
<p>Tester</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div><div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-6.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Bennie Moran</h3>
<p>Senior Project Manager</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div><div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-7.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Nicholas Mitchell</h3>
<p>Project manager</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="images/joomlart/corporate/staff-8.jpg" alt="Sample image" class="img-circle" />
<div class="caption">
<h3>Nicholas Mitchell</h3>
<p>Community manager.</p>
<p>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-facebook"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-twitter"></i></a>
<a role="button" class="btn btn-default" href="#"><i class="fa fa-google-plus"></i></a>
</p>
</div>
</div>
</div>
</div>
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Saguaros 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum