Skip to content
Snippets Groups Projects
Commit 4148cb07 authored by Princelle Maxime's avatar Princelle Maxime :gay_pride_flag:
Browse files

:lipstick: adding logo and editing titles

parent a908763a
1 merge request!7🔀 V1
public/favicon.ico

3.78 KiB | W: | H:

public/favicon.ico

15 KiB | W: | H:

public/favicon.ico
public/favicon.ico
public/favicon.ico
public/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,9 +7,9 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="RMS app for AIUS"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
......@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>AIUS • RMS</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
......
public/logo.png

35.4 KiB

public/logo192.png

5.22 KiB

public/logo512.png

9.44 KiB

......@@ -8,12 +8,12 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "logo.png",
"type": "image/png",
"sizes": "512x512"
}
......
......@@ -67,12 +67,13 @@ const Navbar = ({ sidebarOpen, setSidebarOpen, path }) => {
</button>
</div>
</Transition.Child>
<div className="flex-shrink-0 flex items-center px-4">
<div className="flex-shrink-0 flex flow-row items-center px-4">
<img
className="h-8 w-auto"
src="https://tailwindui.com/img/logos/workflow-logo-indigo-500-mark-white-text.svg"
src="/logo.png"
alt="Workflow"
/>
<span className="pl-3 text-2xl font-semibold text-gray-100">AIUS • RMS</span>
</div>
<div className="mt-5 flex-1 h-0 overflow-y-auto">
<nav className="px-2 space-y-1">
......@@ -110,12 +111,13 @@ const Navbar = ({ sidebarOpen, setSidebarOpen, path }) => {
<div className="flex flex-col w-64">
{/* Sidebar component, swap this element with another sidebar if you like */}
<div className="flex-1 flex flex-col min-h-0">
<div className="flex items-center h-16 flex-shrink-0 px-4 bg-gray-900">
<div className="flex items-center flex-row h-16 flex-shrink-0 px-4 bg-gray-900">
<img
className="h-8 w-auto"
src="https://tailwindui.com/img/logos/workflow-logo-indigo-500-mark-white-text.svg"
src="/logo.png"
alt="Workflow"
/>
<span className="pl-3 text-2xl font-semibold text-gray-100">AIUS • RMS</span>
</div>
<div className="flex-1 flex flex-col overflow-y-auto">
<nav className="flex-1 px-2 py-4 bg-gray-800 space-y-1">
......
......@@ -31,16 +31,16 @@ const Login = () => {
<div className="min-h-screen bg-gray-50 flex flex-col justify-center py-12 sm:px-6 lg:px-8">
<div className="sm:mx-auto sm:w-full sm:max-w-md">
<img
className="mx-auto h-12 w-auto"
src="https://tailwindui.com/img/logos/workflow-mark-indigo-600.svg"
className="mx-auto h-24 w-auto"
src="/logo.png"
alt="Workflow"
/>
<h2 className="mt-6 text-center text-3xl font-extrabold text-gray-900">
Se connecter <br className="visible sm:hidden"/>au Back-Office
Connexion RMS
</h2>
</div>
<div className="mt-8 sm:mx-auto sm:w-full sm:max-w-md">
<div className="mt-8 sm:mx-auto mx-2 sm:w-full sm:max-w-md">
<form className="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10" onSubmit={handleSubmit}>
<div className="space-y-6">
<div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment