-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
executable file
·64 lines (52 loc) · 2.22 KB
/
thanks.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
<!doctype html>
<html lang="en-US" class="no-js">
<head>
<meta charset="utf-8">
<title>Better Lives Together | Central Willamette Credit Union</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css?v=8">
<script src="js/head.js"></script>
</head>
<body>
<main class="container wrap">
<header class="bg-woodgrain">
<a href="https://www.centralwcu.org/" target="_blank"><img src="img/logo.png?v=1" ></a>
</header>
<div class="masthead">
<img src="img/masthead.jpg" />
</div>
<div class="content bg-waves border orange text-center">
<h2>Thank you for your interest!</h2>
<p>We appreciate your interest in joining Central Willamette Credit Union. Your request has been submitted and we will follow up to complete the process. If you have any questions, you can get in touch with us by phone at (541) 928-4536.</p>
</div>
<div class="footer-bar text-center border grey">
<div class="footer-content">
Central Willamette Credit Union<br>
7101 Supra Drive SW • Albany, OR 97321<br>
<a href="tel:5419284536">(541) 928-4536</a> | <a href="https://centralwcu.org">centralwcu.org</a>
</div>
<div class="footer-columns">
<div class="footer-column">
Federally insured by NCUA. Equal Housing Lender.
</div>
<div class="footer-column">
<a href="https://twitter.com/centralwcu" target="_blank"><img src="img/social-twitter.png"></a>
<a href="http://facebook.com/centralwillamette" target="_blank"><img src="img/social-facebook.png"></a>
<a href="https://www.linkedin.com/company/central-willamette-community-credit-union/" target="_blank"><img src="img/social-linkedin.png"></a>
</div>
</div>
</div>
</main>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js?v=1"></script>
<script src="js/main.js?v=0"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JRGRPREQW7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JRGRPREQW7');
</script>
</body>
</html>