Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarune28 committed Jan 14, 2024
2 parents 9c1324a + 76dfd82 commit 14a25e1
Show file tree
Hide file tree
Showing 13 changed files with 205 additions and 241 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/WPI-Roadmap">
<img src="Roadmap.png" alt="Roadmap-WPI" width=200 height=200>
<img src="./public/logo-icon.png" alt="Roadmap-WPI" width=200 height=200>
</a>
<h3 align="center">Roadmap-WPI</h3>

Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/logo-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
Binary file added src/assets/images/logo-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/public.png
Binary file not shown.
4 changes: 3 additions & 1 deletion src/components/Authorization/LoginView/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
import { Button, Form, Input } from "antd";
import { auth, logInWithEmailAndPassword, loginWithMicrosoft, registerWithEmailAndPassword } from "../../../Firebase";
// IMAGES
import publicLogo from "../../../assets/images/public.png";
// import publicLogo from "../../../assets/images/public.png";
import microsoft from "../../../assets/images/Microsoft_icon.svg.png";
import { useNavigate } from "react-router";
import "./Login.css";
import { useEffect, useState } from "react";
import { useAuthState } from "react-firebase-hooks/auth";

import publicLogo from "../../../assets/images/logo-black.png";

// ADMIN LOGIN VIEW
function LoginView(props) {
const navigate = useNavigate();
Expand Down
16 changes: 8 additions & 8 deletions src/components/Dashboard/Dashboard.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@


.one {
background-color: #FFAEBC;
background-color: #ffaebc;
/* height: 100vh; */

}
.tour-item {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sideButt:hover {
background-color: white !important;
color: black !important;
border-color: black !important;
color: #AB2B37 !important;
}

.courseNode {
Expand All @@ -20,4 +20,4 @@
cursor: pointer;
background-color: black !important;
color: white !important;
}
}
Loading

0 comments on commit 14a25e1

Please sign in to comment.