AbhiPatel10 / AISKCON-CONSTRUCTION

https://abhipatel10.github.io/AISKCON-CONSTRUCTION/
55 stars 183 forks source link

[GSSOC'23] - Segregating the style.css file into 2 parts. #335

Open Nachiket94 opened 1 year ago

Nachiket94 commented 1 year ago

The current style.css file for the Home page contains a lot of sections and styles. I would like to seperate it into 2 parts. 1) Contains the styles that are common to all pages, such as navbar, footer etc. --> style.css 2) Contains the styles specific to Home page, such as build with quality materials section, service section, testimonials etc. --> home.css

This would increase the loading speed of other pages such as service page, contact us page etc. as it would not need to download all the styles that are not even related to the specific page.

Nachiket94 commented 1 year ago

Please assign me this issue under GSSoC 23'.