-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
95 lines (80 loc) · 3.07 KB
/
Copy pathcontact.html
File metadata and controls
95 lines (80 loc) · 3.07 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
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact Rosanna Mitchell | Mixed Media Artist in Guilford, CT</title>
<meta name="description"
content="Contact Rosanna Mitchell, mixed media and botanical artist in Guilford, CT. Reach out for art inquiries, workshop registration, or commissions.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://rosannamitchell.com/contact.html">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Rosanna Mitchell Art">
<meta property="og:title" content="Contact Rosanna Mitchell | Mixed Media Artist in Guilford, CT">
<meta property="og:description"
content="Reach out for original artwork inquiries, commissions, and workshop registration.">
<meta property="og:url" content="https://rosannamitchell.com/contact.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="Contact Rosanna Mitchell | Mixed Media Artist in Guilford, CT">
<meta name="twitter:description"
content="Reach out for original artwork inquiries, commissions, and workshop registration.">
<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": "ContactPage",
"name": "Contact Rosanna Mitchell",
"url": "https://rosannamitchell.com/contact.html",
"isPartOf": {
"@id": "https://rosannamitchell.com/#website"
},
"about": {
"@id": "https://rosannamitchell.com/#person"
}
}
</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="contact-page">
<h2>Contact the Artist</h2>
<p class="contact-intro">
Interested in purchasing original paintings, prints, or joining a workshop?<br>
Please contact Rosanna directly for all art inquiries, commissions, or workshop registration.
</p>
<p>
<strong>Phone:</strong>
<a href="tel:3074132888">(307) 413-2888</a>
</p>
<p>
<strong>Email:</strong>
<a href="mailto:Rosanna.Mitchell@gmail.com">
Rosanna.Mitchell@gmail.com
</a>
</p>
</section>
</main>
<footer>
<p>© 2026 Rosanna Mitchell</p>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>