+
);
}
diff --git a/src/app/about.tsx b/src/app/about.tsx
index 061a7bd..2366c48 100644
--- a/src/app/about.tsx
+++ b/src/app/about.tsx
@@ -1,18 +1,16 @@
-import { useState } from 'react';
+import { useState } from "react";
-import drSudarshan from '/images/dr-sudarshan2.png';
-import meenakshi from '/images/meenakshi4.png';
-import aditya from '/images/aditya.jpeg';
-import shivani from '/images/shivani-aggarwal4.png';
-import { Navbar } from "../components/navbar";
-import '../styles/aboutDled.css';
+import drSudarshan from "/images/dr-sudarshan2.png";
+import meenakshi from "/images/meenakshi4.png";
+import aditya from "/images/aditya.jpeg";
+import shivani from "/images/shivani-aggarwal4.png";
+import "../styles/aboutDled.css";
const About = () => {
- const [activeTab, setActiveTab] = useState('vision');
+ const [activeTab, setActiveTab] = useState("vision");
return (
-
{/* Hero Section */}
@@ -22,11 +20,19 @@ const About = () => {
Redefining Education Through Innovation
- The Dhananjaya Lab for Education Design (DLED) at IIT Ropar is pioneering
- transformative approaches to learning in the digital age.
+ The Dhananjaya Lab for Education Design (DLED) at IIT Ropar is
+ pioneering transformative approaches to learning in the digital
+ age.
- We envision a world where education adapts to each learner's needs,
- leveraging technology to create personalized, accessible, and
- transformative learning experiences.
+ We envision a world where education adapts to each
+ learner's needs, leveraging technology to create
+ personalized, accessible, and transformative learning
+ experiences.
@@ -127,7 +149,8 @@ const About = () => {
Innovation
- Pioneering new approaches to teaching and learning
+ Pioneering new approaches to teaching and
+ learning
@@ -140,7 +163,8 @@ const About = () => {
Global Impact
- Creating solutions that scale across diverse contexts
+ Creating solutions that scale across diverse
+ contexts
- Our mission is to research, design, and implement educational
- innovations that make learning more effective, engaging, and
- accessible for all.
+ Our mission is to research, design, and implement
+ educational innovations that make learning more
+ effective, engaging, and accessible for all.
@@ -306,4 +371,4 @@ const About = () => {
);
};
-export default About;
\ No newline at end of file
+export default About;
diff --git a/src/app/careers.tsx b/src/app/careers.tsx
index 7a7f746..ba7193b 100644
--- a/src/app/careers.tsx
+++ b/src/app/careers.tsx
@@ -1,64 +1,78 @@
import { Link } from "react-router-dom";
-import { Navbar } from "../components/navbar"; // Import Navbar
const Careers = () => {
const openings = [
{
- title: 'Full Stack Developer Intern (Virtual)',
- type: 'Internship',
- location: 'Remote',
+ title: "Full Stack Developer Intern (Virtual)",
+ type: "Internship",
+ location: "Remote",
description:
- 'Work on cutting-edge educational platforms. Gain experience in React, Node.js, and cloud technologies.',
+ "Work on cutting-edge educational platforms. Gain experience in React, Node.js, and cloud technologies.",
requirements: [
- 'Proficiency in JavaScript, React, and Node.js',
- 'Experience with REST APIs and databases',
- 'Strong problem-solving skills',
+ "Proficiency in JavaScript, React, and Node.js",
+ "Experience with REST APIs and databases",
+ "Strong problem-solving skills",
],
- applyLink: '/contact?tab=join',
+ applyLink: "/contact?tab=join",
},
{
- title: 'Full Stack Developer Intern (Onsite)',
- type: 'Internship',
- location: 'IIT Ropar Campus',
+ title: "Full Stack Developer Intern (Onsite)",
+ type: "Internship",
+ location: "IIT Ropar Campus",
description:
- 'Collaborate with our team onsite to develop scalable educational tools and platforms.',
+ "Collaborate with our team onsite to develop scalable educational tools and platforms.",
requirements: [
- 'Proficiency in JavaScript, React, and Node.js',
- 'Experience with version control (Git)',
- 'Ability to work in a team environment',
+ "Proficiency in JavaScript, React, and Node.js",
+ "Experience with version control (Git)",
+ "Ability to work in a team environment",
],
- applyLink: '/contact?tab=join',
+ applyLink: "/contact?tab=join",
},
{
- title: 'Research Assistant (AI in Education)',
- type: 'Research',
- location: 'IIT Ropar Campus',
+ title: "Research Assistant (AI in Education)",
+ type: "Research",
+ location: "IIT Ropar Campus",
description:
- 'Assist in research projects focused on AI-driven personalized learning systems.',
+ "Assist in research projects focused on AI-driven personalized learning systems.",
requirements: [
- 'Background in AI/ML or related fields',
- 'Experience with Python and machine learning libraries',
- 'Strong analytical and research skills',
+ "Background in AI/ML or related fields",
+ "Experience with Python and machine learning libraries",
+ "Strong analytical and research skills",
],
- applyLink: '/contact?tab=join',
+ applyLink: "/contact?tab=join",
},
];
return (
- {/* Add Navbar at the top */}
{/* Hero Section */}
-
+
{/* <-- Remove this line */}
-
Shape the Future of Education
+
+ Shape the Future of Education
+
- Join DLED and contribute to innovative educational technologies through development and research.
+ Join DLED and contribute to innovative educational technologies
+ through development and research.