diff options
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/css/main.css | 9 | ||||
-rw-r--r-- | static/website/templates/call-for-proposals.html | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index cd6dae2..c816257 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -339,3 +339,12 @@ body { color: green!important; font-family: -webkit-body; } + + + +.table-bordered tr:nth-child(odd){ + background: #D3D3D3; + } +.table-bordered tr:nth-child(even){ + background: #EDEDED; + } diff --git a/static/website/templates/call-for-proposals.html b/static/website/templates/call-for-proposals.html index 5f17e71..ea9bdf3 100644 --- a/static/website/templates/call-for-proposals.html +++ b/static/website/templates/call-for-proposals.html @@ -36,16 +36,15 @@ Call for Proposals <td>Neethu N J </tr> <tr> - <td>Efficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python - <td>Rakesh Hirur - </tr> - <tr> <td>Python Powered Scientific Instrumentation Tool <td>Jithin Bhagavathi </tr> <tr> <td>Closed loop Control of A DC Motor using expEYES with Python <td>Melvin Chelli + <tr> + <td>Efficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python + <td>Rakesh Hirur </tr> </table> <p> |