Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--updated home page #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 28 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 36 additions & 43 deletions src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ const Home = () => {
<div>
{/* <img src={homeImg}></img> */}
<div
className="text-white m-4 p-4 max-w-xs"
style={{ backgroundColor: "#03539a", boxShadow: "0 2px 4px black" }}
className="m-8 p-4"
>
<h1 className="text-xl my-2.5">What Will You Learn Today</h1>
<h1 className="text-xl my-2.5">What Will You Learn Today ?</h1>
<div className="flex my-3">
<input
className="w-full py-1.5 px-3.5 rounded-sm"
className="w-1/2 py-1.5 px-3.5 rounded-md border"
placeholder="Search Learning"
/>
<i className="fas fa-search fa-md text-black relative right-8 top-2.5"></i>
</div>
<div className="my-3">
<div className="my-5 ">
<span
className="text-2xl rounded-full px-2.5"
style={{
backgroundColor: "#53abfa",
backgroundColor: "#5fabfa",
boxShadow: "0 1px 2px black",
}}
>
Expand All @@ -47,85 +46,82 @@ const Home = () => {
</div>
</div>
<div className="my-8">
<h1 className="text-2xl font-bold text-center">
<h1 className="text-3xl my-8 font-semibold text-center">
Most Recommended Courses
</h1>
<div className="flex overflow-x-scroll">
<div
className="p-4 my-6 mx-4 rounded"
className="shadow-xl p-4 my-6 mx-4 rounded"
style={{
backgroundColor: "#f0f1f9",
boxShadow: "0 2px 4px grey",
// backgroundColor: "#f0f1f9",
// boxShadow: "0 2px 4px grey",
minWidth: "18rem",
}}
>
<div className="p-2">
<img
className="rounded"
style={{ boxShadow: "0px 1px 4px grey" }}
// style={{ boxShadow: "0px 1px 4px grey" }}
src={img2}
></img>
<h1 className="font-bold my-2.5">
Bootcamp on Python(from Scratch) for Beginners.
</h1>
<h3 className="text-xs my-1.5">Category : Programming (Udemy)</h3>
<button
className="text-white p-1.5 rounded-md text-xs"
style={{ backgroundColor: "#4c589e" }}
className="text-white px-2 py-1 rounded-sm text-sm bg-blue-400"
>
<Link to="/enroll">Add Course</Link>
</button>
<span> 5 :</span>
</div>
</div>
<div
className="p-4 my-6 mx-4 rounded"
className="shadow-xl p-4 my-6 mx-4 rounded"
style={{
backgroundColor: "#f0f1f9",
boxShadow: "0 2px 4px grey",
// backgroundColor: "#f0f1f9",
// boxShadow: "0 2px 4px grey",
minWidth: "18rem",
}}
>
<div className="p-2">
<img
className="rounded"
style={{ boxShadow: "0px 1px 4px grey" }}
// style={{ boxShadow: "0px 1px 4px grey" }}
src={img2}
></img>
<h1 className="font-bold my-2.5">
Bootcamp on Python(from Scratch) for Beginners.
</h1>
<h3 className="text-xs my-1.5">Category : Programming (Udemy)</h3>
<button
className="text-white p-1.5 rounded-md text-xs"
style={{ backgroundColor: "#4c589e" }}
className="text-white px-2 py-1 rounded-sm text-sm bg-blue-400"
>
<Link to="/enroll">Add Course</Link>
</button>
<span> 5 :</span>
</div>
</div>
<div
className="p-4 my-6 mx-4 rounded"
className="shadow-xl p-4 my-6 mx-4 rounded"
style={{
backgroundColor: "#f0f1f9",
boxShadow: "0 2px 4px grey",
// backgroundColor: "#f0f1f9",
// boxShadow: "0 2px 4px grey",
minWidth: "18rem",
}}
>
<div className="p-2">
<img
className="rounded"
style={{ boxShadow: "0px 1px 4px grey" }}
// style={{ boxShadow: "0px 1px 4px grey" }}
src={img2}
></img>
<h1 className="font-bold my-2.5">
Bootcamp on Python(from Scratch) for Beginners.
</h1>
<h3 className="text-xs my-1.5">Category : Programming (Udemy)</h3>
<button
className="text-white p-1.5 rounded-md text-xs"
style={{ backgroundColor: "#4c589e" }}
className="text-white px-2 py-1 rounded-sm text-sm bg-blue-400"
>
<Link to="/enroll">Add Course</Link>
</button>
Expand All @@ -138,80 +134,77 @@ const Home = () => {
<h1 className="text-2xl font-bold text-center">Most Recent Courses</h1>
<div className="flex overflow-x-scroll">
<div
className="p-4 my-8 mx-4 rounded"
className="shadow-xl p-4 my-8 mx-4 rounded"
style={{
backgroundColor: "#f0f1f9",
boxShadow: "0 2px 4px grey",
// backgroundColor: "#f0f1f9",
// boxShadow: "0 2px 4px grey",
minWidth: "18rem",
}}
>
<div className="p-2">
<img
className="rounded"
style={{ boxShadow: "0px 1px 4px grey" }}
// style={{ boxShadow: "0px 1px 4px grey" }}
src={img2}
></img>
<h1 className="font-bold my-2.5">
Bootcamp on Python(from Scratch) for Beginners.
</h1>
<h3 className="text-xs my-1.5">Category : Programming (Udemy)</h3>
<button
className="text-white p-1.5 rounded-md text-xs"
style={{ backgroundColor: "#4c589e" }}
className="text-white px-2 py-1 rounded-sm text-sm bg-blue-400"
>
<Link to="/enroll">Add Course</Link>
</button>
<span> 5 :</span>
</div>
</div>
<div
className="p-4 my-8 mx-4 rounded"
className="shadow-xl p-4 my-8 mx-4 rounded"
style={{
backgroundColor: "#f0f1f9",
boxShadow: "0 2px 4px grey",
// backgroundColor: "#f0f1f9",
// boxShadow: "0 2px 4px grey",
minWidth: "18rem",
}}
>
<div className="p-2">
<img
className="rounded"
style={{ boxShadow: "0px 1px 4px grey" }}
// style={{ boxShadow: "0px 1px 4px grey" }}
src={img2}
></img>
<h1 className="font-bold my-2.5">
Bootcamp on Python(from Scratch) for Beginners.
</h1>
<h3 className="text-xs my-1.5">Category : Programming (Udemy)</h3>
<button
className="text-white p-1.5 rounded-md text-xs"
style={{ backgroundColor: "#4c589e" }}
className="text-white px-2 py-1 rounded-sm text-sm bg-blue-400"
>
<Link to="/enroll">Add Course</Link>
</button>
<span> 5 :</span>
</div>
</div>
<div
className="p-4 my-8 mx-4 rounded"
className="shadow-xl p-4 my-8 mx-4 rounded"
style={{
backgroundColor: "#f0f1f9",
boxShadow: "0 2px 4px grey",
// backgroundColor: "#f0f1f9",
// boxShadow: "0 2px 4px grey",
minWidth: "18rem",
}}
>
<div className="p-2">
<img
className="rounded"
style={{ boxShadow: "0px 1px 4px grey" }}
// style={{ boxShadow: "0px 1px 4px grey" }}
src={img2}
></img>
<h1 className="font-bold my-2.5">
Bootcamp on Python(from Scratch) for Beginners.
</h1>
<h3 className="text-xs my-1.5">Category : Programming (Udemy)</h3>
<button
className="text-white p-1.5 rounded-md text-xs"
style={{ backgroundColor: "#4c589e" }}
className="text-white px-2 py-1 rounded-sm text-sm bg-blue-400"
>
<Link to="/enroll">Add Course</Link>
</button>
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11662,16 +11662,21 @@
"resolved" "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
"version" "4.0.8"

"type-fest@^0.13.1", "type-fest@^0.21.3":
"integrity" "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
"version" "0.21.3"
"type-fest@^0.13.1":
"integrity" "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg=="
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz"
"version" "0.13.1"

"type-fest@^0.20.2":
"integrity" "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"
"version" "0.20.2"

"type-fest@^0.21.3":
"integrity" "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
"version" "0.21.3"

"type-fest@^0.3.1":
"integrity" "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ=="
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz"
Expand Down