Example #1
0
							Susan Barkley
						</h4>
						<p>
							"The Sale Quick team did an outstanding job helping me buy my first home. The high level of service and dedication to seeing things done the right way is what I look for in an agent. The Sale Quick team delivered on that expectation and I would highly recommend them to anyone who is in the market to buy a home."
						</p>
					</div>
				</div>
				<div class="testimonial-wrapper">
					<div class="testimonial__image" style="background-image: url(http://wpestatetheme.org/wp-content/uploads/2013/05/profile-testimonial2.jpg);"></div>
					<div class="testimonial__description">
						<h4>
							Lisa Simpson
						</h4>
						<p>
							"We hired the Sale Quick team as our buyer agent because they are specifically trained in Short Sale Foreclosure transactions. All in all I have no doubt that we would have failed to close without an experienced representative such as the professionals at Sale Quick working for us, and we are very grateful for all they did."
						</p>
					</div>
				</div>
			</div>			
		</div>
		
        

		<div class="layout__col layout__col--small layout__col--second">
            <?php 
echo get_mortgage_calculator();
?>
		</div>			
	</div>
</section>
Example #2
0
							<div class="universal_line-wrapper">
								<span>Your Message</span>
								<textarea placeholder="Message" rows="8" cols="45" name="contact[message]"></textarea>
							</div>
							<div class="universal_line-wrapper">
								<input class="agent__contact-submit universal-button" type="submit" name="submit" value="Send">
							</div>
						</form>					
					</div>					
				</div>
			</div>
			
			
            <!-- Mortgage calculator -->
            <?php 
echo get_mortgage_calculator(['amount' => ceil($property->price), 'template' => "property_mortgage_calculator.php"]);
?>
		</div>
        
		<div class="layout__col layout__col-half layout__col_half--second">
			<h2 class="property__price">$<?php 
echo number_format(ceil($property->price));
?>
 </h2>
			<p class="property__placed">Placed <?php 
echo $property->publish_date;
?>
</p> 
			<div class="property__description property__description--big">
				<ul>
					<li><?php