From c75f5c0735f288025ce919d17aa712defa614f69 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Tue, 14 Nov 2017 07:13:18 -0800 Subject: [PATCH 1/2] add room sharing to guides --- pinaxcon/templates/static_pages/attend/guides.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pinaxcon/templates/static_pages/attend/guides.html b/pinaxcon/templates/static_pages/attend/guides.html index 1a166a7..0d5326c 100644 --- a/pinaxcon/templates/static_pages/attend/guides.html +++ b/pinaxcon/templates/static_pages/attend/guides.html @@ -25,6 +25,7 @@
  • How to Pitch Your Manager can help you articulate the business case for paying for you to go to North Bay Python to your manager.
  • How to Get Here covers traveling to and from the conference, including driving, flying, and public transportation.
  • Ride Sharing with other attendees can help you meet other attendees - and save money!
  • +
  • Room Sharing with other attendees can reduce the cost of lodging.
  • Where to Stay will help you navigate local lodging with a listing of options alongside info about distance and cost.
  • From ace741fc7c733926609275cf091a7ea0b1157333 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Mon, 27 Nov 2017 19:29:36 -0800 Subject: [PATCH 2/2] food guide and update to events page --- .../templates/static_pages/attend/food.html | 100 +++++++++++++++++- .../templates/static_pages/attend/guides.html | 2 +- .../static_pages/program/events.html | 33 +++++- 3 files changed, 126 insertions(+), 9 deletions(-) diff --git a/pinaxcon/templates/static_pages/attend/food.html b/pinaxcon/templates/static_pages/attend/food.html index d7804e9..289efaf 100644 --- a/pinaxcon/templates/static_pages/attend/food.html +++ b/pinaxcon/templates/static_pages/attend/food.html @@ -2,19 +2,111 @@ {% load i18n %} -{% block head_title %}Finding Food{% endblock %} +{% block head_title %}Lunch Guide{% endblock %} -{% block heading %}Finding Food{% endblock %} +{% block heading %}Lunch Guide{% endblock %} {% block body_class %}attend{% endblock %} {% block lede %} - + Finding food is easy in Petaluma, especially with this guide to local restaurants and markets sponsored by Yelp. {% endblock %} {% block content %} -Finding Food is easy in Petaluma, especially with this guide to local restaurants and markets with details about price, distance, and dietary restrictions. +

    Nearby, Fast, and Cheap

    + + + +

    Coffee

    + + + +

    Diners

    + + + +

    Pizza and Italian

    + + + +

    Pubs

    + + + +

    Other

    + + {% endblock %} diff --git a/pinaxcon/templates/static_pages/attend/guides.html b/pinaxcon/templates/static_pages/attend/guides.html index 0d5326c..2680f41 100644 --- a/pinaxcon/templates/static_pages/attend/guides.html +++ b/pinaxcon/templates/static_pages/attend/guides.html @@ -34,7 +34,7 @@