P}V)MM8m(!{uZirMwnW-IC6{Q69Xn9H_!I9{TRdG7ExG0Id7`{@i+reJ-
h-z`)4J@`c8sD^i=w4g+Ac(S$thfw){e6gFQ{{yc)o0b3o
literal 0
HcmV?d00001
diff --git a/Dash page.html b/Dash page.html
new file mode 100644
index 0000000000..af8f9d0793
--- /dev/null
+++ b/Dash page.html
@@ -0,0 +1,5 @@
+
+
+
+
+
+
+
+
+ Missing Grade Reporting System
+
+
+
+
+ Missing Grade Reporting System
+
+
+
+
+ Track and report missing grades
+ Ensure your academic record is accurate and up-to-date with our easy-to-use system.
+
+
+
+
+ Key Features
+
+ - Track your current grades and identify any missing ones.
+ - Report missing grades directly to your instructors or academic administration.
+ - Communicate with your instructors to resolve any grade discrepancies.
+
+
+
+
+
+
+
diff --git a/Landing page.js b/Landing page.js
new file mode 100644
index 0000000000..f37392413b
--- /dev/null
+++ b/Landing page.js
@@ -0,0 +1,35 @@
+import React from "react";
+
+function LandingPage() {
+ return (
+
+
+ Missing Grade Reporting System
+
+
+
+
+ Track and report missing grades
+ Ensure your academic record is accurate and up-to-date with our easy-to-use system.
+ Sign Up
+ Learn More
+
+
+
+ Key Features
+
+ - Track your current grades and identify missing ones.
+ - Report missing grades directly to your instructors or administration.
+ - Communicate with instructors to resolve grade discrepancies.
+
+
+
+
+
+
+ );
+}
+
+export default LandingPage;
diff --git a/Login page.html b/Login page.html
new file mode 100644
index 0000000000..38308b3297
--- /dev/null
+++ b/Login page.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+ Missing Grade Reporting System - Login
+
+
+
+
+ Missing Grade Reporting System
+
+
+
+
+ Login to your account
+
+
+
+
+
+
+
diff --git a/Login page.js b/Login page.js
new file mode 100644
index 0000000000..4870f8cfed
--- /dev/null
+++ b/Login page.js
@@ -0,0 +1,34 @@
+import React, { useState } from 'react';
+
+const LoginPage = () => {
+ const [studentId, setStudentId] = useState('');
+ const [pin, setPin] = useState('');
+
+ const handleLogin = () => {
+ // Add authentication logic here (mock-up)
+ console.log('Logging in with:', studentId, pin);
+ };
+
+ return (
+
+
Login
+
+
+ );
+};
+
+export default LoginPage;
diff --git a/MissingGradeFormPage.js b/MissingGradeFormPage.js
new file mode 100644
index 0000000000..df7446afc3
--- /dev/null
+++ b/MissingGradeFormPage.js
@@ -0,0 +1,46 @@
+import React, { useState } from 'react';
+
+const MissingGradeFormPage = () => {
+ const [courseName, setCourseName] = useState('');
+ const [instructorName, setInstructorName] = useState('');
+ const [expectedGrade, setExpectedGrade] = useState('');
+ const [explanation, setExplanation] = useState('');
+
+ const handleFormSubmit = () => {
+ // Add logic to handle form submission (mock-up)
+ console.log('Submitting missing grade report:', { courseName, instructorName, expectedGrade, explanation });
+ };
+
+ return (
+
+
Report Missing Grade
+
+
+ );
+};
+
+export default MissingGradeFormPage;
diff --git a/Style.css b/Style.css
new file mode 100644
index 0000000000..c0e7faa3e3
--- /dev/null
+++ b/Style.css
@@ -0,0 +1,65 @@
+/* style.css */
+
+body {
+ font-family: sans-serif;
+ margin: 0;
+ padding: 0;
+}
+
+header {
+ background-color: #f3e9e9;
+ padding: 20px;
+}
+
+h1 {
+ font-size: 24px;
+ text-align: center;
+}
+
+p {
+ font-size: 16px;
+ text-align: center;
+}
+
+.btn {
+ background-color: #007bff;
+ color: #333232;
+ padding: 10px 20px;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ text-decoration: none;
+}
+
+.hero {
+ background-image: url('Backy.jpeg');
+ background-size: cover;
+ background-position: center;
+ height: 400px;
+ text-align: center;
+ color: #f21616;
+}
+
+.hero h2 {
+ font-size: 32px;
+ margin-top: 100px;
+}
+
+.hero p {
+ font-size: 18px;
+ margin-bottom: 20px;
+}
+
+.features {
+ padding: 20px;
+}
+
+.features ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+.features li {
+ margin-bottom: 10px;
+}
diff --git a/dashboard b/dashboard
new file mode 100644
index 0000000000..97f05ae2c8
--- /dev/null
+++ b/dashboard
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Dashboard
+
+
+
+
+ Missing Grade Reporting System
+
+
+
+