diff options
author | Madhusudan.C.S | 2010-12-07 19:59:28 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-07 19:59:28 +0530 |
commit | 2045407e2c845f51fa98d64e1fe6337676377034 (patch) | |
tree | 4f955e4a046f9c0429062bb604a958343bfca2bc /project | |
parent | e0d708a1b9fe4f33ae0234e0678dc69d91884b4c (diff) | |
download | scipycon-2045407e2c845f51fa98d64e1fe6337676377034.tar.gz scipycon-2045407e2c845f51fa98d64e1fe6337676377034.tar.bz2 scipycon-2045407e2c845f51fa98d64e1fe6337676377034.zip |
Updated website about Food.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/_menu.html | 15 | ||||
-rw-r--r-- | project/templates/about/food.html | 119 |
2 files changed, 123 insertions, 11 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 715f051..b7a513a 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -69,19 +69,14 @@ <li> About <ul> - - <li> - <a href="/{{ params.scope }}/about/accommodation/"> - Accommodation - </a> - </li> <li> - <!-- - <a href="/{{ params.scope }}/about/food/"> - Food + <a href="/{{ params.scope }}/about/accommodation/"> + Accommodation </a> </li> - --> + <li> + <a href="/{{ params.scope }}/about/food/">Food</a> + </li> <li><a href="/{{ params.scope }}/about/venue/">The Venue</a></li> <li><a href="{% url scipycon_city params.scope %}">Host City - Hyderabad</a></li> <!-- diff --git a/project/templates/about/food.html b/project/templates/about/food.html index f0205f2..4653d4f 100644 --- a/project/templates/about/food.html +++ b/project/templates/about/food.html @@ -1,4 +1,121 @@ {% extends "base.html" %} {% block content %} -<h1>We will update this page once we have more information on it.</h1> +<p>Lunch will be provided on all days. Tea/coffee and biscuits will be provided +twice a day on all days. Participants will have to make their own arrangements +for breakfast and dinner. They can inform the organizers at the registration +desk on Day 1 of the conference if opting to eat any meals at the IIITH +messes/canteens. Informing us in prior will ensure availability of food +at these places. IIITH offers highly subsidized meals at the rate of Rs.20 for +breakfast and Rs.30 for dinner. + +In addition, please find below a list of some eateries in the vicinity of +IIITH.</p> + +<table class="scipycon-default-border" cellpadding="6" rules="groups" frame="hsides"> + <tr> + <th>Name</th> + <th>Type of food</th> + <th>Distance from IIIT-H</th> + <th>Address</th> + <th>Price</th> + </tr> + <tr> + <td>Vennela Mess</td> + <td>South Indian</td> + <td>1KM</td> + <td>Indra Nagar, Gachibowli, Hyderabad</td> + <td>Full meal is Rs. 55</td> + </tr> + <tr> + <td>Nellore Mess</td> + <td>South Indian</td> + <td>1 KM</td> + <td>Opposite DLF Building, Gachibowli, Hyderabad</td> + <td>Rate for full meal is Rs. 40</td> + </tr> + <tr> + <td>Hot Roties</td> + <td>North Indian</td> + <td>1KM</td> + <td>Indra Nagar, Gachibowli, Hyderabad</td> + <td>Rate for full meal is Rs. 40</td> + </tr> + <tr> + <td>Subway</td> + <td></td> + <td>0.5 KM</td> + <td>Indra Nagar, Gachibowli, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Domino's Pizza</td> + <td></td> + <td>1KM</td> + <td>Indra Nagar, Gachibowli, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Pizza Corner</td> + <td></td> + <td>1KM</td> + <td>Indra Nagar, Gachibowli, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>The Wonton</td> + <td>Chinese</td> + <td>1KM</td> + <td>Indra Nagar, Gachibowli, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Punjabi Rasoi</td> + <td></td> + <td>2KM</td> + <td>Cross Road, Gachibowli, Hyderabad, ph: 040- 65523257</td> + <td></td> + </tr> + <tr> + <td>Swagath De Royal</td> + <td></td> + <td>4KM</td> + <td>Kondapur, Kothaguda X Road's,Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Slizzing Grills</td> + <td></td> + <td>4KM</td> + <td>2nd Floor, Sri Tirumala Subash Arcade, Kothaguda X Roads, Kondapur, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>F9 Diner</td> + <td></td> + <td>4KM</td> + <td>4th Floor Pavan Priyanka Plaza, Opp Harsha Toyota & Above Kun Hyundai, Kondapur, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Dine vally</td> + <td></td> + <td>4KM</td> + <td>Opp Police Commissionerate Office, Gachibowli, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Quality INN</td> + <td></td> + <td>4KM</td> + <td>Lumbini Enclave, Opposite Engineering Staff College, Gachibowli, Hyderabad</td> + <td></td> + </tr> + <tr> + <td>Haveli</td> + <td></td> + <td>4KM</td> + <td>148 Beside Kothaguda Post Office, Commercial Complex, Main Road, Kondapur, Hyderabad</td> + <td></td> + </tr> +</table> {% endblock content %}
\ No newline at end of file |