-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwildfirefundraiser.html
139 lines (116 loc) · 6.34 KB
/
wildfirefundraiser.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173464330-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-173464330-1');
</script>
<title>Projects - BAY4J</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='icon' href='images/favicon6.png' type="">
<link rel="stylesheet" href="css/custom-bs.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/line-icons/style.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<!-- NAVBAR -->
<script language="javascript" type="text/javascript" src="header.txt"></script>
<!-- HOME -->
<section class="home-section section-hero overlay slanted" id="home-section"
style="background-image: url('images/wildfirefundraiser.jpeg');">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-11 text-center">
<h1 style="font-family:'Josefin Sans', sans-serif;font-size:60px;color:#EED7A3;font-weight:10">
Wildfire Victims Fundraiser</h1>
<div class="mx-auto w-75">
<p style="font-family:'Josefin Sans', sans-serif;font-size:20px;color:white;font-weight:10">
<a target="_blank" href="https://www.gofundme.com/f/candle-fundraiser-for-ca-fire-save-program"
style="text-decoration: underline; text-decoration-color: #EED7A3">GoFundMe</a>
</p>
<p style="font-family:'Josefin Sans', sans-serif;font-size:20px;color:white;font-weight:10">
*Note: Fundraiser has now ended.
</p>
</div>
<div class="mx-auto w-75">
<p></p>
</div>
</div>
</div>
</div>
<a href="#next-section" class="scroll-button smoothscroll">
<span style="color:black" class="icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section" id="next-section" style="background-color: white;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<a href="">
<img src="images/wildfirefundraiser1.jpeg" alt="Image" class="img-fluid img-shadow">
</a>
</div>
<div class="col-lg-5 ml-auto">
<h2 style="font-family:'Josefin Sans', sans-serif; color:#E8AC2A;" class="section-title mb-3"><a
href="" style="color:#E8AC2A; text-decoration: none">About</a></h2>
<p style="color:#3D4236;" class="lead">Wildfires have burned 2 million acres of land in
California this year, taking thousands of homes and businesses with them. Thousands of
Californian families are now facing the daunting task of rebuilding and getting back
to some normal, all while a global health crisis rages on in the background.
<br>
In light of these events, we at BAY4J decided to start a fundraiser to help California
wildfire victims rebuild. All proceeds will go to the CA Fire SAVES program, an initiative
that distributes $250 gift cards straight to wildfire victims.
<br>
This holiday season, please consider giving back and helping out California families
as they begin the process of healing and getting back to normal!
For every $20 donation, you will receive two handmade candles.
Anything you can give will help! After donating,
visit <u><a href="tiny.cc/candlefunds">tiny.cc/candlefunds</a></u> and fill out the form to receive your candles.
<br>
Even if you aren't in the financial position to donate, sharing this fundraiser with
friends and family would be extremely helpful as well!
</p>
</div>
</div>
</div>
</section>
<!-- ABOUT US -->
<script language="javascript" type="text/javascript" src="footer.txt"></script>
</div>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>