rbjks / rbjks.github.io

Info website for an NGO 'Ranjeet Bakhshi Jan Kalyan Sabha' which aims to empower local communities in Himachal Pradesh
https://rbjks.github.io/
13 stars 37 forks source link

made the ui change for translate button for smaller devices #151

Closed kripa-sindhu-007 closed 2 months ago

kripa-sindhu-007 commented 2 months ago

Moved the Translate to English/Hindi button to the main page on smaller devices

Motivation and Context

  1. An issue was raised for this in the repo
  2. Issue-109

Screenshots (if appropriate):

Screenshot 2024-06-13 170753

Types of Changes

Just made a new div for that button and a few lines of CSS

I have only changed lines in index file and its CSS. but a lot of changes are seen. One of the reasons I can think of is the use of Preetier for formatting docs. I would urge to the maintainer of this repo to make sure that I have not made any necessary changes

kripa-sindhu-007 commented 2 months ago

I have added that button to all the pages. For your second concern as I mentioned I haven't change anything I tried to see what changes are made somewhere its change of Inverted commas from " " to ' '. Somewhere some blank lines are added . I have formatted the document using Preetier plugin in Vs Code that's why these changes are visible.

P.S: I added a start command in package,json to deploy the webpage locally which was not present earlier