Live demo
Real Estate listing
$1,500,000 1220-32 N Howard St
But we’ve met before. That was a long time ago, I was a kid at St. Swithin’s, It used to be funded by the Wayne Foundation. It’s an orphanage. My mum died when I was small, it was a car accident. I don’t remember it. My dad got shot a couple of years later for a gambling debt. Oh I remember that one just fine. Not a lot of people know what it feels like to be angry in your bones.
Every man who has lotted here over the centuries, has looked up to the light and imagined climbing to freedom. So easy, so simple! And like shipwrecked men turning to seawater foregoing uncontrollable thirst, many have died trying. And then here there can be no true despair without hope. So as I terrorize Gotham, I will feed its people hope to poison their souls.
They send the angry kid to a boy’s home, I figured it out too late. Yeah I learned to hide the anger, and practice smiling in the mirror. It’s like putting on a mask. So you showed up this one day, in a cool car, pretty girl on your arm. We were so excited! Bruce Wayne, a billionaire orphan? We used to make up stories about you man, legends and you know with the other kids.
But we’ve met before. That was a long time ago, I was a kid at St. Swithin’s, It used to be funded by the Wayne Foundation. It’s an orphanage. My mum died when I was small, it was a car accident. I don’t remember it. My dad got shot a couple of years later for a gambling debt. Oh I remember that one just fine. Not a lot of people know what it feels like to be angry in your bones. I mean they understand.
Markup
<?php
/**
* @package Joomla.Site
* @subpackage mod_articles_category
* @Author web-eau.net
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<div class="container">
<div class="row">
<?php foreach ($list as $item) : ?>
<div class="card col-md-12 mt-2 mb-1">
<div class="row ">
<div class="col-md-4">
<?php
$article_images = json_decode($item->images);
$article_image = '';
$article_image_alt = '';
if(isset($article_images->image_intro) && !empty($article_images->image_intro)) {
$article_image = $article_images->image_intro;
$article_image_alt = $article_images->image_intro_alt;
}?>
<a href="/<?php echo $item->link; ?>" target="_parent">
<img class="card-img-top py-3" src="/<?php echo $article_image; ?>" alt="<?php echo $article_image_alt; ?>" />
</a>
</div>
<div class="col-md-8">
<div class="card-block">
<p class="pb-1">
<a href="#" target="_parent"><span class="h3"><?php echo $article_image_alt; ?></span> <span style="float:right" class="text-right"><small class="text-muted"><?php echo $item->title; ?></small></span></a>
</p>
<div class="row pb-3">
<?php $item->urls = new JRegistry($item->urls); ?>
<div class="col-7 text-muted"><?php echo $item->urls->get('urlatext'); ?><span class="px-3"> | </span><?php echo $item->urls->get('urlbtext'); ?><span class="px-3"> | </span><?php echo $item->urls->get('urlctext'); ?></div><div class="col-5"></div>
</div>
<p class="d-none d-sm-block"><?php echo $item->displayIntrotext; ?></p>
</div>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
Inspiration: https://bootsnipp.com/snippets/29o2