Skip to content

Commit

Permalink
changed the logo and powerpoint file and statelist table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimkal committed Dec 15, 2014
1 parent becf33f commit 5d32406
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
Binary file modified llin/static/Data_analysis_tool_Interface_Tutorial.pptx
Binary file not shown.
Binary file removed llin/static/images/Logo.jpg
Binary file not shown.
Binary file modified llin/static/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions states/views.py
Expand Up @@ -55,11 +55,11 @@ class ContactUs(SuccessMessageMixin, FormView):
form_class = ContactForm
success_url = '/'
def form_valid(self, form):
#form.cleaned
# This method is called when valid form data has been POSTed.
# It should return an HttpResponse.
if form.send_email() == True :
success_message='Thanks for your email, we will be in touch'

return super(ContactUs, self).form_valid(form)


2 changes: 1 addition & 1 deletion templates/header.html
Expand Up @@ -6,7 +6,7 @@
<div class="span12" >

<div id="logo"><a href="/">
<img src="{% static "images/logo.png" %}" width="220" height="160" alt=""/></a>
<img src="{% static "images/logo.png" %}" width="280" height="80" alt=""/></a>
</div>

<ul id="menu-my-menu" class="menu" style="margin-top:40px;">
Expand Down
2 changes: 1 addition & 1 deletion templates/states/email.html
Expand Up @@ -216,7 +216,7 @@
<td align="center">
<p>Email from: {{name}} | {{email}}
</p>
<p> Server time : {% now "Dj M, Y" %}
<p> Server time : {% now "D, jS M, Y" %}
</p>
</td>
</tr>
Expand Down
3 changes: 2 additions & 1 deletion templates/states/lists.html
Expand Up @@ -4,7 +4,7 @@
{% block content %}

<!--BEGIN SECTION Maps Listing-->
<section id="blog" class="mutualWrap sectP">
<section id="join-team" class="mutualWrap shadow mutualWrap sectP">
<div class="container">
<div class="row">
<div class="span12">
Expand Down Expand Up @@ -64,6 +64,7 @@ <h3 class="section-quote">"The way you communicate an idea is different than the

<!--END SECTION Maps Listing-->
<style type="text/css">
a{color:#000 !important;}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
Expand Down

0 comments on commit 5d32406

Please sign in to comment.