diff --git a/FAQ.css b/FAQ.css new file mode 100644 index 0000000..b375db4 --- /dev/null +++ b/FAQ.css @@ -0,0 +1,8 @@ +body, h1, h2, h3, p { + margin:30px; + padding: 0; + font-family: Arial, sans-serif; +} + +body {background-color: rgb(235, 235, 235); +padding: 2px; } \ No newline at end of file diff --git a/FAQ.html b/FAQ.html new file mode 100644 index 0000000..ff31d53 --- /dev/null +++ b/FAQ.html @@ -0,0 +1,69 @@ + + + + + + Frequently Asked Questions + + + +
+

Frequently Asked Questions

+

Your questions answered!

+
+ +
+
+

General Questions

+
+

1. What courses do you offer?

+

We offer a variety of courses including HTML, CSS, JavaScript, Python, Java, and more. Our courses cater to beginners as well as advanced learners.

+
+
+

2. How long do the courses take?

+

Our courses vary in length, but most can be completed in 4 to 12 weeks, depending on the course and your pace of learning.

+
+
+

3. Do I need prior experience to enroll?

+

No prior experience is necessary for our beginner courses. We provide all the foundational knowledge you need to get started.

+
+
+

4. What if I have questions during the course?

+

You can reach out to our instructors through our online forum or during live Q&A sessions. We also have a community of learners who can help you.

+
+
+

5. Are there any certifications offered?

+

Yes! Upon successful completion of a course, you will receive a certificate that you can share on your LinkedIn profile or resume.

+
+
+ +
+

Technical Questions

+
+

1. What tools do I need for coding?

+

You will need a computer and an internet connection. Specific tools may vary by course, but we recommend using a code editor like Visual Studio Code.

+
+
+

2. Can I access the course materials after completion?

+

Yes, you will have lifetime access to all course materials, including videos and resources, even after you complete the course.

+
+
+

3. What if I miss a live session?

+

No worries! All live sessions are recorded and made available for you to watch at your convenience.

+
+
+

4. Are the courses self-paced?

+

Yes, most of our courses are self-paced, allowing you to learn at your own speed. However, some courses may have specific deadlines for assignments.

+
+
+

5. How can I get support if I encounter issues?

+

You can contact our support team via email or through the support chat on our website. We are here to help you!

