Example #1
0
            <div class="col-md-10 card-right">
                <p>Hi John, Running slightly behind schedule but I will be with you by 2:30 today.</p>
                <p>James</p>
            </div>
            <p class="strapline">Posted by James Smith on 14 December 2015 at 10:25.</p>
        </div>
    </div>
    <div class="card">
        <div class="row">
            <div class="col-md-2 card-left">
                <div class="profile-circle landlord">L</div>
                <p>Landlord</p>
            </div>
            <div class="col-md-9 card-right">
                <form class="" action="#" method="post">
                    <div class="row">
                        <label for="description">Responses are seen by the tenant, agent &amp; contractors.</label>
                        <textarea placeholder="" name="description" id="description" rows="4"></textarea>
                    </div>
                    <div class="row view-submit">
                        <input class="button-landlord" type="submit" value="Submit">
                    </div>
                </form>
            </div>
        </div>
    </div>
</div>

<?php 
footer::all();