-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from UniqueCoderRihan/Mission-Finishing-Ui
Mission finishing UI
- Loading branch information
Showing
12 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
vite.svg,1685369108364,59ec4b6085a0cb1bf712a5e48dd5f35b08e34830d49c2026c18241be04e05d5a | ||
index.html,1695582970057,bf8467b7361278ce9a1acd310f25831bf212810d1d17d771c07f2588908580ab | ||
assets/index-05468838.css,1695582970057,5f9505fcabbd727fa9a26588b176ed04a608a0f44adc02ff41cd52d57ef832eb | ||
comming.png,1695580124448,bc9c2c33145f831d1345c85d756de7b59c74700fc2e3607655b251ab28e36c80 | ||
assets/index-336db648.js,1695582970072,4f629f5bed02fbb827da994509ac9ce31d3cac70c96ecca8137534e924c54f22 | ||
index.html,1695749044180,0cb60a72759c2785eedcfc274f59d8992790a032160b69f580d9cb159ee0da99 | ||
assets/index-e8f6060b.css,1695749044180,3648c0d7b579b32fb4ab3c88b27ca707b01291faf7ce9e1fada98f7e770bb419 | ||
recyco.jpg,1695748484831,d365bcc67765a77c408184c9fc8671d50037be2295c8cb088c88b347cb2d3048 | ||
assets/index-3bb1881e.js,1695749044180,2e07a83618fff165db01989c6ade2a6d63696161f34d26b25406739f90f13d91 | ||
comming.png,1695748201974,bc9c2c33145f831d1345c85d756de7b59c74700fc2e3607655b251ab28e36c80 | ||
speakup.jpg,1695748484890,04d8f167ce4f8b5f80f792bb4d8b77833afb7c9c8ba2a7a75e9bc6c3991583e5 | ||
speakup1.jpg,1695748484989,ea56fad8a31670da42950e583d33c442ab8a6457f59c1f7fb8cb354ff1020840 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
|
||
const DashbordHome = () => { | ||
return ( | ||
<div className="relative flex flex-col md:justify-center items-center min-h-screen"> | ||
<h1 className="text-xl font-bold pt-12"> | ||
Welcome <span className=" uppercase"> Dear Hero.</span>!!!!! | ||
</h1> | ||
<p className="pt-4 ">Explore, Navigate, and Take Challenge.</p> | ||
|
||
<img | ||
src="speakup1.jpg" | ||
alt="Background for Learning" | ||
className="absolute object-cover w-full h-full opacity-40" | ||
/> | ||
</div> | ||
|
||
); | ||
}; | ||
|
||
export default DashbordHome; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters