diff --git a/src/components/page1/Home.css b/src/components/page1/Home.css index da5e4c7..2d4771b 100644 --- a/src/components/page1/Home.css +++ b/src/components/page1/Home.css @@ -9,7 +9,7 @@ flex-wrap: wrap; justify-content: center; align-items: center; - height: 50vh; + margin-bottom: 100px; } diff --git a/src/components/page3/1Year.css b/src/components/page3/1Year.css index 6591bec..7bd8efe 100644 --- a/src/components/page3/1Year.css +++ b/src/components/page3/1Year.css @@ -18,7 +18,7 @@ flex-wrap: wrap; justify-content: center; align-items: center; - height: 50vh; + margin-bottom: 10px; } diff --git a/src/components/page4/lecture.css b/src/components/page4/lecture.css index b704961..5fb13d2 100644 --- a/src/components/page4/lecture.css +++ b/src/components/page4/lecture.css @@ -2,9 +2,13 @@ display: flex; justify-content: center; align-items: center; + padding: 30px 0px; +} +.lecture{ + margin-bottom: 50px; } - .container { + margin-top: 10px; color: rgb(42, 36, 36); position: relative; font-family: sans-serif; @@ -12,10 +16,10 @@ justify-content: center; /* flex-direction: column; */ flex-wrap: wrap; - gap: 15px; - - height: 50vh; - margin-bottom: 0px; + gap: 25px; + margin-bottom: 50px; + + padding: 20px; } .container::before, @@ -43,31 +47,45 @@ } .container .box { + padding: 10px; width: 17.875em; height: 17.875em; - padding: 0rem; - background-color: rgba(41, 2, 73, 0.074); + cursor: pointer; + padding: 1rem; + align-items: center; + background-color: rgb(91 74 104 / 30%); border: 1px solid rgba(244, 252, 34, 0.222); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); - border-radius: 0.7rem; + margin-bottom: 10px; + + border-radius: 2.7rem; transition: all ease 0.3s; + display: flex; + flex-direction: column; + justify-content: space-between; + } + .lec-desc{ + font-size: 20px; } - .container .box { display: flex; flex-direction: column; justify-content: space-between; } .container .box:hover { - box-shadow: 0px 0px 20px 1px #ffbb763f; - border: 1px solid rgba(255, 255, 255, 0.454); + } - + .lec-desc { + font-size: 1.2rem; + text-align: center; + font-weight: 600; +} .container .box .upper img{ width: 285px; height: 150px; + border-radius: 1rem; } /* .container .box button{ diff --git a/src/components/page4/lecture.js b/src/components/page4/lecture.js index af231f7..b749bf5 100644 --- a/src/components/page4/lecture.js +++ b/src/components/page4/lecture.js @@ -16,6 +16,7 @@ function lecture() { return (
+

Lecture

@@ -23,14 +24,14 @@ function lecture() { {/*
*/} -
+
{/* compiler Design */}
img
- Compiler Design + Compiler Design View Content @@ -41,7 +42,7 @@ function lecture() {
img
- Data analytics + Data analytics View Content @@ -53,7 +54,7 @@ function lecture() {
img
- Design Analysis and Algorithm + Design Analysis and Algorithm View Content @@ -64,7 +65,7 @@ function lecture() {
img
- Machine Learning + Machine Learning View Content @@ -76,7 +77,7 @@ function lecture() {
img
- DataBase Management system + DataBase Management system View Content @@ -87,7 +88,7 @@ function lecture() {
img
- Computer Network + Computer Network View Content @@ -98,7 +99,7 @@ function lecture() {
img
- OOPs + OOPs View Content @@ -109,7 +110,7 @@ function lecture() {
img
- Web Technology + Web Technology View Content @@ -120,7 +121,7 @@ function lecture() {
img
- Big Data + Big Data View Content @@ -132,7 +133,7 @@ function lecture() {
img
- Software Engineering + Software Engineering View Content @@ -141,7 +142,7 @@ function lecture() {
- //
+
) } diff --git a/src/components/page4/quantum.css b/src/components/page4/quantum.css index 27c7b55..41c30ad 100644 --- a/src/components/page4/quantum.css +++ b/src/components/page4/quantum.css @@ -4,6 +4,10 @@ align-items: center; } +.book p{ + color: #3d3003; + font-size: 22px; +} .link1{ text-decoration: none; @@ -11,7 +15,7 @@ } .quantum-head{ - + font-size: 36px; border-bottom: 2px solid #9a5959; justify-content: center; text-align: center; diff --git a/src/components/page5(1st)/fstlecture.css b/src/components/page5(1st)/fstlecture.css index 99c9494..1fbef60 100644 --- a/src/components/page5(1st)/fstlecture.css +++ b/src/components/page5(1st)/fstlecture.css @@ -12,9 +12,7 @@ justify-content: center; /* flex-direction: column; */ flex-wrap: wrap; - gap: 15px; - - height: 50vh; + gap: 25px; margin-bottom: 0px; } @@ -43,15 +41,21 @@ } .container .box { + padding: 10px; width: 17.875em; height: 17.875em; - padding: 0rem; - background-color: rgba(41, 2, 73, 0.074); + padding: 1rem; + align-items: center; + background-color: rgb(91 74 104 / 30%); border: 1px solid rgba(244, 252, 34, 0.222); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); - border-radius: 0.7rem; + box-shadow: 2px 2px 10px black; + border-radius: 2.7rem; transition: all ease 0.3s; + display: flex; + flex-direction: column; + justify-content: space-between; } .container .box { @@ -60,14 +64,20 @@ justify-content: space-between; } .container .box:hover { - box-shadow: 0px 0px 20px 1px #ffbb763f; - border: 1px solid rgba(255, 255, 255, 0.454); + scale: 1.02; + background-color: rgb(192 143 230 / 67%); + box-shadow: 5px 5px 10px rgb(0, 0, 0); } .container .box .upper img{ width: 285px; height: 150px; + border-radius: 1rem; + border:1px solid #1f2021 + } + .upper span{ + font-size: 1rem; } /* .container .box button{ @@ -93,7 +103,8 @@ align-items: center; padding: 10px 15px; gap: 15px; - background-color: #007ACC; + background-color: rgb(161, 211, 245); + color: black; outline: 3px #007ACC solid; outline-offset: -3px; border-radius: 15px; @@ -102,11 +113,11 @@ cursor: pointer; transition: 400ms; cursor: pointer; - color: #fff; + } .container .box a:hover{ - background-color: transparent; - color: black; + background-color: #007ACC; + color: #fff; } diff --git a/src/components/page5(1st)/fstlecture.js b/src/components/page5(1st)/fstlecture.js index aa11b20..cbf135a 100644 --- a/src/components/page5(1st)/fstlecture.js +++ b/src/components/page5(1st)/fstlecture.js @@ -21,22 +21,23 @@ function lecture() { return (
+
-

1st year lecture

+

1st Year Lecture

{/*
*/} -
+
{/* compiler Design */}
img
- Engineering Physics + Engineering Physics View Content @@ -47,7 +48,7 @@ function lecture() {
img
- Engineering Mathematics-I + Engineering Mathematics-I View Content @@ -59,7 +60,7 @@ function lecture() {
img
- Electrical Engineering + Electrical Engineering View Content @@ -70,7 +71,7 @@ function lecture() {
img
- PPS + PPS View Content @@ -82,7 +83,7 @@ function lecture() {
img
- Artificial Intelligence + Artificial Intelligence View Content @@ -93,7 +94,7 @@ function lecture() {
img
- Soft Skill-I + Soft Skill-I View Content @@ -104,7 +105,7 @@ function lecture() {
img
- Engineering Chemistry + Engineering Chemistry View Content @@ -115,7 +116,7 @@ function lecture() {
img
- Engineering Mathematics-II + Engineering Mathematics-II View Content @@ -126,7 +127,7 @@ function lecture() {
img
- Electronics Engineering + Electronics Engineering View Content @@ -138,7 +139,7 @@ function lecture() {
img
- Mechanical Engineering and Mechatronics + Mechanical Engineering and Mechatronics View Content @@ -150,7 +151,7 @@ function lecture() {
img
- Emerging Technology + Emerging Technology View Content @@ -161,7 +162,7 @@ function lecture() {
img
- Soft skll-II + Soft skll-II View Content @@ -170,6 +171,7 @@ function lecture() {
+
//
) } diff --git a/src/components/page5(1st)/fstquantum.js b/src/components/page5(1st)/fstquantum.js index f5371f2..a09cd4e 100644 --- a/src/components/page5(1st)/fstquantum.js +++ b/src/components/page5(1st)/fstquantum.js @@ -30,7 +30,7 @@ function quantum() {
-

1st year quantum book

+

1st Year Quantum Book

diff --git a/src/components/page6(2nd)/sndlecture.js b/src/components/page6(2nd)/sndlecture.js index 04eb44a..7a7dc64 100644 --- a/src/components/page6(2nd)/sndlecture.js +++ b/src/components/page6(2nd)/sndlecture.js @@ -20,24 +20,25 @@ import ssii from '../../assets/ssii.jpg'; function sndlecture() { return ( -
+
+
-

2nd year lecture

+

2nd Year Lecture

{/*
*/} -
+
{/* compiler Design */}
img
- Engineering mathematics-4 + Engineering mathematics-4 View Content @@ -48,7 +49,7 @@ function sndlecture() {
img
- Data Structure + Data Structure View Content @@ -60,7 +61,7 @@ function sndlecture() {
img
- Computer Organization & Architecture + Computer Organization & Architecture View Content @@ -71,7 +72,7 @@ function sndlecture() {
img
- Discrete Structure & theory of logic + Discrete Structure & theory of logic View Content @@ -83,7 +84,7 @@ function sndlecture() {
img
- Energy Science + Energy Science View Content @@ -94,7 +95,7 @@ function sndlecture() {
img
- Technical Communication + Technical Communication View Content @@ -105,7 +106,7 @@ function sndlecture() {
img
- Python Programming + Python Programming View Content @@ -116,7 +117,7 @@ function sndlecture() {
img
- Cyber Security + Cyber Security View Content @@ -127,7 +128,7 @@ function sndlecture() {
img
- Universal Human Values + Universal Human Values View Content @@ -139,7 +140,7 @@ function sndlecture() {
img
- Operating System + Operating System View Content @@ -151,7 +152,7 @@ function sndlecture() {
img
- Theory of Automata & formal Language + Theory of Automata & formal Language View Content @@ -162,7 +163,7 @@ function sndlecture() {
img
- soft skill-2 + soft skill-2 View Content @@ -171,6 +172,7 @@ function sndlecture() {
+
//
) }