Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
updated contact
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Apr 11, 2014
1 parent e5d2241 commit d21166e
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions nymdesign/nymdesign/templates/info_pages/contact.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
{% extends "base.html" %}
{% load staticfiles %}

{% block title %}{{ title }}{% endblock %}

{% block addition_header_info %}
<script language="javascript" src="{{ STATIC_URL }}scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
<script language="javascript" src="{{ STATIC_URL }}scripts/jq_email.js" type="text/javascript"></script>
<style type="text/css">

</style>
{% endblock %}

{% block left_menu %}{% endblock %}

{% block main_content %}
<!-- color band -->
<div style="background-color:#476d7c; height:6px;"></div>

<!-- project name -->
<h2 style="background-color:#e3e8ec;" class="project_name">{{ title }}</h2>

<!-- category images -->
<div id="contact_info" style="padding-bottom:200px;">We would love to hear from you!
<br />Please leave us a message at <span class='mlink'>nilou (at) nymdesign (dot) com</span>
</div>


{% endblock %}

{% extends "base.html" %}

{% block title %}{{ title }}{% endblock %}

{% block addition_header_info %}
<script language="javascript" src="{{ MEDIA_URL }}scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
<script language="javascript" src="{{ MEDIA_URL }}scripts/jq_email.js" type="text/javascript"></script>
<style type="text/css">

</style>
{% endblock %}

{% block left_menu %}{% endblock %}

{% block main_content %}
<!-- color band -->
<div style="background-color:#476d7c; height:6px;"></div>

<!-- project name -->
<h2 style="background-color:#e3e8ec;" class="project_name">{{ title }}</h2>

<!-- category images -->
<div id="contact_info" style="padding-bottom:200px;">We would love to hear from you!
<br />Please leave us a message at <span class='mlink'>nilou (at) nymdesign (dot) com</span>
</div>


{% endblock %}

0 comments on commit d21166e

Please sign in to comment.