-
Notifications
You must be signed in to change notification settings - Fork 4
/
page-campaign-newtemp.php
80 lines (44 loc) · 2.76 KB
/
page-campaign-newtemp.php
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
<?php global $post;
get_header( "campaign-open" ); ?>
<meta property="og:description" content="What you care about can change the world. When you support your passions by giving through the UW, you’re providing students and faculty with the resources they need to learn, collaborate and research in one of the most innovative places on earth." />
<!-- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() . '/campaign/css/campaign-style.css' ?>" type="text/css">
<link rel='stylesheet' href='<?php echo get_stylesheet_directory_uri() . '/immersive-stories/css/common.css' ?>' type='text/css' media='all' /> -->
<link rel='stylesheet' href='<?php echo get_stylesheet_directory_uri() . '/campaign/css/header.css' ?>' type='text/css' media='all' />
<link rel='stylesheet' href='<?php echo get_stylesheet_directory_uri() . '/immersive-stories/css/common.css' ?>' type='text/css' media='all' />
<!-- <link rel='stylesheet' href='<?php echo get_stylesheet_directory_uri() . '/immersive-stories/css/<-- CSS FILE HERE --> .css' ?>' type='text/css' media='all' /> -->
<?php get_header( "campaign-close" ); ?>
<div id="immersive-body">
<section class="intro" id="intro-vid" >
<div class="intro-body">
</div>
<section class="scrollit read-more">
<p>Scroll Down</p>
<div class="mouse">
<div class="scroll"></div>
</div>
</section>
</section>
<main id="main_content">
<!-- Sections go here -->
<section class="text-block giving-widget branded arrow">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 copy ">
<div style="text-align: center">
<h2 class="headline-gold">What you care about <br>can change the world</h2>
<p>The University of Washington is undertaking its most ambitious campaign ever: Be Boundless — For Washington, For the World. Invest XXX </p>
<div id="immersive-give-iframe"></div>
<div class="boundless-button sm dark give"><span><a id="immersive-give" data-fund="<!-- Funds go here, comma separated; eg: AUPGEN,CBEIIN,LAPERU -->" href="#">Give now</a></span></div>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<script src="<?php echo get_stylesheet_directory_uri() . '/campaign/js/animationLibraries.min.js' ?>" type="text/javascript"></script>
<script src="<?php echo get_stylesheet_directory_uri() . '/immersive-stories/js/<-- JS FILE HERE -->.min.js' ?>" type="text/javascript"></script>
<script src="<?php echo get_stylesheet_directory_uri() . '/campaign/js/header.js' ?>" type="text/javascript"></script>
<?php get_template_part('footer', 'campaign'); ?>
</body>
</html>