-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (76 loc) · 3.92 KB
/
about.html
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
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" name="twitter:image" content="/img/hoyt-logo.svg">
<meta name="description" content="Are you a maker, dancer, coffee roaster, podcaster, or hobbyist searching for the perfect space to bring your passions to life? Our creative spaces for rent are designed to inspire and empower you to explore your creativity without limits.">
<link rel="icon" type="image/svg" href="img/favicon.svg">
<title>Hoyt Space - About</title>
<link type="text/css" rel="stylesheet" href="css/about.css">
</head>
<body>
<nav>
<div class="wrapper">
<a>
<img class="logo" src="img/hoyt-logo.svg">
</a>
<span class="grow"></span>
<div class="row links">
<a class="home">HOME</a>
<a class="about">ABOUT</a>
<a class="available-spaces">AVAILABLE SPACES</a>
<a class="gallery">GALLERY</a>
<a class="contact">CONTACT</a>
</div>
</div>
</nav>
<main>
<div class="background">
<img class="triangle" src="img/red-triangle.svg">
<img class="ellipse" src="img/blue-ellipse.svg">
<img class="triangle" src="img/yellow-triangle.svg">
</div>
<div class="row section">
<img class="ol-light-blue" src="img/sky-carver1.jpg">
<div class="content">
<h2>
<span class="huge"><span class="red">H</span><span class="yellow">E</span><span class="green">Y</span><span class="blue">!</span></span> I'M SKY CARVER!
</h2>
<p>Sky Carver, a native Alaskan, spent his formative years immersed in the rugged activities of the Last Frontier: hunting, fishing, skiing, snow machining, and boating. But his path diverged when he set his sights on becoming a real estate developer and owner during high school, enticed by the promise of passive income. Little did he know, this ambition would initially lead him astray.</p>
<p>Despite the rocky start, Sky eventually found himself entrenched in the real estate industry, managing buildings and overseeing a medical facility with a reputable tenant in the rehabilitation business. When the opportunity arose to partner with a growing nationwide rehab enterprise in Everett, Sky eagerly pursued it. However, fate had other plans.</p>
<p>A hastily-signed lease and an unforeseen municipal ordinance banning rehab clinics in downtown Everett left Sky facing a daunting predicament. Undeterred, he turned to creativity as his ally.</p>
</div>
</div>
<div class="row section">
<div class="content">
<p>In a fortuitous turn of events, a chance encounter at a public marketing event led to the discovery of a potential solution. A band performing at the event caught the attention of their manager, who expressed interest in repurposing a space within the building as a recording studio. And thus, Hoyt Alley Creative Workspace was born out of adversity and innovation.</p>
<p>From setbacks to success stories, Hoyt Alley Creative Workspace stands as a testament to Sky Carver's resilience and adaptability in the face of challenges, showcasing the transformative power of creative thinking in business endeavors. We invite you to join us in bringing your creative endeavors to life within this space, and we look forward to supporting you every step of the way. Welcome to Hoyt Alley Creative Workspace, where innovation thrives and dreams become reality.</p>
</div>
<img class="ol-light-red" src="img/sky-carver2.jpg">
</div>
</main>
<footer class="row white">
<div class="col">
<p>
Phone: <br>
(425) 789-8001
</p>
<p>
Email: <br>
info@hoytcreative.space
</p>
</div>
<div class="col">
<p>
Address: <br>
2808 Hoyt Ave <br>
Everett, WA 98201
</p>
</div>
</footer>
<div class="copyright">
Copyright © 2024 Hoyt Alley Creative Workspace. Built by <a href="http://aerware.com" target="_blank">Aerware</a>.
</div>
</body>
</html>