Skip to content

Commit 0c24970

Browse files
authored
Update entertainment-pathways.html
1 parent 082ca31 commit 0c24970

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

programs/entertainment-pathways.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66
<title>Entertainment Pathways | Who’s to Say ? Foundation</title>
77
<meta content="width=device-width, initial-scale=1" name="viewport"/>
88
<meta content="On-camera confidence, performance basics, and voice work in a supportive, affirming environment." name="description"/>
9-
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&amp;family=Poppins:wght@400;600;700;800&amp;family=Inter:wght@400;500;600&amp;display=swap" rel="stylesheet"/>
9+
<!-- Google tag (gtag.js) -->
10+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-46JBLZ3YPT"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag(){dataLayer.push(arguments);}
14+
gtag('js', new Date());
15+
gtag('config', 'G-46JBLZ3YPT');
16+
</script>
17+
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&amp;family=Poppins:wght@400;600;700;800&amp;family=Inter:wght@400;500;600&amp;display=swap" rel="stylesheet"/>
1018

1119
<script src="/assets/js/theme.js"></script><link href="/assets/css/styles.css" rel="stylesheet"/>
1220

@@ -127,7 +135,7 @@ <h3>Session Style</h3>
127135
<h3>Get Started</h3>
128136
<p>Want to explore an Entertainment Path fit?</p>
129137
<div class="btn-row">
130-
<a class="btn btn-primary" href="/#contact">Contact Us</a>
138+
<a class="btn btn-primary" href="/contact.html">Contact Us</a>
131139
<a class="btn btn-secondary" href="mailto:[email protected]">Email</a>
132140
</div>
133141
</div>

0 commit comments

Comments
 (0)