-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (36 loc) · 1.42 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Existential, emotion-focused, and mindfulness-based counseling and psychotherapy for individuals in Oregon, via secure video conferencing.">
<title>Whole Presence Counseling</title>
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<img id="logo" src="wpc-logo.svg" alt="The logo of Whole Presence Counseling, which resembles a hand illustration of a thick, imperfect black circle.">
<h1>Whole Presence Counseling</h1>
<h3>Anrey Wang, LPC</h3>
<section id="message">
<p>My practice is on indefinite sabbatical.</p>
<p>If necessary, I can be reached at
<script>
function decodeBase64(encoded) {
return atob(encoded);
}
document.write('<a href="mailto:'
+ decodeBase64('YW5yZXk=')
+ '@'
+ decodeBase64('d2hvbGVwcmVzZW5jZWNvdW5zZWxpbmcuY29t')
+ '">');
</script>
<span class="email">anr<b>I</b>ey@<b>love</b>whole<b>spam!</b>presencecounseling.com</span></a>.</p>
<p>If you are in crisis, please call or text <a href="https://988lifeline.org/" target="_blank">9-8-8</a>.</p>
</section>
</body>
<footer>
<p>© 2025 Whole Presence Counseling LLC</p>
</footer>
</html>