<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Ultimo Real Estate, Sydney, Suburb Profile Page</title> <meta name="author" content=" Paul Harvey paul.harvey23@studytafensw.edu.au " /> <link rel="stylesheet" href="ultimo_real_estate.css" /> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,700&display=swap" rel="stylesheet" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <div id="wrapper"> <div id="inner-wrapper"> <header> <a href="index.html"><img src="images/ure-logo-final.svg" width="250" height="160" alt="Ultimo Real Estate, Sydney, Australia" /></a> </header> <nav> <ul> <li><a href="index.html">Home</a></li> <li> <a href="property_of_the_week.html">Property of the Week</a> </li> <li><a href="buy_sell_rent.html">Buy/Sell/Rent</a></li> <li><a href="agents.html">Agents</a></li> <li> <a href="suburb_profile.html" id="current">Suburb Profile</a> </li> <li><a href="faq.html">FAQ</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> <hr /> <main> <h1>Suburb Profile</h1> <div id="profile"> <div id="ultimo-profile-image"> <img src="images/ultimo-main.jpg" width="706" height="554" alt="ultimo street view" /> </div> <div id="profile-thumb"> <img src="images/ultimo-city-1-thumb.jpg" width="270" height="180" alt="ultimo gin bar" /> <img src="images/ultimo-city-2-thumb.jpg" width="270" height="180" alt="ultimo street view" /> <img src="images/ultimo-city-3-thumb.jpg" width="270" height="180" alt="ultimo street view" /> </div> </div> <div class="information"> <h2>ULTIMO</h2> <h3>Ultimo Suburb Profile</h3> <hr /> <h4>What It Offers</h4> </div> <div id="suburb"> <div class="sub-p-div-1"> <p> Essentially an extended corner of the Sydney CBD, Ultimo differs slightly from absolute-central Sydney in its disproportionately high percentage of students which call it a temporary home. Ultra-convenient given its proximity to everything else within walking distance nearby, the suburb offers easy access to everything Sydney has to offer </p> </div> <div class="sub-p-div-2"> <p> Although the associated high prices, crowds and noise make it a definite choice for those who don’t need too much space or greenery to be satisfied, there are many aspects of this vibrant suburb that make it an excellent choice for those wishing to be central to transport links, access to the city and all it has to offer. </p> </div> </div> <!-- <div id="suburb-map"></div> --> </main> <hr /> <footer> <ul> <li>© Ultimo Real Estate 2021</li> <li> <a href="www.facebook.com/UltimoRealEstate" id="fb"><img src="images/facebook_logo_final1.png" width="30" height="30" alt="Ultimo Real Estate on Facebook" /></a> </li> <li> <a href="www.instagram.com/UltimoRealEstate" id="in"><img src="images/instagram_logo_final1.png" width="30" height="30" alt="Ultimo Real Estate on Instagram" /></a> </li> <li> <a href="www.twitter.com/UltimoRealEstate" id="tw"><img src="images/twitter_logo_final.png" width="30" height="30" alt="Ultimo Real Estate on Twitter" /></a> </li> <li><a href="legals.html">Legals</a></li> <li><a href="privacy.html">Privacy</a></li> <li><a href="sitemap.html">Site Map</a></li> </ul> </footer> </div> </div> </body> </html>