-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembership.html
209 lines (193 loc) · 6.19 KB
/
membership.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!-- intentionally blank page for focv member perks -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Friends of Cherry Valley National Wildlife Refuge</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<script src="script.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<div id="nav-placeholder"></div>
<main id="membership">
<section class="py-5 text-center">
<div class="container1">
<h2 class="mb-4">Become a member!</h2>
<div class="container1 py-5">
<h2 class="text-center mb-4"; style="background-color: lightblue; color: rgb(12, 30, 168);" >Annual Membership Plans</h2>
<div class="row justify-content-center">
<!--member 1-->
<div class="col-md-4">
<div class="membership-card" style="background-color: #ffffff";>
<h3 class="membership-title">Membership</h3>
<p class="membership-price">$15</p>
<p>Valid for one year</p>
<ul>
<li>Receive the Newsletter</li>
<hr>
<lil>invitatons to member-only events</lil>
<hr>
<lil>Receive important updates about our organizatio</lil>
<hr>
<lil>Stay up to date on upcoming events</lil>
</ul>
<hr>
<button class="membership-btn">select</button>
</div>
</div>
<!--member 2-->
<div class="col-md-4">
<div class="membership-card" style="background-color: #ffffff";>
<h3 class="membership-title">Membership</h3>
<p class="membership-price">$15</p>
<p>Valid for one year</p>
<ul>
<li>Receive the Newsletter</li>
<hr>
<lil>invitatons to member-only events</lil>
<hr>
<lil>Receive important updates about our organization</lil>
<hr>
<lil>Stay up to date on upcoming events</lil>
<hr>
<lil>Thank you for your extra financial support!</lil>
</ul>
<button class="membership-btn">select</button>
</div>
</div>
<!--member 3-->
<div class="col-md-4">
<div class="membership-card" style="background-color: #ffffff";>
<h3 class="membership-title">Membership</h3>
<p class="membership-price">$15</p>
<p>Valid for one year</p>
<ul >
<li>Receive the Newsletter</li>
<hr>
<lil>Invitations to member-only events</lil>
<hr>
<lil>Receive important updates about our organization</lil>
<hr>
<lil>Stay up to date on upcoming events</lil>
<hr>
<lil>Thank you for your extra financial support!</lil>
</ul>
<button class="membership-btn">select</button>
</div>
</div>
<div class="row"></div>
<!--member 4-->
<div class="col-md-4">
<div class="membership-card" style="background-color: #ffffff";>
<h3 class="membership-title">Membership</h3>
<p class="membership-price">$15</p>
<p>Valid for one year</p>
<ul style="margin-top: 20px;">
<li>Receive the Newsletter</li>
<hr>
<lil>Receive important updates about our organization</lil>
<hr>
<lil>Invitations to member-only events</lil>
<hr>
<lil>Stay up to date on upcoming events</lil>
<hr>
<lil>Thank you for your extra financial support!</lil>
</ul>
<button class="membership-btn">select</button>
</div>
</div>
</main>
<div id="nav-placeholder"></div>
<main id="membership">
<section class="py-5 text-center">
<div class="container2">
<h2 class="mb-4">CV Member Mailing List</h2>
<p>The CV Member Mailing List is for Members to get access to exclusive events!</p>
<form id="member-form">
<div class="mb-3">
<label for="member-name" class="form-label">Name</label>
<input type="text" class="form-control" id="member-name" name="name" required />
</div>
<div class="mb-3">
<label for="member-email" class="form-label">Email address</label>
<input type="email" class="form-control" id="member-email" name="email" required />
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
<div class="confirmation" id="confirmation">
<h2>Thank you for registering as a member!</h2>
</div>
</div>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="memberFormSubmission.js"></script>
<div id="footer-placeholder"></div>
</body>
<style>body{font-family: Arial, Helvetica, sans-serif;
background-color: #308dea;
margin: 0;
padding: 0;
}
.membership-card{
border: 2px salmon;
padding: 20px;
border-radius: 10px;
background-color: #f8f9fa00;
box-shadow: 0 8px 10px rgba(0,0,0,0.5);
text-align: center;
height: 100%;
}
.membership-card:hover{
border: 2px solid #ffcc00;
box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.membership-title{
font-size:1.5em;
font-weight: bold;
color: #333;
}
.membership-price{
font-size: 1.25em;
color: #665;
}
.membership-btn{
background-color: #007bff;
color: white;
padding: 10px 15px;
border: none;
border-radius: 5xp;
cursor: pointer;
}
.membership-btn:hover{
background-color: #0056b3;
}
.row{
margin-bottom: 20px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
ul li {
margin-bottom: 0;
color: #555;
}
</style>
</html>
</html>