Skip to content

Commit 1689c8c

Browse files
committed
Added FAQ to homepage, borrowing from/updating the SoCal Piggies text.
1 parent ec742f4 commit 1689c8c

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

site/pythonla/templates/home.jinja2

+25-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,29 @@
77
</style>
88
{% endblock styles %}
99
{% block content %}
10-
<h1>Home</h1>
11-
<p class="important">
12-
Welcome on our awesome homepage.
13-
</p>
10+
<div class="span-16">
11+
<h1>Home</h1>
12+
<p class="important">
13+
Python on the beach!
14+
</p>
15+
</div>
16+
<div class="span-6 box">
17+
<h2>FAQ</h2>
18+
19+
<h3>Who are we?</h3>
20+
<p>At every meeting there are <a href="/members">people with different
21+
levels of programming ability and Python knowledge</a>. Don't be
22+
intimidated about coming to a meeting.</p>
23+
24+
<h3>Where do we meet?</h3>
25+
<p>Locations vary from event to event. We've had meetings or events
26+
at Evite, Walt Disney Animation Studios, Cars.com, KPCC, and
27+
Cartwheel, with events to come at AOL, Border Stylo, and more.</p>
28+
29+
<h3>What are the events like?</h3>
30+
<p>Meetups at companies are typically centered around 1-3 slide
31+
presentations. Sometimes people go out for food/drinks afterward.
32+
Hackathons are focused on getting together to code. All events are
33+
beginner-friendly unless otherwise stated.</p>
34+
</div>
1435
{% endblock content %}

0 commit comments

Comments
 (0)