-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
103 lines (93 loc) · 5.87 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About-Us | Percent Marks Management System</title>
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/site.webmanifest">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="logo">
<img src="./images/rectangle_logo_transparent.png" alt="">
</div>
<menu>
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./guide.html">How to Use</a>
<a href="./contact.html">Contact</a>
<a href="./login.html">Account</a>
</menu>
</header>
<main class="content">
<h2>About Us</h2>
<p>Welcome to the Percent Marks Management System, a platform dedicated to enhancing the educational experience for both students and educators. Our mission is to provide a seamless and efficient environment that fosters academic growth, transparency, and collaboration.</p>
<h2>Our Vision</h2>
<p>To empower students to take control of their academic journey and inspire educators to engage, evaluate, and guide with precision.</p>
<h2>Key Features:</h2>
<p>
<ul>
<li><b>Student-Centric Approach:</b> We prioritize the needs of students, offering a user-friendly interface to access and monitor their academic progress.</li>
<li><b>Efficient Mark Management:</b> Teachers can easily input and manage marks, ensuring accuracy and timely feedback.</li>
<li><b>Transparent Communication:</b> Our system facilitates transparent communication between students, teachers, and administrators, creating a collaborative learning environment.</li>
</ul>
</p>
<h2>Why choose us:</h2>
<p>
<ul>
<li><b>User-Friendly Interface:</b> Our platform is designed with simplicity in mind, ensuring a smooth experience for users of all technical backgrounds.</li>
<li><b>Security and Privacy:</b> We prioritize the security of user data, employing industry-standard practices to safeguard personal and academic information.</li>
<li><b>Continuous Improvement:</b> We are committed to enhancing and expanding our system based on user feedback and evolving educational needs.</li>
</ul>
</p>
<h2>Meet the team behind</h2>
<p>Our team comprises passionate individuals dedicated to revolutionizing the academic management landscape. From developers to educators, each member brings a unique perspective and expertise to the table.</p>
<div class="team">
<div class="2">
<div class="tbox1 tbox">
<img src="./images/team/iradukunda.png" alt="">
<div class="team_name">Derrick IRADUKUNDA</div>
<div class="team_para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatibus repudiandae delectus pariatur id reprehenderit ex unde sapiente. Inventore maxime corporis labore sit nesciunt sapiente eos perspiciatis quis quidem totam tempore, voluptatem ipsum deserunt aperiam possimus eius velit sequi id dignissimos?</div>
<button>Portfolio</button>
</div>
<div class="tbox2 tbox">
<img src="./images/team/iradukunda.png" alt="">
<div class="team_name">Derrick IRADUKUNDA</div>
<div class="team_para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatibus repudiandae delectus pariatur id reprehenderit ex unde sapiente. Inventore maxime corporis labore sit nesciunt sapiente eos perspiciatis quis quidem totam tempore, voluptatem ipsum deserunt aperiam possimus eius velit sequi id dignissimos?</div>
<button>Portfolio</button>
</div>
</div>
<div class="teamr2">
<div class="tbox1 tbox">
<img src="./images/team/iradukunda.png" alt="">
<div class="team_name">Derrick IRADUKUNDA</div>
<div class="team_para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatibus repudiandae delectus pariatur id reprehenderit ex unde sapiente. Inventore maxime corporis labore sit nesciunt sapiente eos perspiciatis quis quidem totam tempore, voluptatem ipsum deserunt aperiam possimus eius velit sequi id dignissimos?</div>
<button>Portfolio</button>
</div>
<div class="tbox2 tbox">
<img src="./images/team/iradukunda.png" alt="">
<div class="team_name">Derrick IRADUKUNDA</div>
<div class="team_para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatibus repudiandae delectus pariatur id reprehenderit ex unde sapiente. Inventore maxime corporis labore sit nesciunt sapiente eos perspiciatis quis quidem totam tempore, voluptatem ipsum deserunt aperiam possimus eius velit sequi id dignissimos?</div>
<button>Portfolio</button>
</div>
</div>
</div>
<p>Thank you for being part of our educational community. Together, let's shape a future where learning is accessible, transparent, and empowering.</p>
</main>
<footer>
<p>
<a href="#">Tutorial</a>
</p>
<p>
© Percent Marks Management System 2024
</p>
<p>
<a href="#">Admin</a>
</p>
</footer>
</body>
</html>