sef-global / scholarx-frontend

This is the frontend of the ScholarX
MIT License
5 stars 50 forks source link

Create the footer using tailwind css #76

Closed vishwaikon closed 7 months ago

vishwaikon commented 7 months ago

…in external CSS stylesheet were replaced with Tailwind CSS classes. The code to import the external stylesheet was commented to prevent style conflicts.

Purpose

The purpose of this PR is to develop the footer of the website and replace the Antd styles with Tailwind CSS which is a part of fixing issue #50.

Goals

Tailwind classes were used to enhance efficiency and readability and the structure.

Approach

The CSS flexbox was used and Tailwind CSS classes were used to achieve the Antd styles. The code to import the external stylesheet was commented to prevent conflicts in styles and to be used if required.

Screenshots

image

Checklist

Related PRs

Test environment

Learning

vishwaikon commented 7 months ago

Hi, @mayura-andrew , I fixed the ESLint errors, but the ESLint check still fails.

anjula-sack commented 7 months ago

Hi, @mayura-andrew , I fixed the ESLint errors, but the ESLint check still fails.

@vishwaikon Run npm run lint and see the lint errors should be shown there