fossasia / 2019.fossasia.org

FOSSASIA Summit 2019 https://2019.fossasia.org
1.44k stars 138 forks source link

Title is too long in index.html #134

Closed snitin315 closed 4 years ago

snitin315 commented 4 years ago

Actual Behaviour the title tag in index.html is too long and hence the whole title is not visible in browser tab. Screenshot from 2019-10-31 16-59-48

Expected Behaviour The Title tag should contain only FOSSASIA SUMMIT 2019 and the rest of the content is should be present in description meta tag.

Steps to reproduce it open the index.html file and see the tag</p> <!-- How can the issue be solved and the 'Expected Behaviour' be implemented --> <!--If possible, attach a screenshot of the issue to show the problem(s)--> <p><strong>Would you like to work on the issue?</strong> Yes I would like to work on this issue</p> <!--Please let us know if you can work on it or the issue should be assigned to someone else.--> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/Palak3103"><img src="https://avatars.githubusercontent.com/u/45858497?v=4" />Palak3103</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>Yes I would like to work on this issue</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ABHIJITBURMAN"><img src="https://avatars.githubusercontent.com/u/29723051?v=4" />ABHIJITBURMAN</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>may i work on this projects!! i would like to wok on this issue.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/snitin315"><img src="https://avatars.githubusercontent.com/u/46647141?v=4" />snitin315</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>Not a Priority , Hence closing.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>