-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
90 lines (80 loc) · 4.47 KB
/
Copy pathabout.html
File metadata and controls
90 lines (80 loc) · 4.47 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Rosanna Mitchell | Mixed Media & Botanical Artist</title>
<meta name="description"
content="Learn about Rosanna Mitchell, a mixed media and botanical print artist based in Guilford, Connecticut. Discover her background, artistic process, exhibitions, and teaching work.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://rosannamitchell.com/about.html">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Rosanna Mitchell Art">
<meta property="og:title" content="About Rosanna Mitchell | Mixed Media & Botanical Artist">
<meta property="og:description"
content="Learn about Rosanna Mitchell, a mixed media and botanical print artist based in Guilford, Connecticut.">
<meta property="og:url" content="https://rosannamitchell.com/about.html">
<meta property="og:image" content="https://rosannamitchell.com/assets/images/Rosanna-Mitchell-Artist.jpg">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="About Rosanna Mitchell | Mixed Media & Botanical Artist">
<meta name="twitter:description"
content="Learn about Rosanna Mitchell, a mixed media and botanical print artist based in Guilford, Connecticut.">
<meta name="twitter:image" content="https://rosannamitchell.com/assets/images/Rosanna-Mitchell-Artist.jpg">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AboutPage",
"name": "About Rosanna Mitchell",
"url": "https://rosannamitchell.com/about.html",
"description": "Biography and background of mixed media and botanical print artist Rosanna Mitchell based in Guilford, Connecticut.",
"isPartOf": {
"@id": "https://rosannamitchell.com/#website"
},
"mainEntity": {
"@type": "Person",
"@id": "https://rosannamitchell.com/#person",
"image": "https://rosannamitchell.com/assets/images/Rosanna-Mitchell-Artist.jpg"
}
}
</script>
</head>
<body>
<header>
<h1>Rosanna Mitchell Art</h1>
<span class="main-menu-toggle" aria-label="Open menu" tabindex="0">☰</span>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="about-page">
<h2 class="centered-heading">About the Artist</h2>
<div class="about-photo-wrapper">
<img
src="assets/images/Rosanna-Mitchell-Artist.jpg"
srcset="assets/images/Rosanna-Mitchell-Artist.jpg 800w"
sizes="(max-width: 700px) 100vw, 350px"
alt="Rosanna Mitchell, Mixed Media Artist"
class="about-artist-photo">
</div>
<p>Rosanna Mitchell is a visionary mixed media and botanical print artist whose work is deeply rooted in the intricate beauty of the natural world. She masterfully combines watercolor, ink, acrylic, handmade papers, and found objects to create layered, textured artworks that draw viewers in for a closer look. Her fusion of hand-crafted papers and diverse materials produces a stunning interplay of depth, texture, and vibrant color, reflecting her unique approach to mixed media and botanical print art.</p>
<p>Her fascination with color developed over 30 years as an interior designer in Jackson Hole, Wyoming, where the snowy winter landscapes became a natural canvas for experimenting with bold and nuanced palettes. This experience now informs her botanical print and mixed media artwork, allowing her to bring energy, calm, and emotional depth to each piece.</p>
<p>Rosanna’s artwork has been featured in galleries across Connecticut, California, and Wyoming. In addition to her artwork, she offers workshops and classes in mixed media and botanical art, sharing her techniques and passion with collectors, students, and art enthusiasts. Her work and teaching highlight the expressive possibilities of color, texture, and nature-inspired design.</p>
</section>
</main>
<footer>
<p>© 2026 Rosanna Mitchell</p>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>