Skip to content

Commit 60863f6

Browse files
authored
Merge pull request #404 from AashishKumarSingh1/main
replacecd outdated images
2 parents 5532d4d + 81ef993 commit 60863f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/Department/ECE/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const dept = "ECE";
1212
const about = `The Department of Electronics and Communication Engineering at the National Institute of Technology Patna began its journey in 1978 with just 10 undergraduate students and is dedicated to providing quality education at both undergraduate (UG) and postgraduate (PG) levels. Currently, the department offers a B.Tech. program in Electronics and Communication Engineering with an intake of 100, B. Tech in Electronics Engineering (VLSI Design and Technology) with an intake of 80, a Dual Degree (B.Tech. + M.Tech.) in Microelectronics and VLSI System Design with an intake of 22, M.Tech. programs in Next Generation Wireless Technologies and in Microelectronics and VLSI System Design with an intake of 15 each, and Ph.D. programs (both Full-time and Part-time) in Electronics and Communication Engineering. All courses are regularly updated by academic and industry experts to align with the evolving needs of today’s industry. The undergraduate program has been accredited by the National Board of Accreditation (NBA) for six years, from July 2021 to June 2027. The department has also received significant funding, including a grant of ₹3.52 Crore from DST under the FIST scheme for upgrading the Antenna Engineering Laboratory, while the VLSI Laboratory has been upgraded with support from the SMDP-C2SD project.
1313
The department is supported by a group of young, competent, and dedicated faculty members actively engaged in quality research in diverse areas such as High Power RF/Microwave Devices, Antennas, Filters, Metamaterials and Metasurfaces, Microwave Imaging, and Computational Electromagnetics; Signal Processing, Image Processing, Speech Analysis, Biomedical Signal Processing, Machine Learning, Soft Computing Techniques, and Pattern Recognition; Analog, Digital, and Mixed Signal IC Design, FPGA-based System Design, Synthesis and Characterization of Nanomaterials, and Nano-electronics; as well as Wireless Communications and Networks, Quantum Cryptographic Algorithms, Physical Layer, Cognitive Radio Networks (CRN), and Optical Fiber Communication. By continually exploring promising research areas, the department prepares its students to excel in their respective fields and make meaningful contributions in their professional careers`;
1414

15-
const picture = ["https://i.postimg.cc/fyY06783/nit-patna-005.jpg"];
15+
const picture = ["https://i.postimg.cc/SND4srFX/ECE-dept.jpg"];
1616

1717
export default function ECE() {
1818
const router = useRouter();

src/app/components/global/Imagefooter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react'
22
function Imagefooter() {
33
return (
4-
<footer className="w-full h-[300px] md:h-[90vh] bg-cover bg-no-repeat bg-center relative scroll-mt-32 py-8 transition-all duration-300 ease-in-out"
4+
<footer className="w-full h-[300px] md:h-[110vh] bg-cover bg-no-repeat bg-center relative scroll-mt-32 py-8 transition-all duration-300 ease-in-out"
55
style={{
6-
backgroundImage: "linear-gradient(to bottom, white, rgba(0, 0, 0, 0.1)), url('https://nitp-database-s3.s3.ap-south-1.amazonaws.com/MainEntrance.webp')"
6+
backgroundImage: "linear-gradient(to bottom, white, rgba(0, 0, 0, 0.1)), url('https://i.postimg.cc/2SG1CvT3/dji-fly-20260211-142624-554-1770809717334-photo(1)-jpg.jpg')"
77
}}
88
></footer>
99
)

0 commit comments

Comments
 (0)