forked from biswaz/rescuekerala
-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #896 from namboodiri/master
seperate page for collection centers inside and outside kerala
- Loading branch information
Showing
4 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
mainapp/templates/mainapp/collectioncenter_district_select.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{% extends 'base.html' %} | ||
{% load static %} | ||
{% block content %} | ||
|
||
{% load bootstrap3 %} | ||
|
||
<div class="container text-center"> | ||
<h1 class="main-logo">kerala<span style="font-weight: normal;">rescue</span></h1> | ||
<p style="margin-bottom:20px;"> | ||
<i>An initiative by Govt. of Kerala, Kerala State IT Mission and IEEE Kerala Section<br> | ||
For effective collaboration and communications between authorities, volunteers and public </i><br/> | ||
<strong>ദുരിതാശ്വാസ പ്രവര്ത്തനങ്ങളും രക്ഷാ ദൗത്യങ്ങളും ഏകോപിപ്പിക്കാന്</strong><br/> | ||
<b><a href="{% static 'images/msg_cm.jpg' %}">Message from Hon. Chief Minister of Kerala</a></b> | ||
</p> | ||
<a href="/collection_centers/inside_kerala/" class="home-button card" role="button"> | ||
{% bootstrap_icon "home" %} | ||
<span class="text"> | ||
Inside Kerala<br/> | ||
<span class="ml small"></span> | ||
</span> | ||
</a> | ||
<a href="/collection_centers/outside_kerala/" class="home-button card" role="button"> | ||
{% bootstrap_icon "send" %} | ||
<span class="text"> | ||
Outside Kerala<br/> | ||
<span class="ml small"> </span> | ||
</span> | ||
</a> | ||
<p class="home-info"> | ||
Contact Control Room or Disaster Management Cell or District Administration for any support.<br> | ||
Volunteers may contact District Project Managers for support related to volunteering and contributions<br> | ||
<br/> | ||
സഹായത്തിനായി വൊളന്റീയര്മാര് തയ്യാറാണ്. സഹായം ആവശ്യമെങ്കില് ഒരോ ജില്ലയിലെയും നിയോഗിക്കപെട്ട ഉദ്യോഗസ്ഥരുമായി ബന്ധപ്പെടാം | ||
</p> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters