We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa105b commit ea401dbCopy full SHA for ea401db
src/nonprofit/index.html
@@ -131,6 +131,32 @@ <h4><b>Ray Lara</b></h4>
131
});
132
</script>
133
</section>
134
+ <hr />
135
+ <section>
136
+ <div id="sidebar3-placeholder"></div>
137
+
138
+ <script>
139
+ $("#sidebar3-placeholder").load("components/sidebar_content/outreach.html", function() {
140
+ $().dropotron({
141
+ alignment: 'center',
142
+ hideDelay: 300
143
+ });
144
145
+ </script>
146
+ </section>
147
148
149
+ <div id="sidebar4-placeholder"></div>
150
151
152
+ $("#sidebar4-placeholder").load("components/sidebar_content/calendar.html", function() {
153
154
155
156
157
158
159
160
161
162
</div>
0 commit comments