diff options
author | Komal Sheth | 2016-10-05 14:20:23 +0530 |
---|---|---|
committer | GitHub | 2016-10-05 14:20:23 +0530 |
commit | 302317c39ff01676858b3a78baa880629c012d77 (patch) | |
tree | dd4faec6ac1105a30b7a2c4c8da61cef50168632 /website/templates/base.html | |
parent | d4bb8fe9333594a079b0c57d99f24ad577c0e1ad (diff) | |
parent | d1312be1555c8cb0d372acd7bac28cb6ad051a3d (diff) | |
download | SciPy2016-302317c39ff01676858b3a78baa880629c012d77.tar.gz SciPy2016-302317c39ff01676858b3a78baa880629c012d77.tar.bz2 SciPy2016-302317c39ff01676858b3a78baa880629c012d77.zip |
Merge pull request #22 from FOSSEE/Home_page
resubmission of proposal is added
Diffstat (limited to 'website/templates/base.html')
-rwxr-xr-x | website/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index fb3d745..a9ac680 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -89,10 +89,10 @@ <col width="40%" />
</colgroup>
<tr>
-<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=90% width=60% alt="">
+<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=90% width=80% alt="">
</td>
<td></td>
-<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=90% width=60% alt="">
+<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=90% width=80% alt="">
</td>
</tr>
|