diff --git a/pinaxcon/templates/static_pages/attend/guides.html b/pinaxcon/templates/static_pages/attend/guides.html new file mode 100644 index 0000000000000000000000000000000000000000..6538d6f139d2708cb22863e92b9e2d1c84650215 --- /dev/null +++ b/pinaxcon/templates/static_pages/attend/guides.html @@ -0,0 +1,45 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Guide Index{% endblock %} + +{% block heading %}Guide Index{% endblock %} + +{% block body_class %}attend{% endblock %} + +{% block lede %} + We provide lots of info to help you have an excellent North Bay Python. This is a listing of all the key guides and wiki pages. +{% endblock %} + + +{% block content %} + +

We want it to make it easy for you to attend North Bay Python, and we want you to have the best possible experience while you're at the conference. This is a listing of all the guides we've prepared for you, including some key pages from the Attendee Wiki.

+ +

Please feel free to email us at spam@northbaypython.org or find an organizer or volunteer in-person to ask questions and provide feedback.

+ +

Planning for North Bay Python

+ + + +

During the Conference

+ + + +{% endblock %}