-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
76 lines (63 loc) · 4.98 KB
/
Assignment.html
File metadata and controls
76 lines (63 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>Starting A Vacation Rental</title>
<meta charset="utf-8">
</head>
<body>
<main>
<p>Navigate straight to: <a href="#HiringContractor Section">Hiring A Contractor</a> <a href="#Materials Section">Materials</a> <a href="#Entrance Section">Entrance</a> <a href="#StartingDate Section">Starting Date</a> <a href="#OverheadShot Section">View of Newberg</a> <a href="#Quote Section">About Newberg</a> <a href="#Article Section">Vacation Rental Article</a></p>
<!-- The main focus of this page is the house and first steps -->
<img src="Newberg_house_front.jpg" style="width: 50%; height: auto;" />
<p>(Front of house. Photo by Shannon Eoff.)</p>
<!-- First step in hiring a contractor -->
<h1 id="HiringContractor Section">Hiring A Contractor</h1>
<p>In order to transform my ordinary master bedroom and bathroom into a master suite vacation rental in Newberg, the first step was to meet with contractors on-site and ask them to bid work I would like to have done. My partner and I gave them ideas for the materials we prefer. Mostly, I just need aesthetic updates, so the bidding process is not overly complicated. The only major decision to make is whether to bump out a closet to create a large shower area or to keep the current 4'x4' fiberglass shower in place.</p>
</main>
<!-- Thoughts on material selection -->
<h2 id="Materials Section">Materials</h2>
<style>
p
{
width: 600px;
word-wrap: break-word;
}
</style>
<p>Modernization of this particular typical '90s-era, single-level home is imperative. We plan on bringing in the engineered acacia wood floors from the living room and hallway to the master bedroom for cohesion and tile in the bathroom to match the large rectangular tiles of the hall bathroom and hallway laundry closet. The bedroom walls and trim will be repainted to match the current dark blue and white, while the bathroom walls will be updated with white shiplap paneling using a horizontal pattern to make the small bathroom feel more spacious.</p>
<!-- The entrance is important -->
<h2 id="Entrance Section">Entrance</h2>
<p>One of the most <em>important</em> elements in a vacation rental is the entrance. To make guests feel like they are entering a special space, we will replace the current, basic wood gate with a wood and metal gate and create a pathway using rock and non-uniform-looking pavers (a very customized look). We will also be fencing off the patio attached to the master suite and part of the yard so that guests feel free to bring their dogs.
<a href="Dog.html" target="new">(I like dogs.)</a></p>
<!-- Hope to have it started by... -->
<h2 id="StartingDate Section">Starting Date</h2>
<p>I hope to have this vacation rental up and running for guests to begin booking their stays on or before <time datetime="2022-10-31 00:01">October 31, 2022</time>. Due to contractor scheduling and supply shortages, that time will need to be met with much flexibility.</p>
<!-- Overhead view of Newberg -->
<a id="OverheadShot Section" href="https://dynamic-media-cdn.tripadvisor.com/media/photo-o/04/74/95/89/vista-balloon-adventures.jpg?w=200&h=-1&s=1" target="new">Overhead view of Newberg, Oregon</a>
<!-- What is Newberg about? -->
<blockquote id="Quote Section" cite="https://www.niche.com/places-to-live/newberg-yamhill-or/">
<p>From niche.com: "Newberg is a town in Oregon with a population of 23,676. Newberg is in Yamhill County. Living in Newberg offers residents a dense suburban feel and most residents own their homes. In Newberg there are a lot of coffee shops and parks. Many families and young professionals live in Newberg and residents tend to lean conservative. The public schools in Newberg are above average."</p>
</blockquote>
<!-- Vacation rental article -->
<article>
<h3 id="Article Section"><a href="https://www.hostaway.com/airbnb-rules-in-oregon/" target="new">Article on Vacation Rental rules in Oregon</a></h3>
</article>
<!-- My Experience -->
<details>
<summary><b><u>My Professional Management Experience</u></b></summary>
<p><font size=2px>Shannon worked in long-term (mainly residential) property management for 12 years prior to purchasing her own property management company, which she owned for another 8 years and sold in 2021. Long-term management and vacation/short-term management are different in some aspects, such as the much quicker pace of turnover with short-term. However, the experience dealing with renters has parallels as well as handling maintenance, budgeting, and economic forecasting.</font></p>
</details>
<br><br>
</body>
<!-- Navigation -->
<footer>
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog.html">Dog Photo</a>
<a href="Dog_Video.html">Dog Video</a>
<!-- Inserted for bonus fun -->
<a href="Bonus_Video.html"><h6>Special Bonus Video</h6></a>
</nav>
<!-- Copyright info -->
<h6>Content written by Shannon Eoff. Copyright 2022: Shannon Eoff.</h6>
</footer>
</html>