How to add a hotel item?


Here is the markup for a hotel item.

<div class="column medium-6 large-4">
    <div class="wrapper mb30 pr ovh ac">
        <div class="hotel-item pr al wrapper inline">
            <div class="hotel-thumb"><img src="img/theme/hotels/hotel-image.jpg" alt=""></div>
            <div class="hotel-details wrapper pa fullwidth left bottom zil">
                <div class="wrapper aj pl20 pr20 pb10 pt10 info-item">
                    <h3 class="hotel-title inline vam text ttu fw3 fz4 lh1">Hotel name</h3>

                    <div class="wrapper inline vam hotel-rating" data-stars="5">
                        <span class="star-item fa"></span>
                        <span class="star-item fa"></span>
                        <span class="star-item fa"></span>
                        <span class="star-item fa"></span>
                        <span class="star-item fa"></span>
                    </div>

                </div>
                <div class="wrapper pl20 pr20 info-item features-list">
                    <!-- Hotels feauture item -->
                    <div class="wrapper features-item inline">
                        <span class="fa fa-phone"></span>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
Tags: change, hotel

Last update:
2015-01-09 08:57
Author:
Daniel Verejan
Revision:
1.0
Average rating:0 (0 Votes)