diff options
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index e8c30e0..038d373 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -65,10 +65,12 @@ $(document).ready(function(){ </script> </head> -<body > +<body> + <!-- <center> <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> <ul class=" nav navbar-nav ml-auto"> |