diff options
author | Akshen | 2018-12-26 13:15:13 +0530 |
---|---|---|
committer | GitHub | 2018-12-26 13:15:13 +0530 |
commit | 4b1f8b3d0b9db995c12b27490a33cc66c9bfc0c4 (patch) | |
tree | f5350c6b50e0c3b788fee5e0e1905480e394b075 | |
parent | cf79305f5220f2dd53a1ea0f4188b25daea7ac05 (diff) | |
parent | e274c88ed3cda8ff41433815699427457d76c8ed (diff) | |
download | workshop_booking-4b1f8b3d0b9db995c12b27490a33cc66c9bfc0c4.tar.gz workshop_booking-4b1f8b3d0b9db995c12b27490a33cc66c9bfc0c4.tar.bz2 workshop_booking-4b1f8b3d0b9db995c12b27490a33cc66c9bfc0c4.zip |
Merge pull request #75 from Akshen/stats
FOSSEE Jobs Banner
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index a8edf66..e8c30e0 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -67,7 +67,7 @@ $(document).ready(function(){ </head> <body > <center> - <img src="https://static.fossee.in/python/scipy2018/banners/SciPy_promo_webbnr.png"> + <h4 style="width:100%;color:red;font-weight:bold;">FOSSEE and Spoken Tutorial projects are hiring.Click <a href="https://www.ircc.iitb.ac.in/IRCC-Webpage/rnd/RecruitmentGenerateAdvertisement.jsp?advcirno=D-34/P(11)18-19" target="_blank" style="color:#1982d1">here</a> to know more.</h4> </center> <nav class="navbar navbar-expand-sm navbar-custom"> <a class="navbar-brand">FOSSEE Python Workshops</a> |