Commit 9a4b180b by Pavle Opric

Iskljucen automatski redirekt na login

parent 5b82cc59
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
...@@ -15,4 +15,7 @@ ...@@ -15,4 +15,7 @@
<module name="registration-login-spring-boot-security-thymeleaf" options="-parameters" /> <module name="registration-login-spring-boot-security-thymeleaf" options="-parameters" />
</option> </option>
</component> </component>
<component name="TypeScriptCompiler">
<option name="recompileOnChanges" value="true" />
</component>
</project> </project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="Encoding"> <component name="Encoding" addBOMForNewFiles="with NO BOM">
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$" charset="UTF-8" />
</component> </component>
</project> </project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
</project>
\ No newline at end of file
...@@ -8,5 +8,7 @@ ...@@ -8,5 +8,7 @@
</list> </list>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_18" default="true" project-jdk-name="18" project-jdk-type="JavaSDK" /> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project> </project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
</component> </component>
</project> </project>
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" <html lang="en">
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"> <head>
<head> <title>Royal Estate - Free Bootstrap 4 Template by Colorlib</title>
<meta charset="ISO-8859-1"> <meta charset="utf-8">
<title>Registration and Login App</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" <link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
crossorigin="anonymous"> <link rel="stylesheet" href="css/animate.css">
</head> <link rel="stylesheet" href="css/owl.carousel.min.css">
<body> <link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- create navigation bar ( header) --> <link rel="stylesheet" href="css/magnific-popup.css">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container"> <link rel="stylesheet" href="css/aos.css">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" <link rel="stylesheet" href="css/ionicons.min.css">
data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar"> <link rel="stylesheet" href="css/bootstrap-datepicker.css">
<span class="sr-only">Toggle navigation</span> <span <link rel="stylesheet" href="css/jquery.timepicker.css">
class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button> <link rel="stylesheet" href="css/flaticon.css">
<a class="navbar-brand" href="#" th:href="@{/}">Home page</a> <link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="top">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col">
<p class="social d-flex">
<a href="#"><span class="icon-facebook"></span></a>
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-google"></span></a>
<a href="#"><span class="icon-pinterest"></span></a>
</p>
</div>
<div class="col d-flex justify-content-end">
<p class="num"><span class="icon-phone"></span> + 1700 12345 6789</p>
</div>
</div>
</div>
</div> </div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav"> <nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<li sec:authorize="isAuthenticated()"><a th:href="@{/logout}">Odjavi me</a></li> <div class="container">
<a class="navbar-brand" href="index.html">Royal<span>estate</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="property.html" class="nav-link">Property</a></li>
<li class="nav-item"><a href="agents.html" class="nav-link">Agents</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
<li class="nav-item cta"><a href="contact.html" class="nav-link ml-lg-2"><span class="icon-user"></span> Sign-In</a></li>
<li class="nav-item cta cta-colored"><a href="contact.html" class="nav-link"><span class="icon-pencil"></span> Sign-Up</a></li>
</ul> </ul>
</div> </div>
</div> </div>
</nav> </nav>
<!-- END nav -->
<section class="home-slider owl-carousel">
<div class="slider-item" style="background-image:url(images/bg_1.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-md-end align-items-center justify-content-end">
<div class="col-md-6 text p-4 ftco-animate">
<h1 class="mb-3">Florida 5, Pinecrest, FL</h1>
<span class="location d-block mb-3"><i class="icon-my_location"></i> Melbourne, Vic 3004</span>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<span class="price">$28,000</span>
<a href="#" class="btn-custom p-3 px-4 bg-primary">View Details <span class="icon-plus ml-1"></span></a>
</div>
</div>
</div>
</div>
<div class="slider-item" style="background-image:url(images/bg_2.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-md-end align-items-center justify-content-end">
<div class="col-md-6 text p-4 ftco-animate">
<h1 class="mb-3">3015 Grand Avenue, CocoWalk</h1>
<span class="location d-block mb-3"><i class="icon-my_location"></i> Melbourne, Vic 3004</span>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<span class="price">$28,000</span>
<a href="#" class="btn-custom p-3 px-4 bg-primary">View Details <span class="icon-plus ml-1"></span></a>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-search">
<div class="container">
<div class="row">
<div class="col-md-12 search-wrap">
<h2 class="heading h5 d-flex align-items-center pr-4"><span class="ion-ios-search mr-3"></span> Search Property</h2>
<form action="#" class="search-property">
<div class="row">
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Keyword</label>
<div class="form-field">
<div class="icon"><span class="icon-pencil"></span></div>
<input type="text" class="form-control" placeholder="Keyword">
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Location</label>
<div class="form-field">
<div class="icon"><span class="icon-pencil"></span></div>
<input type="text" class="form-control" placeholder="City/Locality Name">
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Property Type</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Type</option>
<option value="">Commercial</option>
<option value="">- Office</option>
<option value="">Residential</option>
<option value="">Villa</option>
<option value="">Condominium</option>
<option value="">Apartment</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Property Status</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Type</option>
<option value="">Rent</option>
<option value="">Sale</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Agents</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Any</option>
<option value="">Jonh Doe</option>
<option value="">Doe Mags</option>
<option value="">Kenny Scott</option>
<option value="">Emily Storm</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Min Beds</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">1</option>
<option value="">2</option>
<option value="">3</option>
<option value="">4</option>
<option value="">5</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Min Bathroom</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">1</option>
<option value="">2</option>
<option value="">3</option>
<option value="">4</option>
<option value="">5</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Min Price</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Min Price</option>
<option value="">$1,000</option>
<option value="">$5,000</option>
<option value="">$10,000</option>
<option value="">$50,000</option>
<option value="">$100,000</option>
<option value="">$200,000</option>
<option value="">$300,000</option>
<option value="">$400,000</option>
<option value="">$500,000</option>
<option value="">$600,000</option>
<option value="">$700,000</option>
<option value="">$800,000</option>
<option value="">$900,000</option>
<option value="">$1,000,000</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Min Price</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Min Price</option>
<option value="">$5,000</option>
<option value="">$10,000</option>
<option value="">$50,000</option>
<option value="">$100,000</option>
<option value="">$200,000</option>
<option value="">$300,000</option>
<option value="">$400,000</option>
<option value="">$500,000</option>
<option value="">$600,000</option>
<option value="">$700,000</option>
<option value="">$800,000</option>
<option value="">$900,000</option>
<option value="">$1,000,000</option>
<option value="">$2,000,000</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Min Area <span>(sq ft)</span></label>
<div class="form-field">
<div class="icon"><span class="icon-pencil"></span></div>
<input type="text" class="form-control" placeholder="Min Area">
</div>
</div>
</div>
<div class="col-md align-items-end">
<div class="form-group">
<label for="#">Max Area <span>(sq ft)</span></label>
<div class="form-field">
<div class="icon"><span class="icon-pencil"></span></div>
<input type="text" class="form-control" placeholder="Max Area">
</div>
</div>
</div>
<div class="col-md align-self-end">
<div class="form-group">
<div class="form-field">
<input type="submit" value="Search" class="form-control btn btn-primary">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<br> <section class="ftco-section bg-light">
<br> <div class="container">
<div class="row d-flex">
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block text-center">
<div class="d-flex justify-content-center"><div class="icon"><span class="flaticon-pin"></span></div></div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Find Places Anywhere In The World</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block text-center">
<div class="d-flex justify-content-center"><div class="icon"><span class="flaticon-detective"></span></div></div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">We Have Agents With Experience</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-sel Searchf-stretch ftco-animate">
<div class="media block-6 services py-4 d-block text-center">
<div class="d-flex justify-content-center"><div class="icon"><span class="flaticon-house"></span></div></div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Buy &amp; Rent Modern Properties</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block text-center">
<div class="d-flex justify-content-center"><div class="icon"><span class="flaticon-purse"></span></div></div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Making Money</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-properties">
<div class="container"> <div class="container">
<h1>Uspesno ste se prijavili!</h1> <div class="row justify-content-center mb-5 pb-3">
Dobrodosli, <span sec:authentication="principal.username"> User</span> <div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Recent Posts</span>
<h2 class="mb-4">Recent Properties</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="properties-slider owl-carousel ftco-animate">
<div class="item">
<div class="properties">
<a href="#" class="img d-flex justify-content-center align-items-center" style="background-image: url(images/properties-1.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="properties">
<a href="#" class="img d-flex justify-content-center align-items-center" style="background-image: url(images/properties-2.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<div class="d-flex">
<span class="status rent">Rent</span>
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$2,000 <small>/ month</small></span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="properties">
<a href="#" class="img d-flex justify-content-center align-items-center" style="background-image: url(images/properties-3.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="properties">
<a href="#" class="img d-flex justify-content-center align-items-center" style="background-image: url(images/properties-4.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="properties">
<a href="#" class="img d-flex justify-content-center align-items-center" style="background-image: url(images/properties-5.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status rent">Rent</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$900 <small>/ month</small></span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="properties">
<a href="#" class="img d-flex justify-content-center align-items-center" style="background-image: url(images/properties-6.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> </div>
</body> </div>
</section>
<section class="ftco-section bg-light">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Special Offers</span>
<h2 class="mb-4">Most Recommended Properties</h2>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm col-md-6 col-lg ftco-animate">
<div class="properties">
<a href="#" class="img img-2 d-flex justify-content-center align-items-center" style="background-image: url(images/properties-1.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
<p>Far far away, behind the word mountains, far from the countries</p>
<hr>
<p class="bottom-area d-flex">
<span><i class="flaticon-selection"></i> 250sqft</span>
<span class="ml-auto"><i class="flaticon-bathtub"></i> 3</span>
<span><i class="flaticon-bed"></i> 4</span>
</p>
</div>
</div>
</div>
<div class="col-sm col-md-6 col-lg ftco-animate">
<div class="properties">
<a href="#" class="img img-2 d-flex justify-content-center align-items-center" style="background-image: url(images/properties-2.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
<p>Far far away, behind the word mountains, far from the countries</p>
<hr>
<p class="bottom-area d-flex">
<span><i class="flaticon-selection"></i> 250sqft</span>
<span class="ml-auto"><i class="flaticon-bathtub"></i> 3</span>
<span><i class="flaticon-bed"></i> 4</span>
</p>
</div>
</div>
</div>
<div class="col-sm col-md-6 col-lg ftco-animate">
<div class="properties">
<a href="#" class="img img-2 d-flex justify-content-center align-items-center" style="background-image: url(images/properties-3.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status rent">Rent</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$800 <small>/ month</small></span>
</div>
</div>
<p>Far far away, behind the word mountains, far from the countries</p>
<hr>
<p class="bottom-area d-flex">
<span><i class="flaticon-selection"></i> 250sqft</span>
<span class="ml-auto"><i class="flaticon-bathtub"></i> 3</span>
<span><i class="flaticon-bed"></i> 4</span>
</p>
</div>
</div>
</div>
<div class="col-sm col-md-6 col-lg ftco-animate">
<div class="properties">
<a href="#" class="img img-2 d-flex justify-content-center align-items-center" style="background-image: url(images/properties-4.jpg);">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-search2"></span>
</div>
</a>
<div class="text p-3">
<span class="status sale">Sale</span>
<div class="d-flex">
<div class="one">
<h3><a href="#">North Parchmore Street</a></h3>
<p>Apartment</p>
</div>
<div class="two">
<span class="price">$20,000</span>
</div>
</div>
<p>Far far away, behind the word mountains, far from the countries</p>
<hr>
<p class="bottom-area d-flex">
<span><i class="flaticon-selection"></i> 250sqft</span>
<span class="ml-auto"><i class="flaticon-bathtub"></i> 3</span>
<span><i class="flaticon-bed"></i> 4</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-counter img" id="section-counter" style="background-image: url(images/bg_1.jpg);">
<div class="container">
<div class="row justify-content-center mb-3 pb-3">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2 class="mb-4">Some fun facts</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<div class="row">
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="9000">0</strong>
<span>Happy Customers</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="10000">0</strong>
<span>Properties</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="1000">0</strong>
<span>Agents</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="100">0</strong>
<span>Awards</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 ftco-animate">
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<p class="name">Roger Scott</p>
<span class="position">Clients</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/person_2.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<p class="name">Roger Scott</p>
<span class="position">Agent</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/person_3.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<p class="name">Roger Scott</p>
<span class="position">Client</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<p class="name">Roger Scott</p>
<span class="position">Client</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<p class="name">Roger Scott</p>
<span class="position">Client</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Read Articles</span>
<h2>Recent Blog</h2>
</div>
</div>
<div class="row d-flex">
<div class="col-md-3 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_1.jpg');">
</a>
<div class="text mt-3 d-block">
<h3 class="heading mt-3"><a href="#">Even the all-powerful Pointing has no control about the blind texts</a></h3>
<div class="meta mb-3">
<div><a href="#">Dec 6, 2018</a></div>
<div><a href="#">Admin</a></div>
<div><a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-3 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_2.jpg');">
</a>
<div class="text mt-3">
<h3 class="heading mt-3"><a href="#">Even the all-powerful Pointing has no control about the blind texts</a></h3>
<div class="meta mb-3">
<div><a href="#">Dec 6, 2018</a></div>
<div><a href="#">Admin</a></div>
<div><a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-3 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_3.jpg');">
</a>
<div class="text mt-3">
<h3 class="heading mt-3"><a href="#">Even the all-powerful Pointing has no control about the blind texts</a></h3>
<div class="meta mb-3">
<div><a href="#">Dec 6, 2018</a></div>
<div><a href="#">Admin</a></div>
<div><a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-3 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_4.jpg');">
</a>
<div class="text mt-3">
<h3 class="heading mt-3"><a href="#">Even the all-powerful Pointing has no control about the blind texts</a></h3>
<div class="meta mb-3">
<div><a href="#">Dec 6, 2018</a></div>
<div><a href="#">Admin</a></div>
<div><a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section-parallax">
<div class="parallax-img d-flex align-items-center">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2>Subcribe to our Newsletter</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in</p>
<div class="row d-flex justify-content-center mt-5">
<div class="col-md-8">
<form action="#" class="subscribe-form">
<div class="form-group d-flex">
<input type="text" class="form-control" placeholder="Enter email address">
<input type="submit" value="Subscribe" class="submit px-3">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Royalestate</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-5">
<h2 class="ftco-heading-2">Buy</h2>
<ul class="list-unstyled">
<li><a href="#" class="py-2 d-block">Home For Sale</a></li>
<li><a href="#" class="py-2 d-block">Open Houses</a></li>
<li><a href="#" class="py-2 d-block">New Listing</a></li>
<li><a href="#" class="py-2 d-block">Recently Reduce</a></li>
<li><a href="#" class="py-2 d-block">Off-Market Homes</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Sell</h2>
<ul class="list-unstyled">
<li><a href="#" class="py-2 d-block">Sell Your Home</a></li>
<li><a href="#" class="py-2 d-block">Get A Home Valuation</a></li>
<li><a href="#" class="py-2 d-block">Local Home Prices</a></li>
<li><a href="#" class="py-2 d-block">Guides &amp; Rules</a></li>
<li><a href="#" class="py-2 d-block">Others</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">203 Fake St. Mountain View, San Francisco, California, USA</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">+2 392 3929 210</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">info@yourdomain.com</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart color-danger" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment