-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Irelan
committed
Apr 22, 2022
0 parents
commit 5593e97
Showing
10 changed files
with
201 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a[data-v-53358646]{color:#42b983}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
|
||
<title>House Quest</title> | ||
<script type="module" crossorigin src="/house-quest-templates/assets/main.2ad11ffa.js"></script> | ||
<link rel="stylesheet" href="/house-quest-templates/assets/main.5e16bd4b.css"> | ||
<link rel="stylesheet" href="/house-quest-templates/assets/index.1b246ca9.css"> | ||
</head> | ||
<body> | ||
<div class="bg-white"> | ||
<div class="max-w-full mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 bg-primary shadow-2xl shadow-secondary border-opacity-50 border-b-8 border-secondary"> | ||
<div class="text-center"> | ||
<img | ||
class="mx-auto h-40 w-40 rounded-full xl:w-56 xl:h-56 shadow-xl shadow-gray-500" | ||
src="/house-quest-templates/images/omar-lopez-Gx5-zf_HE9w-unsplash.jpg" | ||
alt="" | ||
/> | ||
<p | ||
class="mt-1 text-4xl font-extrabold text-gray-900 sm:text-5xl sm:tracking-tight lg:text-6xl" | ||
> | ||
Olivia Lopez, CRS | ||
</p> | ||
<p class="max-w-xl mt-5 mx-auto text-xl text-gray-800"> | ||
In a competitive market, Olivia is the <strong>experienced real estate agent</strong> you want | ||
on your side. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="relative py-16 bg-tertiary overflow-hidden"> | ||
<div class="relative px-4 sm:px-6 lg:px-8"> | ||
<div class="mt-6 prose prose-indigo prose-lg text-gray-500 mx-auto"> | ||
<h2>You're not the only one facing a challenging, stressful housing market.</h2> | ||
|
||
<p> | ||
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Recusandae cum delectus amet cupiditate minima alias velit enim aliquam deserunt sequi dolorem possimus quia eaque mollitia, labore nulla voluptates reprehenderit iste! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque eaque officia dolor ad adipisci amet sunt eligendi omnis incidunt, ea, illo, reiciendis assumenda! Quidem molestias ab dolorem dolore placeat quo? | ||
</p> | ||
<h2>But it can be done!</h2> | ||
<p> | ||
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatem magnam dolor rem quaerat accusamus, tempore eos veniam culpa perferendis exercitationem qui. Sequi, ut laborum debitis atque aperiam voluptatibus nam molestiae! | ||
</p> | ||
<blockquote> | ||
<p> | ||
Olivia was able to find a home for me in a short amount of time. I was able to get a job and a place to live. I am so grateful to her for all of her hard work and dedication. | ||
</p> | ||
</blockquote> | ||
<figure> | ||
<img | ||
class="w-full rounded-lg" | ||
src="https://images.unsplash.com/photo-1580587771525-78b9dba3b914?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80" | ||
alt="" | ||
width="1310" | ||
height="873" | ||
/> | ||
<figcaption> | ||
A beautiful home in the heart of the city, purchased by a happy client. | ||
</figcaption> | ||
</figure> | ||
<h2>Working with Me</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium, harum placeat maiores quidem aperiam reprehenderit repellat, necessitatibus nulla iure alias quibusdam asperiores architecto quos ad consectetur incidunt labore doloribus. Fuga. | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque quis rerum minus dolorum aut, harum tenetur error vitae quo fuga sed laudantium fugiat ducimus eaque quos placeat dolor accusantium deleniti! | ||
</p> | ||
<h2>Let's Work Together</h2> | ||
<p> | ||
Contact me via phone, email, or social media to schedule a time to talk about your next home purchase. | ||
</p> | ||
<p> | ||
<a href="tel:+1-202-555-0199"> | ||
+1 (202) 555-0199 | ||
</a><br> | ||
<a href="mailto:olivia@gmail.com">olivia@gmail.com</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="bg-secondary pt-16 pb-20 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8 border-opacity-50 border-t-8 border-primary"> | ||
<div class="relative max-w-lg mx-auto lg:max-w-7xl"> | ||
<div> | ||
<h2 class="text-3xl tracking-tight font-extrabold text-gray-900 sm:text-4xl">Market News</h2> | ||
<p class="mt-3 text-xl text-gray-800 sm:mt-4">An expert view of what's happening in the local housing market.</p> | ||
</div> | ||
<div class="mt-6 grid gap-16 pt-12 lg:grid-cols-3 lg:gap-x-5 lg:gap-y-12"> | ||
<div> | ||
<a href="/news-entry.html" class="block mt-4"> | ||
<p class="text-xl font-semibold text-gray-900">Keep an eye on mortgage rates 📈</p> | ||
<p class="mt-3 text-base text-gray-900">Nullam risus blandit ac aliquam justo ipsum. Quam mauris volutpat massa dictumst amet. Sapien tortor lacus arcu.</p> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="#" class="block mt-4"> | ||
<p class="text-xl font-semibold text-gray-900">Keep an eye on mortgage rates 📈</p> | ||
<p class="mt-3 text-base text-gray-900">Nullam risus blandit ac aliquam justo ipsum. Quam mauris volutpat massa dictumst amet. Sapien tortor lacus arcu.</p> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="#" class="block mt-4"> | ||
<p class="text-xl font-semibold text-gray-900">Keep an eye on mortgage rates 📈</p> | ||
<p class="mt-3 text-base text-gray-900">Nullam risus blandit ac aliquam justo ipsum. Quam mauris volutpat massa dictumst amet. Sapien tortor lacus arcu.</p> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>House Quest</title> | ||
<link rel="stylesheet" href="/house-quest-templates/assets/index.1b246ca9.css"> | ||
</head> | ||
<body> | ||
<div class="bg-white"> | ||
<div class="max-w-full mx-auto py-8 px-4 sm:py-12 sm:px-6 lg:px-8 bg-primary shadow-2xl shadow-secondary border-opacity-50 border-b-8 border-secondary"> | ||
<div class="text-center"> | ||
<p | ||
class="mt-1 text-4xl font-extrabold text-gray-900 sm:text-5xl sm:tracking-tight lg:text-4xl" | ||
> | ||
<a href="/"> | ||
Olivia Lopez, CRS | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="relative py-16 bg-tertiary overflow-hidden"> | ||
<div class="relative px-4 sm:px-6 lg:px-8"> | ||
<div class="mt-6 prose prose-indigo prose-lg text-gray-500 mx-auto"> | ||
<h1>Keep an eye on mortgage rates.</h1> | ||
|
||
<p> | ||
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Recusandae cum delectus amet cupiditate minima alias velit enim aliquam deserunt sequi dolorem possimus quia eaque mollitia, labore nulla voluptates reprehenderit iste! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque eaque officia dolor ad adipisci amet sunt eligendi omnis incidunt, ea, illo, reiciendis assumenda! Quidem molestias ab dolorem dolore placeat quo? | ||
</p> | ||
<p> | ||
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatem magnam dolor rem quaerat accusamus, tempore eos veniam culpa perferendis exercitationem qui. Sequi, ut laborum debitis atque aperiam voluptatibus nam molestiae! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium, harum placeat maiores quidem aperiam reprehenderit repellat, necessitatibus nulla iure alias quibusdam asperiores architecto quos ad consectetur incidunt labore doloribus. Fuga. | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque quis rerum minus dolorum aut, harum tenetur error vitae quo fuga sed laudantium fugiat ducimus eaque quos placeat dolor accusantium deleniti! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium, harum placeat maiores quidem aperiam reprehenderit repellat, necessitatibus nulla iure alias quibusdam asperiores architecto quos ad consectetur incidunt labore doloribus. Fuga. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="bg-secondary pt-16 pb-20 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8 border-opacity-50 border-t-8 border-primary"> | ||
<div class="relative max-w-lg mx-auto lg:max-w-7xl"> | ||
<div> | ||
<h2 class="text-3xl tracking-tight font-extrabold text-gray-900 sm:text-4xl">Market News</h2> | ||
<p class="mt-3 text-xl text-gray-800 sm:mt-4">An expert view of what's happening in the local housing market.</p> | ||
</div> | ||
<div class="mt-6 grid gap-16 pt-12 lg:grid-cols-3 lg:gap-x-5 lg:gap-y-12"> | ||
<div> | ||
<a href="#" class="block mt-4"> | ||
<p class="text-xl font-semibold text-gray-900">Keep an eye on mortgage rates 📈</p> | ||
<p class="mt-3 text-base text-gray-900">Nullam risus blandit ac aliquam justo ipsum. Quam mauris volutpat massa dictumst amet. Sapien tortor lacus arcu.</p> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="#" class="block mt-4"> | ||
<p class="text-xl font-semibold text-gray-900">Keep an eye on mortgage rates 📈</p> | ||
<p class="mt-3 text-base text-gray-900">Nullam risus blandit ac aliquam justo ipsum. Quam mauris volutpat massa dictumst amet. Sapien tortor lacus arcu.</p> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="#" class="block mt-4"> | ||
<p class="text-xl font-semibold text-gray-900">Keep an eye on mortgage rates 📈</p> | ||
<p class="mt-3 text-base text-gray-900">Nullam risus blandit ac aliquam justo ipsum. Quam mauris volutpat massa dictumst amet. Sapien tortor lacus arcu.</p> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |