Skip to content

Commit

Permalink
UI improved
Browse files Browse the repository at this point in the history
  • Loading branch information
venom-2 committed Jun 1, 2024
1 parent b66b000 commit e8017eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Frontend/DMS-IMS/src/Pages/JSX/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useState } from "react";
import toast from "react-hot-toast";
import { useNavigate } from "react-router-dom";
import {jwtDecode} from "jwt-decode"; // Correct import for jwt-decode
import logo from "../../assets/IMSLogo.png"; // Correct import for logo

const Login = ({ isTokenExpired }) => {
const navigate = useNavigate();
Expand Down Expand Up @@ -79,21 +80,21 @@ const Login = ({ isTokenExpired }) => {
<div className="container">
<div className="row gy-4 align-items-center">
<div className="col-12 col-md-6 col-xl-7">
<div className="d-flex justify-content-center text-bg-primary">
<div className="col-12 col-xl-9">
<img
className="img-fluid rounded mb-4"
<div className="d-flex justify-content-center text-bg-primary" style={{height:'86.8vh'}}>
<div className="col-12 col-xl-9 align-content-center">
{/* <img
className="img-fluid rounded mb-4 d-none d-sm-block"
loading="lazy"
src="./assets/img/ims-logo.svg"
src={logo}
width="245"
height="80"
alt="IMS Logo"
/>
<hr className="border-primary-subtle mb-4" />
<h2 className="h1 mb-4">
style={{ mixBlendMode: "multiply", marginLeft: "14rem", width:'7rem', height:'7rem'}}
/> */}
<h2 className="h1 mb-4" style={{textAlign:'center'}}>
Welcome to IMS Computer Science Department
</h2>
<p className="lead mb-5">
<p className="lead mb-5" style={{textAlign:'center'}}>
Empowering the next generation of tech innovators and leaders.
</p>
<div className="text-center">
Expand Down
Binary file added Frontend/DMS-IMS/src/assets/IMSLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8017eb

Please sign in to comment.