+
+
+
+ + + + \ No newline at end of file diff --git a/app dev.webp b/app dev.webp new file mode 100644 index 0000000..fce50f1 Binary files /dev/null and b/app dev.webp differ diff --git a/app.css b/app.css new file mode 100644 index 0000000..c612e6d --- /dev/null +++ b/app.css @@ -0,0 +1,102 @@ +body, h1, h2, h3, p, ul, li { + margin: 0; + padding: 0; + list-style: none; +} + +body { + font-family: Arial, sans-serif; + line-height: 1.6; + background-color: #f4f4f4; + color: #333; +} + +/* Header styles */ +header { + background: #007bff; + color: #fff; + padding: 20px 0; + text-align: center; +} + +header h1 { + margin-bottom: 10px; +} + +header p { + font-size: 1.2em; +} + +/* Navigation styles */ +nav { + background: #333; + color: #fff; +} + +nav ul { + display: flex; + justify-content: center; + padding: 10px 0; +} + +nav ul li { + margin: 0 15px; +} + +nav ul li a { + color: #fff; + text-decoration: none; + font-weight: bold; +} + +nav ul li a:hover { + text-decoration: underline; +} + +/* Main content styles */ +main { + padding: 20px; + max-width: 800px; + margin: 20px auto; + background: #fff; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); + border-radius: 5px; +} + +section { + margin-bottom: 20px; +} + +section h2 { + color: #007bff; + margin-bottom: 10px; +} + +section p { + margin-bottom: 10px; +} + +section h3 { + margin-top: 15px; + color: #333; +} + +section ul { + margin-left: 20px; +} + +section ul li { + margin-bottom: 5px; +} + +/* Footer styles */ +footer { + text-align: center; + padding: 15px 0; + background: #007bff; + color: #fff; + position: relative; + bottom: 0; + width: 100%; + margin-top: 20px; +} \ No newline at end of file diff --git a/app.html b/app.html new file mode 100644 index 0000000..372464c --- /dev/null +++ b/app.html @@ -0,0 +1,95 @@ + + + + App Development Course + + + +
+

App Development Course

+

Learn how to build amazing applications from scratch!

+
+ + + +
+
+

Chapter 1: Introduction to App Development

+

Overview of app development, types of applications, and platforms.

+

Practical Learning:

+ +
+ +
+

Chapter 2: Setting Up Your Environment

+

Installing necessary tools and software for app development.

+

Practical Learning:

+ +
+ +
+

Chapter 3: Basic UI Design

+

Understanding user interface design principles and tools.

+

Practical Learning:

+ +
+ +
+

Chapter 4: Building Your First App

+

Step-by-step guide to building a simple application.

+

Practical Learning:

+ +
+ +
+

Chapter 5: Advanced Features

+

Incorporating advanced functionalities such as APIs and databases.

+

Practical Learning:

+ +
+ +
+

Chapter 6: Testing and Deployment

+

Testing your application and preparing it for deployment.

+

Practical Learning:

+ +
+ +
+

Chapter 7: Final Project

+

Apply everything you've learned to create a final project.

+

Practical Learning:

+ +
+
\ No newline at end of file diff --git a/backend.avif b/backend.avif new file mode 100644 index 0000000..48e113a Binary files /dev/null and b/backend.avif differ diff --git a/front.webp b/front.webp new file mode 100644 index 0000000..30b8377 Binary files /dev/null and b/front.webp differ diff --git a/full stack.png b/full stack.png new file mode 100644 index 0000000..85b5662 Binary files /dev/null and b/full stack.png differ diff --git a/full stack2.jpg b/full stack2.jpg new file mode 100644 index 0000000..0790d5e Binary files /dev/null and b/full stack2.jpg differ diff --git a/full.css b/full.css new file mode 100644 index 0000000..2f99f5c --- /dev/null +++ b/full.css @@ -0,0 +1,55 @@ +body { + font-family: Arial, sans-serif; + line-height: 1.6; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +header { + background: #35424a; + color: #ffffff; + padding: 20px 0; + text-align: center; +} + +nav ul { + list-style: none; + padding: 0; +} + +nav ul li { + display: inline; + margin: 0 15px; +} + +nav ul li a { + color: #ffffff; + text-decoration: none; +} + +main { + padding: 20px; +} + +section { + background: #ffffff; + margin: 20px 0; + padding: 20px; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); +} + +h2 { + color: #35424a; +} + +footer { + text-align: center; + padding: 10px 0; + background: #35424a; + color: #ffffff; + position: relative; + bottom: 0; + width: 100%; +} \ No newline at end of file diff --git a/full.html b/full.html new file mode 100644 index 0000000..dc7aa68 --- /dev/null +++ b/full.html @@ -0,0 +1,66 @@ + + + + + + Full Stack Development Course + + + +
+

Full Stack Development Course

+ +
+ +
+
+

Chapter 1: Introduction to Full Stack

+

This chapter provides an overview of Full Stack Development, explaining what it is and the technologies involved.

+
+ +
+

Chapter 2: HTML & CSS

+

This chapter covers the basics of HTML and CSS, including how to structure a webpage and apply styles.

+
+ +
+

Chapter 3: JavaScript Basics

+

This chapter introduces JavaScript, covering variables, functions, and basic programming concepts.

+
+ +
+

Chapter 4: Node.js & Express

+

This chapter discusses server-side development using Node.js and Express, including how to set up a server and handle requests.

+
+ +
+

Chapter 5: MongoDB

+

This chapter covers the basics of MongoDB, including how to set up a database and perform CRUD operations.

+
+ +
+

Chapter 6: React.js

+

This chapter introduces React.js, covering components, props, state management, and building user interfaces.

+
+ +
+

Chapter 7: Deployment

+

This chapter discusses deployment strategies for full stack applications, including hosting and continuous integration.

+
+
+ + + + \ No newline at end of file diff --git a/hel.html b/hel.html new file mode 100644 index 0000000..f243a07 --- /dev/null +++ b/hel.html @@ -0,0 +1,37 @@ + + + + + + Help Page + + + +
+

Help Center

+

Your questions answered!

+
+
+ + +
+

Contact Us

+
+ + + + + + + + + + +
+
+
+ + + \ No newline at end of file diff --git a/help.css b/help.css new file mode 100644 index 0000000..d7a8efd --- /dev/null +++ b/help.css @@ -0,0 +1,80 @@ +body { + font-family: Arial, sans-serif; + line-height: 1.6; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +header { + background: #35424a; + color: #ffffff; + padding: 20px 0; + text-align: center; +} + +h1 { + margin: 0; +} + +main { + padding: 20px; +} + +.faqs { + background: #ffffff; + padding: 20px; + margin-bottom: 20px; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.faq { + margin-bottom: 15px; +} + +.contact-form { + background: #ffffff; + padding: 20px; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +form { + display: flex; + flex-direction: column; +} + +label { + margin-bottom: 5px; +} + +input, textarea { + margin-bottom: 15px; + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; +} + +button { + padding: 10px; + background: #35424a; + color: #ffffff; + border: none; + border-radius: 5px; + cursor: pointer; +} + +button:hover { + background: #2c3e50; +} + +footer { + text-align: center; + padding: 10px 0; + background: #35424a; + color: #ffffff; + position: relative; + bottom: 0; + width: 100%; +} \ No newline at end of file diff --git a/hlo.jpeg b/hlo.jpeg new file mode 100644 index 0000000..409caa8 Binary files /dev/null and b/hlo.jpeg differ diff --git a/project.css b/project.css new file mode 100644 index 0000000..e596cb8 --- /dev/null +++ b/project.css @@ -0,0 +1,287 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + + +} + +body { + background-color: #dce4dc; + color: #333333; + line-height: 1.6; +text-align:center; +} + + +.navbar { + display: flex; + justify-content: space-between; + align-items: center; + background-color: #1343e3; + padding: 1rem; + color: #b10f0f; +} + +.navbar .logo { + font-size: 1.5rem; + font-weight: bold; +} + +.nav-links { + list-style: none; + display: flex; +} + +.nav-links li { + margin-left: 1.5rem; +} + +.nav-links a { + color: #fff; + text-decoration: none; + font-size: 1rem; +} + +.nav-links a:hover { + color: #ddd; +} + + +.hero { + text-align: center; + padding: 4rem 2rem; + background: linear-gradient(to bottom, #6a11cb, #2575fc); + color: #fff; + background: url("hlo.jpeg") no-repeat center +center/cover; height: 100vh; display: flex; justify-content: center; align-items: center; text-align:center; color: #050101; flex-direction: column; padding: 20px; +} + + +.hero h1 { + font-size: 2.5rem; +} + +.hero h3 { + margin-top: 1rem; + font-size: 1.2rem; +} + + +.card-overlay { + display: flex; + justify-content: center; + gap: 1rem; + padding: 2rem; +} + +.card-overlay .card { + background-color: #fff; + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + width: 200px; + padding: 1rem; + text-align: center; +} + +.card-overlay img { + width: 100%; + border-radius: 4px; +} + +.card-overlay h3 { + margin-top: 1rem; + font-size: 1.2rem; +} + + +.popular-courses { + text-align: center; + padding: 4rem 2rem; +} + +.popular-courses h2 { + margin-bottom: 2rem; + font-size: 2rem; +} + +.card-grid { + display: flex; + justify-content: center; + gap: 2rem; + flex-wrap: wrap; + +} + +.card-grid .card { + background-color: #fff; + border-radius: 8px; + + width: 250px; + padding: 1rem; + text-align: center; +} + +.card-grid img { + width: 100%; + border-radius: 4px; +} + +.card-grid p { + margin-top: 1rem; + font-size: 0.9rem; + color: #666; +} + + +.course-features { + background-color: #eee; + padding: 2rem; + text-align: center; +} + +.course-features h2 { + margin-bottom: 1.5rem; +} + + + +.course-features li { + margin: 0.5rem 0; + font-size: 1rem; +} + + +.register { + background-color: #fff; + padding: 3rem; + text-align: center; +} + +.register h2 { + margin-bottom: 1.5rem; +} + +.register form { + max-width: 400px; + margin: 0 auto; +} + +.form-group { + margin-bottom: 1rem; + text-align: left; +} + +.form-group label { + display: block; + font-weight: bold; +} + +.form-group input, +.form-group select { + width: 100%; + padding: 0.5rem; + border: 1px solid #ccc; + border-radius: 4px; +} + +.register button { + padding: 0.75rem 1.5rem; + color: #fff; + background-color: #333; + border: none; + border-radius: 4px; + cursor:pointer; +} + +.register button:hover { + background-color: #555; +} + + +.testimonials { + background-color: #f9f9f9; + padding: 3rem 2rem; + text-align: center; +} + +.testimonials h2 { + margin-bottom: 2rem; +} + +.testimonial-grid { + display: flex; + justify-content: center; + gap: 2rem; + flex-wrap: wrap; +} + +.testimonial-card { + background-color: #fff; + padding: 1.5rem; + border-radius: 8px; + + width: 200px; +} + +.testimonial-card p { + font-size: 1rem; + font-style: italic; + margin-bottom: 1rem; +} + + +.footer { + background-color: #333; + color: #fff; + padding: 2rem; + text-align: center; +} + +.footer-content { + max-width: 800px; + margin: 0 auto; +} + +.footer-links a { + color: #fff; + margin: 0 0.5rem; + +} + +.footer-links a:hover { + color: #ddd; +} + +.newsletter input[type="email"] { + padding: 0.5rem; + border-radius: 4px; + border: 1px solid #ccc; + margin-right: 0.5rem; +} + +.newsletter button { + padding: 0.5rem 1rem; + background-color: #444; + color: #fff; + border: none; + border-radius: 4px; + + +} + +.newsletter button:hover { + background-color: #555; +} + +.socials a { + color: #fff; + margin: 0 0.5rem; + text-decoration: none; +} + +.socials a:hover { + color: #e40d0d; +} + + \ No newline at end of file diff --git a/project.html b/project.html new file mode 100644 index 0000000..96d962d --- /dev/null +++ b/project.html @@ -0,0 +1,173 @@ + + + + + DEvNest + + + + + + +
+

Welcome to DEvNest

+

Become a coding expert in 12 weeks. Start your journey today!

+ +
+
+ App Development +

App Development

+ +
+
+ Web 
+Development +

Web Development

+ +

+
+
+ Full-Stack 
+Bootcamp +

Full stack web-development

+ +
+
+
+ + + +
+

Why Enroll in DEvNest?

+ +
+ +
+

Register for DEvNest

+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ +
+

What Our Students Say

+
+
+

+ "DEvNest helped me land my first job in tech! The instructors were amazing." +

+

- Alex T.

+
+

+ "I loved the project-based learning approach. It prepared me well + for real-world challenges." +

+

- Maria G.

+
+
+

+ "A fantastic experience! I recommend DEvNest to anyone looking to + start a career in web development." +

+

- Liam S.

+
+
+

+ " The lessons were clear, well-explained, and provided enough depth on each topic. I appreciated the examples and interactive elements, as they made it easier to grasp the concepts." +

+

-S Rohit

+ +
+
+ + + + diff --git a/school.webp b/school.webp new file mode 100644 index 0000000..ddfe664 Binary files /dev/null and b/school.webp differ diff --git a/web dev.webp b/web dev.webp new file mode 100644 index 0000000..3722268 Binary files /dev/null and b/web dev.webp differ diff --git a/web.css b/web.css new file mode 100644 index 0000000..2f99f5c --- /dev/null +++ b/web.css @@ -0,0 +1,55 @@ +body { + font-family: Arial, sans-serif; + line-height: 1.6; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +header { + background: #35424a; + color: #ffffff; + padding: 20px 0; + text-align: center; +} + +nav ul { + list-style: none; + padding: 0; +} + +nav ul li { + display: inline; + margin: 0 15px; +} + +nav ul li a { + color: #ffffff; + text-decoration: none; +} + +main { + padding: 20px; +} + +section { + background: #ffffff; + margin: 20px 0; + padding: 20px; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); +} + +h2 { + color: #35424a; +} + +footer { + text-align: center; + padding: 10px 0; + background: #35424a; + color: #ffffff; + position: relative; + bottom: 0; + width: 100%; +} \ No newline at end of file diff --git a/web.html b/web.html new file mode 100644 index 0000000..b5bb9e5 --- /dev/null +++ b/web.html @@ -0,0 +1,54 @@ + + + + + + Web Development Course + + + +
+

Web Development Course

+ +
+ +
+
+

Chapter 1: Introduction to HTML

+

This chapter covers the basics of HTML, including elements, attributes, and structure.

+
+ +
+

Chapter 2: CSS Basics

+

This chapter introduces CSS, including selectors, properties, and how to style HTML elements.

+
+ +
+

Chapter 3: JavaScript Fundamentals

+

This chapter provides an overview of JavaScript, including variables, functions, and control structures.

+
+ +
+

Chapter 4: Responsive Design

+

This chapter discusses the principles of responsive design and how to create layouts that adapt to different screen sizes.

+
+ +
+

Chapter 5: Advanced CSS

+

This chapter delves into advanced CSS techniques such as Flexbox, Grid, and animations.

+
+
+ + + + \ No newline at end of file