From bc63930e4d6f7b6f7ac642bc43d923dd0f7bccb9 Mon Sep 17 00:00:00 2001 From: mansi066 Date: Fri, 17 Jan 2025 10:57:43 +0530 Subject: [PATCH 1/3] Add course material --- World History/app.css | 109 +++++++ World History/course.css | 482 ++++++++++++++++++++++++++++ World History/quiz.html | 28 ++ World History/reading-material.html | 399 +++++++++++++++++++++++ World History/script.js | 143 +++++++++ World History/watchvideo1.html | 305 ++++++++++++++++++ World History/watchvideo2.html | 304 ++++++++++++++++++ World History/watchvideo3.html | 304 ++++++++++++++++++ World History/watchvideo4.html | 303 +++++++++++++++++ World History/watchvideo5.html | 302 +++++++++++++++++ World History/watchvideo6.html | 303 +++++++++++++++++ World History/worldHistory.html | 406 +++++++++++++++++++++++ navigateToPages/services.html | 2 +- 13 files changed, 3389 insertions(+), 1 deletion(-) create mode 100644 World History/app.css create mode 100644 World History/course.css create mode 100644 World History/quiz.html create mode 100644 World History/reading-material.html create mode 100644 World History/script.js create mode 100644 World History/watchvideo1.html create mode 100644 World History/watchvideo2.html create mode 100644 World History/watchvideo3.html create mode 100644 World History/watchvideo4.html create mode 100644 World History/watchvideo5.html create mode 100644 World History/watchvideo6.html create mode 100644 World History/worldHistory.html diff --git a/World History/app.css b/World History/app.css new file mode 100644 index 0000000..94943eb --- /dev/null +++ b/World History/app.css @@ -0,0 +1,109 @@ +:root{ + --hue-neutral:200; + --hue-wrong:0; + --hue-correct:145; +} + +body{ + --hue: var(--hue-neutral); + padding: 0; + margin: 0; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background-image:linear-gradient(45deg, #3498db, #2ecc71); + + height: 100vh; + width: 100vw; +} + +body.correct{ + --hue: var(--hue-correct); +} + +body.wrong{ + --hue: var(--hue-wrong); +} + +.container{ + width: 800px; + max-width: 80%; + background-color: aliceblue; + border-radius: 5px; + padding: 10px; + box-shadow: 0 0 10px 2px; + margin-bottom: 20px; +} + +.btn-grid { + display: grid; + grid-template-columns: repeat(2, auto); + gap: 10px; + margin: 20px 0; +} + +.btn{ + --hue: var(--hue-neutral); + border: 1px solid hsl(var(--hue), 100%, 30%); + background-color: rgba(6, 109, 109, 0.571); + border-radius: 5px; + padding: 5px 10px; + color: whitesmoke; + outline: none; + cursor: pointer; +} + +.btn.correct { + background-color: hsl(var(--hue-correct), 100%, 30%); +} + +.btn.wrong { + background-color: hsl(var(--hue-wrong), 100%, 30%); +} + +.btn:hover{ + border-color: black; + opacity: 2; +} + +.start-btn, +.next-btn{ + font-size: 1.5rem; + font-weight: bold; + padding: 10px 20px; + cursor: pointer; +} + +.controls{ + display: flex; + justify-content: center; + align-items: center; +} + +.hide{ + display: none; +} + .score-container { + --hue :var(--hue-neutral); +} + +.score { + font-size: 1.5rem; + font-weight: bold; + text-align: center; + padding: 10px; + border-radius: 5px; + background-color: aliceblue; + box-shadow: 0 0 10px 2px; +} + +.score.correct { + color: hsl(var(--hue-correct), 100%, 30%); + +} + +.score.wrong { + color: hsl(var(--hue-wrong), 100%, 30%); + +} diff --git a/World History/course.css b/World History/course.css new file mode 100644 index 0000000..29febde --- /dev/null +++ b/World History/course.css @@ -0,0 +1,482 @@ +@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap'); +:root{ + --tw-gradient-from: #4caf50; + --tw-gradient-to: #ffc107 ; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); + --tw-gradient-from: #4caf50; + --tw-gradient-to: #ffc107 ; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); + } + +html{ + font-size: 62.5%; + overflow-x: hidden; + scroll-padding-top: 7rem; + scroll-behavior: smooth; +} +body{ + background-image: linear-gradient(135deg, #FFC0CB, #87CEFA, #FFFFFF); +} +body.theme-dark{ + background-image: linear-gradient(to right ,var(--tw-gradient-stops)); +} +.heading + { + font-size: 4rem; + font-weight: 800; + text-transform: capitalize; + margin-top: 2rem; + margin-left: 45rem; +} + + +.playlist .row{ + display: flex; + align-items: center; + gap: 2.5rem; + flex-wrap: wrap; + padding:2rem; + background-color: #e9e4e4; +} +.theme-dark .playlist .row{ + background-color: rgb(55 65 81/1); + color:white; +} +.playlist .row .col{ + flex: 1 1 40rem; +} + +.playlist .row .col .save-list button{ + font-size: 2rem; + border-radius: .5rem; + background-color: whitesmoke; + padding: 1.2rem 2.5rem; + cursor: pointer; + margin-bottom: 2rem; +} +.playlist .row .col .save-list button i{ + color: black; + margin-right: 1rem; +} + +.playlist .row .col .save-list button span{ + color: black; +} +.playlist .row .col .save-list button:hover{ + background-color: black; +} +.playlist .row .col .save-list button:hover i{ + color:white; +} +.playlist .row .col .save-list button:hover span{ + color: white; +} + +.playlist .row .col .thumb{ + position: relative; + height: 30rem; +} + +.playlist .row .col .thumb span{ + position: absolute; + top: 1rem;left: 1rem; + border-radius: .5rem; + padding: 0.5rem 1.5rem; + font-size: 2rem; + color: #fff; + background-color:rgba(0,0,0,0.3); +} + +.playlist .row .col .thumb img{ + width: 100%; + height: 100%; + border-radius: .5rem; + object-fit: cover; +} + +.playlist .row .col .tutor{ + display: flex; + align-items: center; + gap: 1.7rem; +} +.playlist .row .col .tutor img{ + height: 7rem; + width: 7rem; + border-radius: 50%; + object-fit: cover; +} +.playlist .row .col .tutor h3{ + font-size: 2rem; + color: black; + margin-bottom: .2rem; +} +.playlist .row .col .tutor span{ + color:black; + font-size: 1.5rem; +} + +.playlist .row .col .details{ + padding-top: 1.5rem; +} +.playlist .row .col .details h3{ + font-size: 3rem; + color: green; +} + +.playlist .row .col .details p{ + padding: 1rem 0; + line-height: 2; + color: black; + font-size: 1.7rem; +} +.theme-dark .playlist .row .col .details p{ + color:white; +} + +.playlist .row .col .details .date{ + font-size: 1.7rem; + padding-top: .5rem; +} +.playlist .row .col .details .date i{ + color: black; + margin-right: 1rem; +} +.playlist .row .col .details .date span{ + color:black +} + +.video-container .box-container{ + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 6.5rem; + align-items: flex-start; + justify-content: center; + margin: 6rem; + } + + + +.video-container .box-container .box img{ + height: 20rem; + width: 100%; + border-radius: .5rem; + object-fit: cover; +} + +.video-container .box-container .box i{ + position: absolute; + top: 2rem; left: 2rem; right: 2rem; + height: 20rem; + background-color: rgba(0,0,0,0.3); + display: flex; + align-items: center; + justify-content: center; + font-size: 4rem; + color: #fff; + border-radius: 0.5rem; + display: none; +} + +.video-container .box-container .box:hover i{ + display: flex; +} + +.video-container .box-container .box h3{ + font-size: 2rem; + color: #000; + margin-top: 1rem; +} + +.video-container .box-container .box:hover h3{ + color:black; +} + +.watch-video .video-details{ + background-color: white; + padding: 2rem; +} + +@import url('https://fonts.googleapis.com/css?family=Raleway:400,800'); + +body { + font-family: Arial, sans-serif; + background-color: #f4f4f4; + margin: 0; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + flex-flow: wrap; + min-height: 100vh; +} + +.video-container { + max-width: 1200px; + margin: 0 auto; + padding: 20px; +} + + +.box-container { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 6.5rem; + align-items: flex-start; + justify-content: center; + margin: 6rem; +} + +figure.snip1107 { + font-family: 'Raleway', Arial, sans-serif; + color: #fff; + position: relative; + overflow: hidden; + margin: 10px; + min-width: 320px; /* Increased */ + max-width: 420px; /* Increased */ + max-height: 320px; /* Increased */ + width: 100%; + background: #000000; + text-align: center; +} + +figure.snip1107 * { + box-sizing: border-box; + transition: all 0.3s; +} + +figure.snip1107 img { + opacity: 1; + width: 100%; + height: auto; /* Ensure aspect ratio is maintained */ + transition: all 0.6s; +} + +figure.snip1107 figcaption { + position: absolute; + bottom: 0; + left: 18%; + right: 18%; + height: 100%; +} + +figure.snip1107 figcaption > div { + overflow: hidden; + width: 100%; + position: relative; + height: 50%; +} + +figure.snip1107 h3, +figure.snip1107 span { + margin: 0; + padding: 10px 15px; + display: inline-block; + width: 100%; + font-weight: 800; + text-transform: uppercase; +} + +figure.snip1107 span { + background: #ffffff; + color: #4d4d4d; + position: absolute; + bottom: 0; + left: 0; + transform: translate3d(0%, 100%, 0); +} + +figure.snip1107 h3 { + background: #333333; + transform: translate3d(0%, 0%, 0); +} + +figure.snip1107 a { + left: 0; + right: 0; + top: 0; + bottom: 0; + position: absolute; + color: #ffffff; +} + +figure.snip1107.blue { + background: #0a212f; +} + +figure.snip1107.blue h3 { + background:#4caf50; +} + +figure.snip1107:hover img, +figure.snip1107.hover img { + opacity: 0.35; + filter: blur(5px); + transform: scale(1.1); +} + +figure.snip1107:hover figcaption span, +figure.snip1107.hover figcaption span { + transform: translate3d(0%, 0%, 0); +} + +figure.snip1107:hover figcaption h3, +figure.snip1107.hover figcaption h3 { + transform: translate3d(0%, -100%, 0); +} + +/* Demo purposes only */ +html { + height: 100%; +} + + + +.video-container .box-container .bo +.watch-video .video-details .video{ + width: 100%; + border-radius: 0.5rem; +} +.watch-video .video-details .title{ + font-size: 2rem; + color: black; + padding: 1.5rem 0; +} + +.watch-video .video-details .info{ + display: flex; + gap: 2rem; + padding-bottom: 1.5rem; + border-bottom: #000; + +} +.watch-video .video-details .info p{ + font-size: 1.6rem; + font-weight: 600; +} + +.watch-video .video-details .info p i{ + margin-right: 1rem; + color: black; +} +.watch-video .video-details .info p span{ + color: black; +} +.watch-video .video-details .tutor{ + padding: 2rem 0; + display: flex; + align-items: center; + gap: 2rem; +} + +.watch-video .video-details .tutor img{ + height: 7rem; + width: 7rem; + border-radius: 50%; + object-fit: cover; +} + +.watch-video .video-details .tutor h3{ + font-size: 2rem; + color: #000; + margin-bottom: 0.2rem; +} + +.watch-video .video-details .tutor span{ + color: black; + font-size: 1.5rem; +} + +.watch-video .video-details .flex{ + display: flex; + align-items: center; + gap: 1.5rem; + justify-content: space-between; +} + +.watch-video .video-details .flex a{ + margin-top: 0; + font-size: 2rem; + text-decoration: underline; + color: purple; + +} + +.watch-video .video-details .flex button{ + background-color:white; + cursor: pointer; + padding: 1rem 2.5rem; + font-size: 2rem; + border-radius: .5rem; +} + +.watch-video .video-details .flex button{ + color: #000; + margin-right: 1rem; +} + +.watch-video .video-details .flex button span{ + color:black; +} + +.watch-video .video-details .flex button:hover{ + background-color: black; +} + +.watch-video .video-details .flex button:hover i{ + color: white; +} + +.watch-video .video-details .flex button:hover span{ + color: white; +} + +.watch-video .video-details .description{ + padding-top: 2rem; +} + +.watch-video .video-details .description p{ + line-height: 1.5; + font-size: 1.7rem; + color: black; + white-space: pre-line; +} + +.theme-dark .playlist .row .col .tutor h3{ + color: white; +} +.theme-dark .playlist .row .col .details .date span { + color:white; +} +.theme-dark .playlist .row .col .details .date i { + color:white; +} +.theme-dark .playlist .row .col .save-list button{ + background: #ffc107; +} +.theme-dark .watch-video .video-details{ + background: rgb(55 65 81/1); +} + +.theme-dark .watch-video .video-details .tutor h3 { + color: white; +} +.theme-dark .watch-video .video-details .info p span{ + color:white; +} +.theme-dark .watch-video .video-details .info p { + color:white; +} +.theme-dark .watch-video .video-details .info p i { + color: #fff; +} +.theme-dark .watch-video .video-details .info p span { + color: #fff; +} +.theme-dark .watch-video .video-details .description p{ + color: white; +} +.theme-dark .watch-video .video-details .flex button { + background: #ffc107; +} \ No newline at end of file diff --git a/World History/quiz.html b/World History/quiz.html new file mode 100644 index 0000000..29701fe --- /dev/null +++ b/World History/quiz.html @@ -0,0 +1,28 @@ + + + + + + World History + + + +
+
+
Question
+
+ +
+
+
+ + +
+
+
+ Score: 0 +
+ + + + diff --git a/World History/reading-material.html b/World History/reading-material.html new file mode 100644 index 0000000..1ba814e --- /dev/null +++ b/World History/reading-material.html @@ -0,0 +1,399 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ + + + + + +
+
+ World History +

+ World History Since 1500

+

(22 reviews)

+

★★★★☆

+

John Rankin, East Tennessee State University

+

Constanze Weise, East Tennessee State University + +

+

Copyright Year: 2023

+ +

Publisher: East Tennessee State University

+

Language: English

+
+
+

Table of Contents

+
    +
  • Chapter 1: The World in 1500
  • +
  • Chapter 2: Expanding Empires, Europe and the Americas 1500-1700
  • +
  • Chapter 3: Cultural Encounters and Expanding Empires in Asia and Eurasia 1500-1700
  • +
  • Chapter 4: Islamic Empires - Mughals, Ottomans and Safavids 1500-1700
  • +
  • Chapter 5: Age of Reason - The Scientific Revolution, Enlightened Thought and its Impact
  • +
  • Chapter 6: Challenging the Old Order - The Age of Revolutions
  • +
  • Chapter 7: Remaking the World - The Industrial Revolution, Workers and a New Economic Order
  • +
  • Chapter 8: Nation Building and Reform 1700-1900
  • +
  • Chapter 9: Managing Modernity in Asia 1700-1900
  • +
  • Chapter 10: The Second Wave of Imperialism 1700-1900
  • +
  • Chapter 11: World in Crisis, Conflict, and the Struggle for Independence - World War I, the Indian Independence Movement and the Russian Revolution
  • +
  • Chapter 12: Interwar Years and the Rise of Fascism
  • +
  • Chapter 13: World War II
  • +
  • Chapter 14: Cold War and Decolonization of the World from 1950
  • +
  • Chapter 15: The Modern World
  • +
+
+
+ + PDF + +
+ +
+ + + + + + +
+
+

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/script.js b/World History/script.js new file mode 100644 index 0000000..fb6bee1 --- /dev/null +++ b/World History/script.js @@ -0,0 +1,143 @@ +const startButton = document.getElementById("start-btn"); +const nextButton = document.getElementById("next-btn"); + +const questionContainerElement = document.getElementById("question-container"); +const questionElement = document.getElementById("question"); +const answerButtonsElement = document.getElementById("answer-buttons"); +const scoreContainerElement = document.getElementById("score-container"); +const scoreElement = document.getElementById("right-answer"); + +let shuffledQuestions, currentQuestionIndex; +let quizScore = 0; + +startButton.addEventListener("click", startGame); +nextButton.addEventListener("click", () => { + currentQuestionIndex++; + setNextQuestion(); +}); + +function startGame() { + startButton.classList.add("hide"); + shuffledQuestions = questions.sort(() => Math.random() - 0.5); + currentQuestionIndex = 0; + questionContainerElement.classList.remove("hide"); + scoreContainerElement.classList.remove("hide"); + setNextQuestion(); + quizScore = 0; + scoreElement.innerText = `Score: ${quizScore}`; + scoreElement.classList.remove("correct"); + scoreElement.classList.remove("wrong"); +} + +function setNextQuestion() { + resetState(); + showQuestion(shuffledQuestions[currentQuestionIndex]); +} + +function showQuestion(question) { + questionElement.innerText = question.question; + question.answers.forEach((answer) => { + const button = document.createElement("button"); + button.innerText = answer.text; + button.classList.add("btn"); + if (answer.correct) { + button.dataset.correct = answer.correct; + } + button.addEventListener("click", selectAnswer); + answerButtonsElement.appendChild(button); + }); +} + +function resetState() { + clearStatusClass(document.body); + nextButton.classList.add("hide"); + while (answerButtonsElement.firstChild) { + answerButtonsElement.removeChild(answerButtonsElement.firstChild); + } +} + +function selectAnswer(e) { + const selectedButton = e.target; + const correct = selectedButton.dataset.correct; + setStatusClass(document.body, correct); + Array.from(answerButtonsElement.children).forEach((button) => { + setStatusClass(button, button.dataset.correct); + button.disabled = true; // Disable the button after an answer is selected + }); + if (shuffledQuestions.length > currentQuestionIndex + 1) { + nextButton.classList.remove("hide"); + } else { + startButton.innerText = "Restart"; + startButton.classList.remove("hide"); + } + if (correct) { + quizScore++; + scoreElement.innerText = `Correct! Score: ${quizScore}`; + scoreElement.classList.add("correct"); + scoreElement.classList.remove("wrong"); + } else { + scoreElement.innerText = `Wrong! Score: ${quizScore}`; + scoreElement.classList.add("wrong"); + scoreElement.classList.remove("correct"); + } +} + +function setStatusClass(element, correct) { + clearStatusClass(element); + if (correct) { + element.classList.add("correct"); + } else { + element.classList.add("wrong"); + } +} + +function clearStatusClass(element) { + element.classList.remove("correct"); + element.classList.remove("wrong"); +} + +const questions = [ + { + question: "Which ancient civilization is considered the cradle of Western civilization?", + answers: [ + { text: "Mesopotamia", correct: false }, + { text: "Ancient Egypt", correct: false }, + { text: "Ancient Greece", correct: true }, + ], + }, + { + question: "Who was the first emperor of China?", + answers: [ + { text: "Wu Zetian", correct: false }, + { text: "Qin Shi Huang", correct: true }, + ], + }, + { + question: "Which empire was known as the Land of the Rising Sun?", + answers: [ + { text: "Ottoman Empire", correct: false }, + { text: "Japanese Empire", correct: true }, + { text: "Persian Empire", correct: false }, + ], + }, + + { + question: "What was the main cause of the fall of the Western Roman Empire?", + answers: [ + { text: "Barbarian invasions", correct: true }, + { text: "Economic collapse", correct: false }, + { text: "Civil war", correct: false }, + ], + }, + + { + question: "Who was the famous explorer that discovered America in 1492?", + answers: [ + { text: "Christopher Columbus", correct: true }, + { text: "Vasco da Gama", correct: false }, + { text: "Marco Polo", correct: false }, + { text: "Ferdinand Magellan", correct: false }, + ], + }, + +]; diff --git a/World History/watchvideo1.html b/World History/watchvideo1.html new file mode 100644 index 0000000..6c32edb --- /dev/null +++ b/World History/watchvideo1.html @@ -0,0 +1,305 @@ + + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ +
+ +
+ +

World History (part 01)

+
+

22-04-2024

+

45 likes

+
+
+ +
+

john deo

+ +
+
+
+ view playlist + +
+
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/watchvideo2.html b/World History/watchvideo2.html new file mode 100644 index 0000000..b4f0395 --- /dev/null +++ b/World History/watchvideo2.html @@ -0,0 +1,304 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ + +
+ +
+ +

World History (part 02)

+
+

30-04-2024

+

45 likes

+
+
+ +
+

john deo

+ +
+
+
+ view playlist + +
+
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/watchvideo3.html b/World History/watchvideo3.html new file mode 100644 index 0000000..1a1111e --- /dev/null +++ b/World History/watchvideo3.html @@ -0,0 +1,304 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ + +
+ +
+ +

World History (part 03)

+
+

22-05-2024

+

45 likes

+
+
+ +
+

john deo

+ +
+
+
+ view playlist + +
+
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/watchvideo4.html b/World History/watchvideo4.html new file mode 100644 index 0000000..4e669a5 --- /dev/null +++ b/World History/watchvideo4.html @@ -0,0 +1,303 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ + +
+ +
+ +

World History (part 04)

+
+

22-06-2024

+

40 likes

+
+
+ +
+

john deo

+
+
+
+ view playlist + +
+
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/watchvideo5.html b/World History/watchvideo5.html new file mode 100644 index 0000000..d27e6ea --- /dev/null +++ b/World History/watchvideo5.html @@ -0,0 +1,302 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ + +
+ +
+

World History (part 05)

+
+

23-05-2024

+

45 likes

+
+
+ +
+

john deo

+
+
+
+ view playlist + +
+
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/watchvideo6.html b/World History/watchvideo6.html new file mode 100644 index 0000000..62566c8 --- /dev/null +++ b/World History/watchvideo6.html @@ -0,0 +1,303 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ + +
+ +
+

World History (part 06)

+
+

22-06-2024

+

45 likes

+
+
+ +
+

john deo

+ +
+
+
+ view playlist + +
+
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/World History/worldHistory.html b/World History/worldHistory.html new file mode 100644 index 0000000..b5e4f85 --- /dev/null +++ b/World History/worldHistory.html @@ -0,0 +1,406 @@ + + + + + + + World History + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+
+ +
+ +

Course Details

+
+
+
+ +
+
+ 6 videos + thumb +
+
+
+
+ tutor +
+

David Deo

+
+
+ +
+

Complete World History tutorial

+ +

Join our engaging World History course to explore ancient civilizations, the medieval world, the Renaissance, major revolutions, and the 20th century and beyond. Through a mix of videos, reading materials, and interactive quizzes, you'll gain a deep understanding of key historical events and their impact on modern society. Enhance your knowledge and critical thinking skills in this comprehensive journey through time.

+ 15-02-2024 +
+
+
+ + + +
+ + + + + + +
+

Playlist Videos

+
+
+ +
+
Watch Now
+
+

World History (Part 01)

+
+ +
+
+
+ +
+
Watch Now
+
+

World History (Part 02)

+
+ +
+
+
+ +
+
Watch Now
+
+

World History (Part 03)

+
+ +
+
+
+ +
+
Watch Now
+
+

World History (Part 04)

+
+ +
+
+
+ +
+
Watch Now
+
+

World History (Part 05)

+
+ +
+
+
+ +
+
Watch Now
+
+

World History (Part 06)

+
+ +
+
+
+ +
+
Read Now
+
+

Reading Material

+
+ +
+
+
+ +
+
Play Now
+
+

Play Quiz

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

Chatbot

+ close +
+ +
+ + send +
+
+ + + + + + + + + + + diff --git a/navigateToPages/services.html b/navigateToPages/services.html index 3f10580..9b57594 100644 --- a/navigateToPages/services.html +++ b/navigateToPages/services.html @@ -241,7 +241,7 @@
Algebra and Calculus
World History: From Ancient Civilizations to the Modern Era
- Go to Course + Go to Course
From e213b910ac07222add5b5e646bd8549c8ff9bae5 Mon Sep 17 00:00:00 2001 From: mansi066 Date: Fri, 17 Jan 2025 20:34:30 +0530 Subject: [PATCH 2/3] Revert "Add course description in environment science" This reverts commit ae2d03c5d17df83f529224c3146d99f59e80b198, reversing changes made to bc63930e4d6f7b6f7ac642bc43d923dd0f7bccb9. --- Code Of Conduct | 33 ++ Code Of Conduct.md | 59 --- Contributors/contributor.html | 83 +-- Contributors/style.css | 228 ++++++--- .../EnvironmentScience.html | 406 --------------- .../app.css | 109 ---- .../course.css | 482 ------------------ .../quiz.html | 28 - .../reading-material.html | 395 -------------- .../script.js | 141 ----- .../watchvideo1.html | 305 ----------- .../watchvideo2.html | 304 ----------- .../watchvideo3.html | 304 ----------- .../watchvideo4.html | 303 ----------- .../watchvideo5.html | 303 ----------- .../watchvideo6.html | 304 ----------- .../principleofeconomics.html | 124 ++--- Principle of Economics/reading-material.html | 121 ++--- Principle of Economics/watchvideo1.html | 135 ++--- Principle of Economics/watchvideo2.html | 133 ++--- Principle of Economics/watchvideo3.html | 133 ++--- Principle of Economics/watchvideo4.html | 133 ++--- Principle of Economics/watchvideo5.html | 133 ++--- Principle of Economics/watchvideo6.html | 132 ++--- contactus.html | 159 ++---- ...26dp_000000_FILL0_wght400_GRAD0_opsz24.svg | 1 - ...24dp_000000_FILL0_wght400_GRAD0_opsz24.svg | 1 - img/testimonial users/user (1).jpg | Bin 4379 -> 0 bytes img/testimonial users/user (4).jpg | Bin 6879 -> 0 bytes img/testimonial users/user(2).jpg | Bin 7027 -> 0 bytes img/testimonial users/user3.jpg | Bin 9163 -> 0 bytes index.html | 173 ++----- navigateToPages/Contributors/contributor.html | 138 +++-- navigateToPages/Contributors/style.css | 355 +++++++------ navigateToPages/aboutus.html | 119 ++--- navigateToPages/calendar.css | 20 +- navigateToPages/contact.html | 119 ++--- navigateToPages/dashboard.html | 194 +++---- navigateToPages/faq.css | 168 +----- navigateToPages/faq2.html | 376 ++++++-------- navigateToPages/privacy.html | 120 ++--- navigateToPages/profile.css | 11 +- navigateToPages/profile.html | 232 ++++----- navigateToPages/services.css | 81 +-- navigateToPages/services.html | 232 +++++---- navigateToPages/services.js | 2 +- navigateToPages/style.css | 337 ++++++------ navigateToPages/styleDashboard.css | 28 +- privacy.html | 127 ++--- script.js | 14 +- sign_up.html | 106 ++-- style.css | 479 +++++++---------- termsofservice.html | 127 ++--- whoweare.html | 423 --------------- 54 files changed, 2112 insertions(+), 6861 deletions(-) create mode 100644 Code Of Conduct delete mode 100644 Code Of Conduct.md delete mode 100644 Environment Science and Sustainability/EnvironmentScience.html delete mode 100644 Environment Science and Sustainability/app.css delete mode 100644 Environment Science and Sustainability/course.css delete mode 100644 Environment Science and Sustainability/quiz.html delete mode 100644 Environment Science and Sustainability/reading-material.html delete mode 100644 Environment Science and Sustainability/script.js delete mode 100644 Environment Science and Sustainability/watchvideo1.html delete mode 100644 Environment Science and Sustainability/watchvideo2.html delete mode 100644 Environment Science and Sustainability/watchvideo3.html delete mode 100644 Environment Science and Sustainability/watchvideo4.html delete mode 100644 Environment Science and Sustainability/watchvideo5.html delete mode 100644 Environment Science and Sustainability/watchvideo6.html delete mode 100644 img/close_26dp_000000_FILL0_wght400_GRAD0_opsz24.svg delete mode 100644 img/menu_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg delete mode 100644 img/testimonial users/user (1).jpg delete mode 100644 img/testimonial users/user (4).jpg delete mode 100644 img/testimonial users/user(2).jpg delete mode 100644 img/testimonial users/user3.jpg delete mode 100644 whoweare.html diff --git a/Code Of Conduct b/Code Of Conduct new file mode 100644 index 0000000..1d1d7ec --- /dev/null +++ b/Code Of Conduct @@ -0,0 +1,33 @@ +Code of Conduct for Student-ify Experience +Welcome to the Student-ify Experience platform! Our mission is to create an inclusive and supportive environment for all students to learn, share, and grow. To ensure a positive and respectful community, we ask all users to adhere to the following Code of Conduct: +--- +1. Respectful Behavior +• - Treat everyone with kindness, respect, and empathy. +• - Avoid offensive, discriminatory, or harmful language and actions based on race, gender, religion, sexual orientation, disability, or any other personal characteristics. +• - Engage in constructive and respectful discussions, even when opinions differ. +2. Integrity and Honesty +• - Provide accurate and truthful information when interacting with the platform and its community. +• - Do not engage in plagiarism, cheating, or any activity that compromises the integrity of the platform. +3. No Harassment or Abuse +• - Harassment, bullying, and any form of abusive behavior are strictly prohibited. +• - Refrain from sending unsolicited messages or spamming other users. +• - Report any incidents of harassment or abuse to the platform administrators. +4. Privacy and Security +• - Respect the privacy of others. Do not share or misuse personal information. +• - Avoid sharing sensitive or confidential information on public forums. +• - Follow the platform’s guidelines for data protection and security. +5. Content Guidelines +• - Share content that is relevant, respectful, and beneficial to the community. +• - Do not post content that is inappropriate, offensive, or violates intellectual property rights. +• - Refrain from sharing malicious links or engaging in fraudulent activities. +6. Compliance with Laws +• - Adhere to all applicable laws and regulations when using the platform. +• - Do not engage in illegal activities, including but not limited to hacking, fraud, or copyright infringement. +7. Enforcement +• - Violations of this Code of Conduct may result in temporary or permanent suspension of access to the platform. +• - Serious violations may be reported to appropriate legal authorities. +8. Reporting Issues +• - If you experience or witness any behavior that violates this Code of Conduct, please report it immediately to [admin email/contact form]. +• - All reports will be reviewed and addressed promptly and confidentially. +--- +By participating in the Student-ify Experience platform, you agree to follow this Code of Conduct. Let’s work together to maintain a positive and welcoming environment for everyone! diff --git a/Code Of Conduct.md b/Code Of Conduct.md deleted file mode 100644 index 9b1bdc6..0000000 --- a/Code Of Conduct.md +++ /dev/null @@ -1,59 +0,0 @@ -# Code of Conduct for Student-ify Experience - -Welcome to the **Student-ify Experience** platform! Our mission is to foster an inclusive and supportive environment where students can learn, share, and grow. To maintain a positive and respectful community, we request all users to adhere to this Code of Conduct: - ---- - -## 1️⃣ Respectful Behavior -- Treat everyone with kindness, respect, and empathy. -- Avoid offensive, discriminatory, or harmful language or actions based on race, gender, religion, sexual orientation, disability, or any other personal characteristics. -- Engage in constructive and respectful discussions, even when opinions differ. - ---- - -## 2️⃣ Integrity and Honesty -- Provide accurate and truthful information when interacting with the platform and its community. -- Do not engage in plagiarism, cheating, or any activity that compromises the platform's integrity. - ---- - -## 3️⃣ No Harassment or Abuse -- Harassment, bullying, and any form of abusive behavior are strictly prohibited. -- Refrain from sending unsolicited messages or spamming other users. -- Report incidents of harassment or abuse to the platform administrators. - ---- - -## 4️⃣ Privacy and Security -- Respect the privacy of others. Do not share or misuse personal information. -- Avoid sharing sensitive or confidential information on public forums. -- Follow the platform’s guidelines for data protection and security. - ---- - -## 5️⃣ Content Guidelines -- Share content that is relevant, respectful, and beneficial to the community. -- Do not post content that is inappropriate, offensive, or violates intellectual property rights. -- Refrain from sharing malicious links or engaging in fraudulent activities. - ---- - -## 6️⃣ Compliance with Laws -- Adhere to all applicable laws and regulations while using the platform. -- Avoid illegal activities, including but not limited to hacking, fraud, or copyright infringement. - ---- - -## 7️⃣ Enforcement -- Violations of this Code of Conduct may result in temporary or permanent suspension of platform access. -- Serious violations may be reported to appropriate legal authorities. - ---- - -## 8️⃣ Reporting Issues -- If you experience or witness behavior that violates this Code of Conduct, please report it immediately to [admin email/contact form]. -- All reports will be reviewed and addressed promptly and confidentially. - ---- - -By participating in the **Student-ify Experience** platform, you agree to this Code of Conduct. Let’s work together to create a positive and welcoming community for everyone! diff --git a/Contributors/contributor.html b/Contributors/contributor.html index b7cb7ca..4e18ea7 100644 --- a/Contributors/contributor.html +++ b/Contributors/contributor.html @@ -162,7 +162,7 @@
  • STUDENT Profile
  • CALENDAR
  • FAQ
  • -
  • CONTRIBUTORS
  • +
  • CONTRIBUTORS
  • CONTACT US
  • @@ -223,43 +223,58 @@

    Contributors of STUDENT-IFY

    + - -
    -
    - + + + + + + - - -
    - - - -
    - - - - -
    - -

    Course Details

    -
    -
    -
    - -
    -
    - 6 videos - thumb -
    -
    -
    -
    - tutor -
    -

    David Deo

    -
    -
    - -
    -

    Complete Environment Science and Sustainability tutorial

    - -

    Join our comprehensive Environmental Science and Sustainability course to understand the fundamental concepts of ecology, analyze human impacts on natural ecosystems, and explore sustainable practices. Through a mix of engaging videos, insightful readings, and interactive quizzes, you'll gain a deep understanding of environmental challenges and the strategies to mitigate them.

    - 15-02-2024 -
    -
    -
    - - - -
    - - - - - - -
    -

    Playlist Videos

    -
    -
    - -
    -
    Watch Now
    -
    -

    Environment Science and Sustainability (Part 01)

    -
    - -
    -
    -
    - -
    -
    Watch Now
    -
    -

    Environment Science and Sustainability (Part 02)

    -
    - -
    -
    -
    - -
    -
    Watch Now
    -
    -

    Environment Science and Sustainability (Part 03)

    -
    - -
    -
    -
    - -
    -
    Watch Now
    -
    -

    Environment Science and Sustainability (Part 04)

    -
    - -
    -
    -
    - -
    -
    Watch Now
    -
    -

    Environment Science and Sustainability (Part 05)

    -
    - -
    -
    -
    - -
    -
    Watch Now
    -
    -

    Environment Science and Sustainability (Part 06)

    -
    - -
    -
    -
    - -
    -
    Read Now
    -
    -

    Reading Material

    -
    - -
    -
    -
    - -
    -
    Play Now
    -
    -

    Play Quiz

    -
    - -
    -
    -
    -
    - - - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/app.css b/Environment Science and Sustainability/app.css deleted file mode 100644 index 94943eb..0000000 --- a/Environment Science and Sustainability/app.css +++ /dev/null @@ -1,109 +0,0 @@ -:root{ - --hue-neutral:200; - --hue-wrong:0; - --hue-correct:145; -} - -body{ - --hue: var(--hue-neutral); - padding: 0; - margin: 0; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - background-image:linear-gradient(45deg, #3498db, #2ecc71); - - height: 100vh; - width: 100vw; -} - -body.correct{ - --hue: var(--hue-correct); -} - -body.wrong{ - --hue: var(--hue-wrong); -} - -.container{ - width: 800px; - max-width: 80%; - background-color: aliceblue; - border-radius: 5px; - padding: 10px; - box-shadow: 0 0 10px 2px; - margin-bottom: 20px; -} - -.btn-grid { - display: grid; - grid-template-columns: repeat(2, auto); - gap: 10px; - margin: 20px 0; -} - -.btn{ - --hue: var(--hue-neutral); - border: 1px solid hsl(var(--hue), 100%, 30%); - background-color: rgba(6, 109, 109, 0.571); - border-radius: 5px; - padding: 5px 10px; - color: whitesmoke; - outline: none; - cursor: pointer; -} - -.btn.correct { - background-color: hsl(var(--hue-correct), 100%, 30%); -} - -.btn.wrong { - background-color: hsl(var(--hue-wrong), 100%, 30%); -} - -.btn:hover{ - border-color: black; - opacity: 2; -} - -.start-btn, -.next-btn{ - font-size: 1.5rem; - font-weight: bold; - padding: 10px 20px; - cursor: pointer; -} - -.controls{ - display: flex; - justify-content: center; - align-items: center; -} - -.hide{ - display: none; -} - .score-container { - --hue :var(--hue-neutral); -} - -.score { - font-size: 1.5rem; - font-weight: bold; - text-align: center; - padding: 10px; - border-radius: 5px; - background-color: aliceblue; - box-shadow: 0 0 10px 2px; -} - -.score.correct { - color: hsl(var(--hue-correct), 100%, 30%); - -} - -.score.wrong { - color: hsl(var(--hue-wrong), 100%, 30%); - -} diff --git a/Environment Science and Sustainability/course.css b/Environment Science and Sustainability/course.css deleted file mode 100644 index 29febde..0000000 --- a/Environment Science and Sustainability/course.css +++ /dev/null @@ -1,482 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap'); -:root{ - --tw-gradient-from: #4caf50; - --tw-gradient-to: #ffc107 ; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); - --tw-gradient-from: #4caf50; - --tw-gradient-to: #ffc107 ; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); - } - -html{ - font-size: 62.5%; - overflow-x: hidden; - scroll-padding-top: 7rem; - scroll-behavior: smooth; -} -body{ - background-image: linear-gradient(135deg, #FFC0CB, #87CEFA, #FFFFFF); -} -body.theme-dark{ - background-image: linear-gradient(to right ,var(--tw-gradient-stops)); -} -.heading - { - font-size: 4rem; - font-weight: 800; - text-transform: capitalize; - margin-top: 2rem; - margin-left: 45rem; -} - - -.playlist .row{ - display: flex; - align-items: center; - gap: 2.5rem; - flex-wrap: wrap; - padding:2rem; - background-color: #e9e4e4; -} -.theme-dark .playlist .row{ - background-color: rgb(55 65 81/1); - color:white; -} -.playlist .row .col{ - flex: 1 1 40rem; -} - -.playlist .row .col .save-list button{ - font-size: 2rem; - border-radius: .5rem; - background-color: whitesmoke; - padding: 1.2rem 2.5rem; - cursor: pointer; - margin-bottom: 2rem; -} -.playlist .row .col .save-list button i{ - color: black; - margin-right: 1rem; -} - -.playlist .row .col .save-list button span{ - color: black; -} -.playlist .row .col .save-list button:hover{ - background-color: black; -} -.playlist .row .col .save-list button:hover i{ - color:white; -} -.playlist .row .col .save-list button:hover span{ - color: white; -} - -.playlist .row .col .thumb{ - position: relative; - height: 30rem; -} - -.playlist .row .col .thumb span{ - position: absolute; - top: 1rem;left: 1rem; - border-radius: .5rem; - padding: 0.5rem 1.5rem; - font-size: 2rem; - color: #fff; - background-color:rgba(0,0,0,0.3); -} - -.playlist .row .col .thumb img{ - width: 100%; - height: 100%; - border-radius: .5rem; - object-fit: cover; -} - -.playlist .row .col .tutor{ - display: flex; - align-items: center; - gap: 1.7rem; -} -.playlist .row .col .tutor img{ - height: 7rem; - width: 7rem; - border-radius: 50%; - object-fit: cover; -} -.playlist .row .col .tutor h3{ - font-size: 2rem; - color: black; - margin-bottom: .2rem; -} -.playlist .row .col .tutor span{ - color:black; - font-size: 1.5rem; -} - -.playlist .row .col .details{ - padding-top: 1.5rem; -} -.playlist .row .col .details h3{ - font-size: 3rem; - color: green; -} - -.playlist .row .col .details p{ - padding: 1rem 0; - line-height: 2; - color: black; - font-size: 1.7rem; -} -.theme-dark .playlist .row .col .details p{ - color:white; -} - -.playlist .row .col .details .date{ - font-size: 1.7rem; - padding-top: .5rem; -} -.playlist .row .col .details .date i{ - color: black; - margin-right: 1rem; -} -.playlist .row .col .details .date span{ - color:black -} - -.video-container .box-container{ - display: grid; - grid-template-columns: repeat(2, 1fr); - gap: 6.5rem; - align-items: flex-start; - justify-content: center; - margin: 6rem; - } - - - -.video-container .box-container .box img{ - height: 20rem; - width: 100%; - border-radius: .5rem; - object-fit: cover; -} - -.video-container .box-container .box i{ - position: absolute; - top: 2rem; left: 2rem; right: 2rem; - height: 20rem; - background-color: rgba(0,0,0,0.3); - display: flex; - align-items: center; - justify-content: center; - font-size: 4rem; - color: #fff; - border-radius: 0.5rem; - display: none; -} - -.video-container .box-container .box:hover i{ - display: flex; -} - -.video-container .box-container .box h3{ - font-size: 2rem; - color: #000; - margin-top: 1rem; -} - -.video-container .box-container .box:hover h3{ - color:black; -} - -.watch-video .video-details{ - background-color: white; - padding: 2rem; -} - -@import url('https://fonts.googleapis.com/css?family=Raleway:400,800'); - -body { - font-family: Arial, sans-serif; - background-color: #f4f4f4; - margin: 0; - padding: 0; - display: flex; - justify-content: center; - align-items: center; - flex-flow: wrap; - min-height: 100vh; -} - -.video-container { - max-width: 1200px; - margin: 0 auto; - padding: 20px; -} - - -.box-container { - display: grid; - grid-template-columns: repeat(2, 1fr); - gap: 6.5rem; - align-items: flex-start; - justify-content: center; - margin: 6rem; -} - -figure.snip1107 { - font-family: 'Raleway', Arial, sans-serif; - color: #fff; - position: relative; - overflow: hidden; - margin: 10px; - min-width: 320px; /* Increased */ - max-width: 420px; /* Increased */ - max-height: 320px; /* Increased */ - width: 100%; - background: #000000; - text-align: center; -} - -figure.snip1107 * { - box-sizing: border-box; - transition: all 0.3s; -} - -figure.snip1107 img { - opacity: 1; - width: 100%; - height: auto; /* Ensure aspect ratio is maintained */ - transition: all 0.6s; -} - -figure.snip1107 figcaption { - position: absolute; - bottom: 0; - left: 18%; - right: 18%; - height: 100%; -} - -figure.snip1107 figcaption > div { - overflow: hidden; - width: 100%; - position: relative; - height: 50%; -} - -figure.snip1107 h3, -figure.snip1107 span { - margin: 0; - padding: 10px 15px; - display: inline-block; - width: 100%; - font-weight: 800; - text-transform: uppercase; -} - -figure.snip1107 span { - background: #ffffff; - color: #4d4d4d; - position: absolute; - bottom: 0; - left: 0; - transform: translate3d(0%, 100%, 0); -} - -figure.snip1107 h3 { - background: #333333; - transform: translate3d(0%, 0%, 0); -} - -figure.snip1107 a { - left: 0; - right: 0; - top: 0; - bottom: 0; - position: absolute; - color: #ffffff; -} - -figure.snip1107.blue { - background: #0a212f; -} - -figure.snip1107.blue h3 { - background:#4caf50; -} - -figure.snip1107:hover img, -figure.snip1107.hover img { - opacity: 0.35; - filter: blur(5px); - transform: scale(1.1); -} - -figure.snip1107:hover figcaption span, -figure.snip1107.hover figcaption span { - transform: translate3d(0%, 0%, 0); -} - -figure.snip1107:hover figcaption h3, -figure.snip1107.hover figcaption h3 { - transform: translate3d(0%, -100%, 0); -} - -/* Demo purposes only */ -html { - height: 100%; -} - - - -.video-container .box-container .bo -.watch-video .video-details .video{ - width: 100%; - border-radius: 0.5rem; -} -.watch-video .video-details .title{ - font-size: 2rem; - color: black; - padding: 1.5rem 0; -} - -.watch-video .video-details .info{ - display: flex; - gap: 2rem; - padding-bottom: 1.5rem; - border-bottom: #000; - -} -.watch-video .video-details .info p{ - font-size: 1.6rem; - font-weight: 600; -} - -.watch-video .video-details .info p i{ - margin-right: 1rem; - color: black; -} -.watch-video .video-details .info p span{ - color: black; -} -.watch-video .video-details .tutor{ - padding: 2rem 0; - display: flex; - align-items: center; - gap: 2rem; -} - -.watch-video .video-details .tutor img{ - height: 7rem; - width: 7rem; - border-radius: 50%; - object-fit: cover; -} - -.watch-video .video-details .tutor h3{ - font-size: 2rem; - color: #000; - margin-bottom: 0.2rem; -} - -.watch-video .video-details .tutor span{ - color: black; - font-size: 1.5rem; -} - -.watch-video .video-details .flex{ - display: flex; - align-items: center; - gap: 1.5rem; - justify-content: space-between; -} - -.watch-video .video-details .flex a{ - margin-top: 0; - font-size: 2rem; - text-decoration: underline; - color: purple; - -} - -.watch-video .video-details .flex button{ - background-color:white; - cursor: pointer; - padding: 1rem 2.5rem; - font-size: 2rem; - border-radius: .5rem; -} - -.watch-video .video-details .flex button{ - color: #000; - margin-right: 1rem; -} - -.watch-video .video-details .flex button span{ - color:black; -} - -.watch-video .video-details .flex button:hover{ - background-color: black; -} - -.watch-video .video-details .flex button:hover i{ - color: white; -} - -.watch-video .video-details .flex button:hover span{ - color: white; -} - -.watch-video .video-details .description{ - padding-top: 2rem; -} - -.watch-video .video-details .description p{ - line-height: 1.5; - font-size: 1.7rem; - color: black; - white-space: pre-line; -} - -.theme-dark .playlist .row .col .tutor h3{ - color: white; -} -.theme-dark .playlist .row .col .details .date span { - color:white; -} -.theme-dark .playlist .row .col .details .date i { - color:white; -} -.theme-dark .playlist .row .col .save-list button{ - background: #ffc107; -} -.theme-dark .watch-video .video-details{ - background: rgb(55 65 81/1); -} - -.theme-dark .watch-video .video-details .tutor h3 { - color: white; -} -.theme-dark .watch-video .video-details .info p span{ - color:white; -} -.theme-dark .watch-video .video-details .info p { - color:white; -} -.theme-dark .watch-video .video-details .info p i { - color: #fff; -} -.theme-dark .watch-video .video-details .info p span { - color: #fff; -} -.theme-dark .watch-video .video-details .description p{ - color: white; -} -.theme-dark .watch-video .video-details .flex button { - background: #ffc107; -} \ No newline at end of file diff --git a/Environment Science and Sustainability/quiz.html b/Environment Science and Sustainability/quiz.html deleted file mode 100644 index 3b7d007..0000000 --- a/Environment Science and Sustainability/quiz.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - Environment Science and Sustainability Quiz - - - -
    -
    -
    Question
    -
    - -
    -
    -
    - - -
    -
    -
    - Score: 0 -
    - - - - diff --git a/Environment Science and Sustainability/reading-material.html b/Environment Science and Sustainability/reading-material.html deleted file mode 100644 index a16a1ea..0000000 --- a/Environment Science and Sustainability/reading-material.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - - Reading Material Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - - - - - - -
    -
    - Introduction to Psychological -

    - Introduction to Environmental Sciences and Sustainability

    -

    (19 reviews)

    -

    ★★★★☆

    -

    Emily P. Harris, University of West Florida

    -

    Copyright Year: 2023

    - -

    Publisher: University of West Florida Pressbooks

    -

    Language: English

    -
    -
    -

    Table of Contents

    -
      -
    • Chapter 1: Introduction to Environmental Science and Sustainability
    • -
    • Chapter 2: Matter, Energy, and Life
    • -
    • Chapter 3: Ecosystems and the Biosphere
    • -
    • Chapter 4: Community and Population Ecology
    • -
    • Chapter 5: Conservation and Biodiversity
    • -
    • Chapter 6: Environmental Hazards and Human Health
    • -
    • Chapter 7: Water Availability and Use
    • -
    • Chapter 8: Food and Hunger
    • -
    • Chapter 9: Conventional and Sustainable Agriculture
    • -
    • Chapter 10: Air Pollution, Climate Change, and Ozone Depletion
    • -
    • Chapter 11: Conventional and Sustainable Energy
    • -
    • Chapter 12: Solid and Hazardous Waste
    • -
    • Chapter 13: Environmental Economics and Policies
    • -
    • Chapter 14: Sustainability and Urban Infrastructure
    • -
    -
    -
    - - View Online - -
    - -
    - - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/script.js b/Environment Science and Sustainability/script.js deleted file mode 100644 index e501395..0000000 --- a/Environment Science and Sustainability/script.js +++ /dev/null @@ -1,141 +0,0 @@ -const startButton = document.getElementById("start-btn"); -const nextButton = document.getElementById("next-btn"); - -const questionContainerElement = document.getElementById("question-container"); -const questionElement = document.getElementById("question"); -const answerButtonsElement = document.getElementById("answer-buttons"); -const scoreContainerElement = document.getElementById("score-container"); -const scoreElement = document.getElementById("right-answer"); - -let shuffledQuestions, currentQuestionIndex; -let quizScore = 0; - -startButton.addEventListener("click", startGame); -nextButton.addEventListener("click", () => { - currentQuestionIndex++; - setNextQuestion(); -}); - -function startGame() { - startButton.classList.add("hide"); - shuffledQuestions = questions.sort(() => Math.random() - 0.5); - currentQuestionIndex = 0; - questionContainerElement.classList.remove("hide"); - scoreContainerElement.classList.remove("hide"); - setNextQuestion(); - quizScore = 0; - scoreElement.innerText = `Score: ${quizScore}`; - scoreElement.classList.remove("correct"); - scoreElement.classList.remove("wrong"); -} - -function setNextQuestion() { - resetState(); - showQuestion(shuffledQuestions[currentQuestionIndex]); -} - -function showQuestion(question) { - questionElement.innerText = question.question; - question.answers.forEach((answer) => { - const button = document.createElement("button"); - button.innerText = answer.text; - button.classList.add("btn"); - if (answer.correct) { - button.dataset.correct = answer.correct; - } - button.addEventListener("click", selectAnswer); - answerButtonsElement.appendChild(button); - }); -} - -function resetState() { - clearStatusClass(document.body); - nextButton.classList.add("hide"); - while (answerButtonsElement.firstChild) { - answerButtonsElement.removeChild(answerButtonsElement.firstChild); - } -} - -function selectAnswer(e) { - const selectedButton = e.target; - const correct = selectedButton.dataset.correct; - setStatusClass(document.body, correct); - Array.from(answerButtonsElement.children).forEach((button) => { - setStatusClass(button, button.dataset.correct); - button.disabled = true; // Disable the button after an answer is selected - }); - if (shuffledQuestions.length > currentQuestionIndex + 1) { - nextButton.classList.remove("hide"); - } else { - startButton.innerText = "Restart"; - startButton.classList.remove("hide"); - } - if (correct) { - quizScore++; - scoreElement.innerText = `Correct! Score: ${quizScore}`; - scoreElement.classList.add("correct"); - scoreElement.classList.remove("wrong"); - } else { - scoreElement.innerText = `Wrong! Score: ${quizScore}`; - scoreElement.classList.add("wrong"); - scoreElement.classList.remove("correct"); - } -} - -function setStatusClass(element, correct) { - clearStatusClass(element); - if (correct) { - element.classList.add("correct"); - } else { - element.classList.add("wrong"); - } -} - -function clearStatusClass(element) { - element.classList.remove("correct"); - element.classList.remove("wrong"); -} - -const questions = [ - { - question: "What is the primary cause of global warming?", - answers: [ - { text: "Deforestation", correct: false }, - { text: "Solar radiation", correct: false }, - { text: "Greenhouse gas emissions", correct: true }, - ], - }, - { - question: "What is the main purpose of the Kyoto Protocol?", - answers: [ - { text: "To address global deforestation", correct: false }, - { text: "To reduce greenhouse gas emissions", correct: true }, - ], - }, - { - question: "Which of the following is a renewable energy source?", - answers: [ - { text: "Coal", correct: false }, - { text: "Solar Power", correct: true }, - { text: "Natural Gas", correct: false }, - ], - }, - - { - question: "What is the process called where pollutants accumulate in higher concentrations in the tissues of organisms at each successive level of the food chain?", - answers: [ - { text: "Biomagnification", correct: true }, - { text: "Biodegradation", correct: false }, - { text:"Bioaccumulation", correct: false }, - ], - }, - - { - question: "Which of the following practices is NOT considered sustainable agriculture?", - answers: [ - { text: "Crop rotation", correct: true }, - { text: "Using synthetic pesticides", correct: false }, - ], - }, - -]; diff --git a/Environment Science and Sustainability/watchvideo1.html b/Environment Science and Sustainability/watchvideo1.html deleted file mode 100644 index 3b398f8..0000000 --- a/Environment Science and Sustainability/watchvideo1.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - - - Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - -
    - -
    - -

    Environment Science and Sustainability (part 01)

    -
    -

    22-04-2024

    -

    45 likes

    -
    -
    - -
    -

    john deo

    - -
    -
    -
    - view playlist - -
    -
    -

    Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

    -

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

    -
    -
    - -
    - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/watchvideo2.html b/Environment Science and Sustainability/watchvideo2.html deleted file mode 100644 index 8f1f385..0000000 --- a/Environment Science and Sustainability/watchvideo2.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - - -
    - -
    - -

    Environment Science and Sustainability (part 02)

    -
    -

    30-04-2024

    -

    45 likes

    -
    -
    - -
    -

    john deo

    - -
    -
    -
    - view playlist - -
    -
    -

    Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

    -

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

    -
    -
    - -
    - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/watchvideo3.html b/Environment Science and Sustainability/watchvideo3.html deleted file mode 100644 index 1cb8d0d..0000000 --- a/Environment Science and Sustainability/watchvideo3.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - - -
    - -
    - -

    Environment Science and Sustainability (part 03)

    -
    -

    22-05-2024

    -

    45 likes

    -
    -
    - -
    -

    john deo

    - -
    -
    -
    - view playlist - -
    -
    -

    Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

    -

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

    -
    -
    - -
    - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/watchvideo4.html b/Environment Science and Sustainability/watchvideo4.html deleted file mode 100644 index cab1e11..0000000 --- a/Environment Science and Sustainability/watchvideo4.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - - -
    - -
    - -

    Environment Science and Sustainability (part 04)

    -
    -

    22-06-2024

    -

    40 likes

    -
    -
    - -
    -

    john deo

    -
    -
    -
    - view playlist - -
    -
    -

    Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

    -

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

    -
    -
    - -
    - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/watchvideo5.html b/Environment Science and Sustainability/watchvideo5.html deleted file mode 100644 index c2f181e..0000000 --- a/Environment Science and Sustainability/watchvideo5.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - - -
    - -
    - -

    Environment Science and Sustainability (part 05)

    -
    -

    23-05-2024

    -

    45 likes

    -
    -
    - -
    -

    john deo

    -
    -
    -
    - view playlist - -
    -
    -

    Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

    -

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

    -
    -
    - -
    - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Environment Science and Sustainability/watchvideo6.html b/Environment Science and Sustainability/watchvideo6.html deleted file mode 100644 index 82f9e06..0000000 --- a/Environment Science and Sustainability/watchvideo6.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - Environment Science and Sustainability - - - - - - - - - - - - - - - - - - -
    - -
    - - - - -
    - - - -
    - -
    -
    - - -
    - -
    - -

    Environment Science and Sustainability (part 06)

    -
    -

    22-06-2024

    -

    45 likes

    -
    -
    - -
    -

    john deo

    - -
    -
    -
    - view playlist - -
    -
    -

    Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero itaque ab esse animi ducimus totam commodi earum debitis! Numquam velit perferendis accusantium consequatur saepe magni tenetur ducimus doloremque ex sequi!

    -

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque asperiores rem, sunt sequi pariatur quae corporis voluptatem corrupti aliquam ducimus, nobis, deleniti nam accusantium adipisci? Consequuntur molestiae porro iure aperiam.

    -
    -
    - -
    - - -
    - - - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - - - - diff --git a/Principle of Economics/principleofeconomics.html b/Principle of Economics/principleofeconomics.html index 5675e3f..34cf1fa 100644 --- a/Principle of Economics/principleofeconomics.html +++ b/Principle of Economics/principleofeconomics.html @@ -72,42 +72,6 @@
    -
    - -
    -
    +
    @@ -179,9 +143,6 @@
    -
    @@ -343,41 +304,56 @@

    - -
    + -
    - @@ -303,41 +264,57 @@

    Conditions of Use

    - -
    -
    - - -
  • - -
  • -
  • - -
  • - - -
    + -
    -
    @@ -221,42 +175,57 @@

    john deo

    - -
    -
    + + + + - - -
  • - -
  • -
  • - -
  • - - -
    + -
    - @@ -219,41 +175,56 @@

    john deo

    - -
    -
    + + + + - - -
  • - -
  • -
  • - -
  • - - -
    + -
    - @@ -219,41 +175,56 @@

    john deo

    - -
    -
    + + + + - - -
  • - -
  • -
  • - -
  • - - -
    + -
    - @@ -218,41 +174,56 @@

    john deo

    - -
    -
    + + + + - - -
  • - -
  • -
  • - -
  • - - -
    + -
    - @@ -218,41 +174,56 @@

    john deo

    - -
    -
    + + + + - - -
  • - -
  • -
  • - -
  • - - -
    + -
    - @@ -220,41 +175,56 @@

    john deo

    - -
    -
    + + + + - - -
  • - -
  • -
  • - -
  • - - -
    + -
    -
    +

    Contact Us

    @@ -292,8 +233,6 @@

    Contact Us

    name="name" placeholder="Enter your name" required - pattern="^[a-zA-Z\s]{2,}$" - title="Name must contain only letters and spaces, and be at least 2 characters long." class="w-full p-3 mb-4 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" /> @@ -304,8 +243,6 @@

    Contact Us

    name="email" placeholder="Enter your email" required - pattern="^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$" - title="Please enter a valid email address." class="w-full p-3 mb-4 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" /> @@ -316,8 +253,6 @@

    Contact Us

    name="mobile" placeholder="Enter your mobile number" required - pattern="^\d{10}$" - title="Mobile number must be 10 digits long." class="w-full p-3 mb-4 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" /> @@ -328,9 +263,6 @@

    Contact Us

    rows="4" placeholder="Enter your message" required - minlength="10" - pattern=".*\S+.*" - title="Message must be at least 10 characters long and cannot be blank." class="w-full p-3 mb-4 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" > @@ -348,44 +280,53 @@

    Contact Us

    Your message has been sent successfully!🎉

    -
    - - + - + -
    -
    - + + + + + +
    - - -
  • - -
  • -
  • - -
  • - -
    - -
    + -
    - -
    +

    Welcome to STUDENTIFY, your ultimate destination for unlocking your full academic potential and expanding your horizons. At Studentify, we understand the importance of education and the pursuit of knowledge as vital pillars for personal and professional growth. Our mission is to empower students like you to achieve excellence by offering a comprehensive range of resources and courses tailored to your needs.

    @@ -204,42 +163,56 @@
    -
    -
    - - -
  • - -
  • -
  • - -
  • - -
    - -
    +
    - -
    + +
    @@ -184,9 +146,6 @@
    -
    @@ -213,42 +172,56 @@
    +
    + +
    - - -
  • - -
  • -
  • - -
  • - -
    - - + + Explore Courses
    @@ -191,41 +99,56 @@

    -
    -
    - - -
  • - -
  • -
  • - -
  • - -
    - -
    + -
    -
    -
    +
    Card image cap
    Introduction to Computer Science
    @@ -153,7 +196,7 @@
    Introduction to Computer Science
    -
    +
    Card image cap
    Principles of Economics
    @@ -163,7 +206,7 @@
    Principles of Economics
    -
    +
    Card image cap
    Creative Writing
    @@ -173,7 +216,7 @@
    Creative Writing
    -
    +
    Card image cap
    Introduction to Psychology
    @@ -183,7 +226,7 @@
    Introduction to Psychology
    -
    +
    Card image cap
    Algebra and Calculus
    @@ -193,7 +236,7 @@
    Algebra and Calculus
    -
    +
    Card image cap
    World History: From Ancient Civilizations to the Modern Era
    @@ -203,7 +246,7 @@
    World History: From Ancient Civilizations to the Modern E
    -
    +
    Card image cap
    Environmental Science and Sustainability
    @@ -213,7 +256,7 @@
    Environmental Science and Sustainability
    -
    +
    Card image cap
    Introduction to Business Management
    @@ -224,7 +267,7 @@
    Introduction to Business Management
    -
    +
    Card image cap
    Digital Marketing Fundamentals
    @@ -234,7 +277,7 @@
    Digital Marketing Fundamentals
    -
    +
    Card image cap
    Human Anatomy and Physiology
    @@ -244,7 +287,7 @@
    Human Anatomy and Physiology
    -
    +
    Card image cap
    Introduction to Data Science
    @@ -258,7 +301,7 @@
    Introduction to Data Science
    -
    +
    Card image cap
    Public Speaking and Communication Skills
    @@ -271,40 +314,56 @@
    Public Speaking and Communication Skills
    -
    -
    - - -
  • - -
  • -
  • - -
  • - -
    -
    -
    - - - - - - - + + + + + + + Sign up|Studentify + + + +
    +
    +

    Sign Up

    +

    Please fill in this form to create an account.

    +
    + + + + +

    + + + +

    + + + +

    + + + + + +

    + By creating an account you agree to our + Terms & Privacy. +

    + +
    + + +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 84c0430..204abcc 100644 --- a/style.css +++ b/style.css @@ -6,14 +6,9 @@ margin: 0; padding: 0; font-family: "Martel Sans", sans-serif; - box-sizing: border-box; -} -html, body { - width: 100%; - height: 100%; - margin: 0; - padding: 0; +} +html,body{ overflow-x: hidden; } :root{ @@ -27,7 +22,6 @@ html, body { /* background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%); */ - .content{ background-image: url('img/New Background.jpeg'); background-size: cover; @@ -42,11 +36,10 @@ html, body { } -header{ - /* overflow: hidden; */ - position: relative; +.header{ + overflow: hidden; width: 100%; - height: auto; + height: 5rem; display: flex; justify-content: space-between; align-items: center; @@ -54,15 +47,14 @@ header{ } .logo { - /* margin-top: 60px; */ - max-width: 50px; - height: 50px; + + width: 80px; + height: auto; } - /*navbar*/ - + .navbar-list { list-style-type: none; margin: 0; @@ -81,8 +73,8 @@ header{ background-color: darkslategray; /* Change to your desired dark color */ } - .navbar-list li a{ - color: white !important; /* Ensure text is readable in dark mode */ + .navbar-list li { + color: white; /* Ensure text is readable in dark mode */ } } @@ -90,7 +82,6 @@ header{ /*-----navbar------*/ .navbar{ display: flex; - flex-direction: row; align-items: center; gap: 40px; } @@ -112,90 +103,10 @@ header{ color: black; text-decoration: none; } - - /* Sidebar */ - .sidebar{ - position: fixed; - display: none; - flex-direction: column; - top: 0; - right: 0; - height: 90vh; - width: 250px; - margin-top: 15px; - z-index: 999; - background-color: #ffffff0c; - backdrop-filter: blur(15px); - box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1); - align-items: flex-start; - justify-content: flex-start; - gap: 10px; -} - -.sidebar{ - list-style-type: none; -} - -.sidebar li a{ - color: black; - margin-left: 10px; - display: flex; - flex-direction: row; - width: 100%; -} - -.sidebar a:hover{ - text-decoration: underline; -} - -.sidebar svg { - cursor: pointer; - flex-direction: flex-end; - height: 26px !important; - width: 26px !important; -} - -.menu{ - display: flex; - flex-grow: 1; -} - -.menu-button{ - position: fixed; - top: 25px; - right: 10px; - display: none; -} -@media (max-width: 900px) { - .hideOnSmallScreen { - display: none !important; - } - .navbar { - display: none; - } - .menu-button{ - - display: block; - } - .sidebar svg { - cursor: pointer; - flex-grow: 1; - height: 26px !important; - width: 26px !important; - } - .content { - height: auto; - width: 100vw; - padding: 10px; - } - .content div{ - margin-top: 10px; - } -} - + header{ display: flex; - flex-direction: space-between; + justify-content: space-between; align-items: center; padding:0 20px; background: linear-gradient(45deg, #3498db, #2ecc71); @@ -674,7 +585,7 @@ li a,a:visited{ .sign-up:hover , .log-in:hover{ background-color: lightblue; } -/* .footer{ +.footer{ overflow-x: hidden; display: flex; flex-direction: column; @@ -684,7 +595,7 @@ li a,a:visited{ height: 16rem; background-color: grey; gap: 1rem; -} */ +} .logo2{ height: 6rem; width: 9rem; @@ -734,6 +645,56 @@ li a,a:visited{ padding: 0.4rem; } +@media (max-width:670px) { + .fa-solid.fa-xmark{ + display: none; + } + .navbar{ + width: 100%; + height: 100vh; + background-color: beige; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + top: 0; + left: 0; + transform: translateX(100%); + transition: all 0.6s linear; + opacity: 0; + visibility: hidden; + } + .navbar-list{ + flex-direction: column; + justify-content: center; + align-items: center; + display: flex; + } + li a,a:visited{ + font-size: 1.2rem; + } + .active .navbar{ + opacity: 1; + visibility: visible; + transform: translateX(0); + } + + .active .fa-solid .fa-xmark{ + display: block; + border: 3px solid black; + font-size: 2rem; + } + .active #close{ + display: block; + } + .active .fa-bars{ + display: none; + } + .mobile-btn{ + display: flex; + } +} + .cta-button { background-color: #ff6600; color: #fff; @@ -749,207 +710,133 @@ li a,a:visited{ background-color: #ff8533; } - -/* styling testimonial cards **/ -.testimonial_wrapper{ - margin: 0 auto; - display: flex; - min-height: 100vh; - flex-direction: column; - justify-content: center; - align-items: center; - font-family:Verdana, Geneva, Tahoma, sans-serif; - background: url('./img/back.jpg') no-repeat center/cover; - -} -.testimonial_wrapper h1{ - font-size: 60px; - font-weight: 500; - margin: 30px; - margin-bottom: 20px; - text-align: center; - color: #f5f8f8; -} -.testimonial_wrapper h5{ - font-size: 20px; - text-align: center; - font-weight: 300; - margin-bottom: 50px; - color: #f5f8f8; +/* Footer Styling */ +footer { + background-color: black; + padding: 40px 0; + font-family: 'Arial', sans-serif; + color: white; + } -} -.cards{ - display: flex; - justify-content: center; - align-items: center; - width:100%; - margin: 25px 0; -} -.card{ - width:380px; - height:250px; - border-radius: 15px; - margin: 7px; - padding: 20px 30px; - position: relative; + .footer-content { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + gap: 20px; + max-width: 1200px; + margin: auto; + padding: 20px; + } - color: #f5f8f8; - box-shadow: 10px 20px 25px rgba(15, 15, 15, 0.2); - transition: 0.5s; - -} - -.card img{ - height:90px; - width: 90px; - border:2px solid #f5f8f8; - border-radius: 100%; - margin-top:-58px; - left:20px; -} -.card p{ - font-size: 13px; - margin-top: 20px;/**/ - margin-bottom: 30px; - -} -.card h2{ - font-weight: 500; - margin-bottom: 4px; - - } - .card .h4 , .fa-quote-left{ - color:#fff; - font-weight: 400; - font-size: 16px; -} -.card i{ - font-size:60px; - position:absolute; - bottom: 5px; - right:25px; -/* color:#b2bec3; */ - -} -.card:hover{ - transform: scale(1.2); - color:#fff; - background-color: rgba(135, 206, 235, 0.5); - z-index: 1000; + .footer-section { + margin: 20px; + } -} -.para:hover{ - color:#fff; -} - -/* responsive tetimonials */ -@media(max-width:768px){ - .cards{ - width:100%; - flex-direction: column; - flex-wrap: wrap; - + .footer-section h2 { + font-size: 18px; + font-weight: bold; + margin-bottom: 20px; } - .card{ - margin: 20px 0; + + .footer-section ul { + list-style: none; + padding: 0; } -} - - -/* Footer Styling */ -.footer { - background: linear-gradient(45deg, #3498db, #2ecc71); - color: white; - padding: 2rem 1rem; -} - -.footer-container { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - gap: 0.5rem; - /* margin-left: 70px; */ - max-width: 1200px; - margin: 0 auto; -} - - /* flex: 1 1 calc(33.333% - 1rem); */ - /* min-width: 200px; */ - /* margin-right: 90px; */ - - -.footer-section h4 { - margin-bottom: 1rem; - font-weight: bold; - font-size: 1.2rem; -} - -.footer-section ul { - list-style: none; - padding: 0; -} - -.footer-section ul li { - margin: 0.5rem 0; - transition: transform 0.3s ease; -} -.footer-section ul li:hover{ - transform: translateX(10px); -} - -.footer-section ul li a { - color: rgb(8, 56, 8); - font-size: 1rem; - text-decoration: none; - transition: color 0.3s ease ; -} - -.footer-section ul li a:hover { - color: rgb(239, 244, 240); -} - -.social-icons a i { - margin-right: 0.5rem; - font-size: 1.5rem; - color: rgb(8, 56, 8); - transition: transform 0.3s ease, color 0.3s ease; -} - -.social-icons a i:hover { - transform: scale(1.1); - color: white; -} - -.footer-bottom { - text-align: center; - margin-top: 2rem; - border-top: 1px solid rgba(255, 255, 255, 0.2); - padding-top: 1rem; -} - -.footer-bottom p { - margin: 0; - font-size: 0.9rem; -} - -@media (max-width: 768px) { - .footer-container { - flex-direction: column; - align-items: center; + + .footer-section ul li { + margin-bottom: 10px; } - - .footer-section { + + .footer-section ul li a { + text-decoration: none; + color: #6c757d; + font-size: 14px; + } + + .footer-section ul li a:hover { + color: #000; + } + + .social-icons { + display: flex; + gap: 10px; + } + + .social-icons li { + list-style: none; + } + + .social-icons li a { + font-size: 20px; + color: #6c757d; + } + + /* Newsletter Section Styling */ + .footer-section.newsletter { + grid-column: span 4; /* span across all sections */ + padding: 30px; + background-color: black; + background-image: url('https://media.istockphoto.com/id/666193858/photo/indian-vegetarian-office-or-school-lunch-box-or-tiffin-with-north-indian-or-maharashtrian.jpg?s=612x612&w=0&k=20&c=Ac-U7hY1leIuM97jLNPqzv7SX5DbZofu5p_pfUCgeJA='); text-align: center; - flex: 1 1 100%; + margin-top: 20px; + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + } + + .footer-section.newsletter h2 { + font-size: 22px; + color: #ea0202; + margin-bottom: 15px; + } + + .footer-section.newsletter p { + font-size: 14px; + color: #130111; + margin-bottom: 20px; } -} - - - - - - + .footer-section.newsletter .newsletter-form { + display: flex; + justify-content: center; + gap: 10px; + align-items: center; + } + + .footer-section.newsletter .newsletter-form input { + padding: 10px; + font-size: 14px; + width: 250px; + border: 2px solid #ddd; + border-radius: 4px; + transition: border-color 0.3s ease; + } + + .footer-section.newsletter .newsletter-form input:focus { + border-color: #ff5722; /* Focused border color */ + outline: none; + } + + .footer-section.newsletter .subscribe-btn { + background: linear-gradient(90deg, #ff5722, #ff0000); /* Red gradient */ + color: #fff; + padding: 10px 20px; + font-size: 14px; + border: none; + border-radius: 4px; + cursor: pointer; + transition: background 0.3s ease, transform 0.3s ease; + } + + .footer-section.newsletter .subscribe-btn:hover { + background: linear-gradient(90deg, #ff0000, #ff5722); /* Reverse gradient on hover */ + transform: translateY(-3px); /* Button hover animation */ + } + + .footer-bottom { + text-align: center; + padding: 20px 0; + background-color: #e9ecef; + font-size: 14px; + } .theme-toggle { border-radius: 50%; diff --git a/termsofservice.html b/termsofservice.html index 628893c..f080089 100644 --- a/termsofservice.html +++ b/termsofservice.html @@ -169,7 +169,7 @@ } -.content { height: auto; /* Example content height to test scrolling */ +.content { height: 2000px; /* Example content height to test scrolling */ padding: 20px; background-color: #f4f4f4; } @@ -185,42 +185,6 @@
    -
    - -
    -
    - - - -
    -
    -
    -

    Who We Are

    -

    - At Student-ify Experience, we are a dedicated group of students and professionals committed to enhancing the educational journey for students worldwide. Our platform is designed to bridge the gap between academic learning and real-world experience by providing students with resources, tools, and opportunities that prepare them for success beyond the classroom. -

    -
    -

    Our Vision

    -

    To create a global community where students can access personalized learning experiences, career-building resources, and networking opportunities, enabling them to achieve their full potential.

    -
    -

    Our Mission

    -
      -
    • To offer a dynamic platform that brings together educational resources, career opportunities, and peer support for students.
    • -
    • To provide a space where students can engage in collaborative projects, internships, and skill-building workshops.
    • -
    • To foster a community that encourages students to share experiences, gain insights, and prepare for life after graduation.
    • -
    -
    -

    What Drives Us

    -
      -
    • Student-Centered Approach: Every decision we make is guided by the needs and aspirations of students.
    • -
    • Collaboration: We believe in the power of community and the strength that comes from collaboration and support.
    • -
    • Growth: We are committed to creating opportunities for students to grow academically, professionally, and personally.
    • -
    -
    -

    Meet The Team

    -

    - Student-ify Experience is powered by a diverse and passionate team of: -

    -
      -
    • Student Ambassadors: Students who connect with their peers and share experiences on the platform.
    • -
    • Educators & Mentors: Professionals who provide guidance, workshops, and career advice to help students excel.
    • -
    • Developers & Designers: Creatives and tech experts who build and maintain the platform to ensure a seamless user experience.
    • -
    -

    - Together, we are not just a platform — we are a movement dedicated to transforming the student experience. -

    -
    -

    Why Choose Student-ify?

    -
      -
    • Comprehensive Resources: Access a wide range of learning materials, career advice, and internship opportunities tailored to students.
    • -
    • Personalized Experience: A platform designed to meet individual needs and interests, helping students shape their unique educational journey.
    • -
    • Supportive Community: Engage with peers, mentors, and professionals who are committed to helping students succeed.
    • -
    -

    Join us and take your student experience to the next level!

    -
    - © 2025 Student-ify Experience. All rights reserved. -
    -
    -
    - - - - -
    - - - - - - - -
    - - -
    -
    -

    Chatbot

    - close -
    -
      -
    • - smart_toy -

      Hi there 👋
      How can I help you today?

      -
    • -
    -
    - - send -
    -
    - - - - - - - - \ No newline at end of file From f3e515306ebb2d8b938bba311831e1ecd29f82c5 Mon Sep 17 00:00:00 2001 From: mansi066 Date: Fri, 28 Feb 2025 13:27:49 +0530 Subject: [PATCH 3/3] Resolve --- navigateToPages/services.html | 169 +++++++++++++++++++++++++--------- 1 file changed, 126 insertions(+), 43 deletions(-) diff --git a/navigateToPages/services.html b/navigateToPages/services.html index 642f449..bc43462 100644 --- a/navigateToPages/services.html +++ b/navigateToPages/services.html @@ -111,48 +111,6 @@
    -<<<<<<< HEAD -======= - - - ->>>>>>> ae1d77b95185a1755ca88ff70ac011b8a7593c47