summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPrashant S2018-08-07 17:25:30 +0530
committerGitHub2018-08-07 17:25:30 +0530
commitec4e9d163c4d3ac67853f3c2eb1a8e51699a7598 (patch)
tree116ca2ace5ac37fe47d14db816c8688f99ce0e67 /static
parent4f37c02d48c0c80b7de6b8f39fc0f047b4aa8b49 (diff)
parentca38bf3aa5af9ae9eb73b54f21ce54f992774e21 (diff)
downloadSciPy2018-ec4e9d163c4d3ac67853f3c2eb1a8e51699a7598.tar.gz
SciPy2018-ec4e9d163c4d3ac67853f3c2eb1a8e51699a7598.tar.bz2
SciPy2018-ec4e9d163c4d3ac67853f3c2eb1a8e51699a7598.zip
Merge pull request #4 from prashantsinalkar/master
added new project table
Diffstat (limited to 'static')
-rw-r--r--static/website/bootstrap-css/assets/images/fossee.pngbin0 -> 79661 bytes
-rw-r--r--static/website/bootstrap-css/assets/images/fossee_logo.pngbin0 -> 19335 bytes
-rw-r--r--static/website/bootstrap-css/assets/images/iitb_logo.pngbin0 -> 16169 bytes
-rw-r--r--static/website/bootstrap-css/assets/images/pylogo.pngbin0 -> 8950 bytes
-rw-r--r--static/website/bootstrap-css/assets/images/yaksh_banner.pngbin0 -> 1552 bytes
-rwxr-xr-xstatic/website/bootstrap-css/custom.css1
-rw-r--r--static/website/templates/index.html52
7 files changed, 50 insertions, 3 deletions
diff --git a/static/website/bootstrap-css/assets/images/fossee.png b/static/website/bootstrap-css/assets/images/fossee.png
new file mode 100644
index 0000000..6feda2d
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/fossee.png
Binary files differ
diff --git a/static/website/bootstrap-css/assets/images/fossee_logo.png b/static/website/bootstrap-css/assets/images/fossee_logo.png
new file mode 100644
index 0000000..ecd7e44
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/fossee_logo.png
Binary files differ
diff --git a/static/website/bootstrap-css/assets/images/iitb_logo.png b/static/website/bootstrap-css/assets/images/iitb_logo.png
new file mode 100644
index 0000000..8134c71
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/iitb_logo.png
Binary files differ
diff --git a/static/website/bootstrap-css/assets/images/pylogo.png b/static/website/bootstrap-css/assets/images/pylogo.png
new file mode 100644
index 0000000..d42c54f
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/pylogo.png
Binary files differ
diff --git a/static/website/bootstrap-css/assets/images/yaksh_banner.png b/static/website/bootstrap-css/assets/images/yaksh_banner.png
new file mode 100644
index 0000000..d41ba80
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/yaksh_banner.png
Binary files differ
diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css
index 7d3df62..7014560 100755
--- a/static/website/bootstrap-css/custom.css
+++ b/static/website/bootstrap-css/custom.css
@@ -72,4 +72,3 @@ if it's not present, don't show loader */
border-radius: 50%;
border: 5px solid rgba(0,0,30,0.8);
}
-
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 393e7e1..5816a5e 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -707,7 +707,7 @@ jQuery(document).ready(function($){
<img src="" alt="" />
</div>
<div class="content">
- <p>Mr. Akeshen D <br>
+ <p>Mr. Akshen D <br>
</p>
</div>
@@ -832,7 +832,7 @@ jQuery(document).ready(function($){
</div>
</div>
<div class="row">
- <div class="col-sm-12">
+ <div class="col-md-4">
<dl class="alt">
<dt>Phone</dt>
<dd><i class="fa fa-phone" aria-hidden="true"></i> (+91) 22 25764133</dd>
@@ -845,6 +845,54 @@ jQuery(document).ready(function($){
</dd>
</dl>
</div>
+ <div class="col-md-8">
+ <!-- <div class="row">
+ <div class="col-md-3 text-center">
+ <a href="https://fossee.in/" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/fossee_logo.png' %}" style="width:50%" class="text-center"></a><strong><p class="text-center">Fossee</p></strong>
+ </div>
+ <div class="col-md-3 text-center">
+ <a href="https://yaksh.fossee.in" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/yaksh_banner.png' %}" style="background:black" class="text-center" ></a><strong><p class="text-center">yaksh - Online Test</p></strong>
+ </div>
+ <div class="col-md-3 text-center">
+ <a href="https://python-workshops.fossee.in" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/pylogo.png' %}" style="width:30%;" class="text-center" ></a><strong><p class="text-center">Python Workshop</p></strong>
+ </div>
+ <div class="col-md-3 text-center">
+ <a href="https://www.iitb.ac.in/" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/iitb_logo.png' %}" style="width:30%;" class="text-center"></a>
+ <strong><p class="text-center">IIT Bombay</p></strong>
+ </div>
+ </div> -->
+ <div class="table-responsive">
+ <table class="table">
+ <tr>
+ <td style="vertical-align:bottom;border-top:none;!important">
+ <div class="text-center align-baseline">
+ <a href="https://fossee.in/" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/fossee_logo.png' %}" style="width:60%" class="text-center"></a>
+ </div>
+ </td>
+ <td style="vertical-align:bottom;border-top:none;!important">
+ <div class="text-center align-baseline">
+ <a href="https://yaksh.fossee.in" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/yaksh_banner.png' %}" style="background:black;padding: 5%;" class="text-center" ></a>
+ </div>
+ </td>
+ <td style="vertical-align:bottom;border-top:none;!important">
+ <div class="text-center align-baseline">
+ <a href="https://python-workshops.fossee.in" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/pylogo.png' %}" style="width:30%;" class="text-center" ></a>
+ </div>
+ </td>
+ <td style="vertical-align:bottom;border-top:none;!important">
+ <div class="text-center align-baseline">
+ <a href="https://www.iitb.ac.in/" target="_blank"><img src="{% static 'website/bootstrap-css/assets/images/iitb_logo.png' %}" style="width:40%;" class="text-center"></a>
+ </div>
+ </tr>
+ <tr>
+ <td style="vertical-align:top;border-top:none;!important"><strong><p class="text-center">FOSSEE</p></strong></td>
+ <td style="vertical-align:top;border-top:none;!important"><strong><p class="text-center">YAKSH - Online Test Platform</p></strong></td>
+ <td style="vertical-align:top;border-top:none;!important"><strong><p class="text-center">Python Workshop</p></strong></td>
+ <td style="vertical-align:top;border-top:none;!important"><strong><p class="text-center">IIT Bombay</p></strong></td>
+ </tr>
+ </table>
+ </div>
+ </div>
</div>
</section>