Skip to content

Commit ea401db

Browse files
committed
expanded nonprofit page sidebar
1 parent 6aa105b commit ea401db

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/nonprofit/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,32 @@ <h4><b>Ray Lara</b></h4>
131131
});
132132
</script>
133133
</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+
<hr />
148+
<section>
149+
<div id="sidebar4-placeholder"></div>
150+
151+
<script>
152+
$("#sidebar4-placeholder").load("components/sidebar_content/calendar.html", function() {
153+
$().dropotron({
154+
alignment: 'center',
155+
hideDelay: 300
156+
});
157+
});
158+
</script>
159+
</section>
134160
</section>
135161

136162
</div>

0 commit comments

Comments
 (0)