-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
72 lines (65 loc) · 4.55 KB
/
hobbies.html
File metadata and controls
72 lines (65 loc) · 4.55 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
<!DOCTYPE html>
<html>
<head>
<title>Hobbies - Whitney Breen</title>
<!-- CSS -->
<link rel="stylesheet" href="hobbies.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&family=Nanum+Myeongjo:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="container">
<div class="navbar">
<ul class="nav">
<li><a href="Landing.html" class="home">Home</a></li>
<li><a href="bio.html" class="about">About</a></li>
<li><a href="hobbies.html" class="hobbies">Hobbies</a></li>
</ul>
</div>
<h1>Hobbies</h1>
<div class="section">
<div class="paragraph">
<h2>A glimpse into the process</h2>
<div class="section1">
<p>I conducted an interview with the subject involving a series of questions ranging from their day-to-day life, career accomplishments, endeavors, mission statement, and personal interests. I was able to gather helpful information throughout the interview itself, however, I needed more material to gain a better insight into some of the topics that were discussed. For example, the subject expressed her love for travel and highlighted South Africa, Cape Town and the country of Morocco. I then researched travel advisories, destinations, tourist attractions, room and board expenses, cultural differences, and general expectations when traveling to those locations.
</p>
<figure>
<img src="images/giraffe.jpg" alt="" class="giraffe">
<figcaption>A giraffe peering out of the trees</figcaption>
</figure>
</div>
<div class="section2">
<p>Next, I wanted to collect more information on her job description and the services that the business provides. I researched chimney sweeping services and specifically observed her website, taking note of the work that they offered. I was able to collect customer reviews and ratings of the company as well as awards the business received. I discussed with the subject how she got involved in chimney maintenance and how long its been up and running.
</p>
<figure>
<img src="images/chimney.jpg" alt="" class="images">
<figcaption>A recently serviced chimney</figcaption>
</figure>
</div>
<div class="section3">
<p>One of last questions I asked in the interview was where she sees herself in five years. She mentioned she will be starting classes to acquire a real estate license in a month. She expressed her love for homes and interior design. In turn I inquired online about the role and tasks of a real-estate agent. I also explored information pertaining to interior design. Outside of the interview, she gave me a brief timeline overview to help me when writing out the bio.
</p>
<figure>
<img src="images/house on the beach.jpg" alt="" class="images">
<figcaption>A quaint house perched on the shoreline</figcaption>
</figure>
</div>
<div class="section4">
<p>I also spoke with her husband and a close friend of hers to gain an alternative perspective. I'm really glad I decided to take this approach because it offered two unique point of views on the subject. One side being from a person who knows her at an intimate level, and the other side being from a person who knows her as a deep life long friend.
</p>
<figure>
<img src="images/sand.jpg" class="images">
<figcaption>Whitney enjoying the outdoors with her pups</figcaption>
</figure>
</div>
</div>
</div>
</div>
<footer>
<div class="top-div">
<a href="#container" class="top">Top of Page</a>
</div>
</footer>
</body>
</html>