diff options
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 2 | ||||
-rw-r--r-- | workshop_app/templates/workshop_app/self_workshop.html | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index 63d14f7..12a6562 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -67,11 +67,13 @@ $(document).ready(function(){ </head> <body> + <!-- <center> <a href="https://fossee.in/fellowship/2019"><img src="https://static.fossee.in/fossee/banners/fellowship_2019_3.gif"/> </a> </center> + --> <nav class="navbar navbar-expand-sm navbar-custom"> <a class="navbar-brand">FOSSEE Python Workshops</a> <ul class=" nav navbar-nav ml-auto"> diff --git a/workshop_app/templates/workshop_app/self_workshop.html b/workshop_app/templates/workshop_app/self_workshop.html index e95658e..63b46a3 100644 --- a/workshop_app/templates/workshop_app/self_workshop.html +++ b/workshop_app/templates/workshop_app/self_workshop.html @@ -39,7 +39,9 @@ a { </li> <li class='ans'> - The course is designed and curated by <a href="https://www.aero.iitb.ac.in/~prabhu/index.html" target="_blank">Prof.Prabhu Ramachandran, Dept. Of Aerospace Engineering, IIT Bombay).</a> + The course is designed and curated by <a + href="https://www.aero.iitb.ac.in/~prabhu/index.html" + target="_blank">Prof.Prabhu Ramachandran,(Dept. Of Aerospace Engineering, IIT Bombay).</a> </li> <li class='ans'> @@ -51,7 +53,7 @@ a { </li> <li class='ans'> - Certificates are issued in the first week on the next month. + Certificates are issued in the first week of the next month. </li> </ul> |