-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (35 loc) · 2.13 KB
/
about.html
File metadata and controls
47 lines (35 loc) · 2.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../about.css">
<title>Preview About</title>
</head>
<div class ="main-container">
<ul>
<li class="active"> <a href="http://127.0.0.1:5501/front.html">Home</a></li>
</ul>
</div>
<body>
<div class="wrapper">
<div class="background-container">
<div class="bg-1"></div>
<div class="bg-2"></div>
</div>
<div class="about-container">
<div class="image-container">
<img src="../pho.jpg" alt="">
</div>
<div class="text-container">
<h1>About us</h1>
<p>Welcome to FormEase, your one-stop solution for filling out forms for entrance exams hassle-free. We understand that filling out forms can be a daunting task for many students, especially when it comes to entrance exams that require specific details and qualifications. That's why we've created an online platform that allows students to have their forms filled out by experienced agents who are well-versed in the requirements of entrance exams. <br>At FormEase, we aim to provide a stress-free experience for students by offering personalized assistance to ensure that their forms are filled out accurately and efficiently. Our agents are trained to provide step-by-step guidance to students and help them navigate through the complexities of the form-filling process.
<br> Our platform is user-friendly, secure, and reliable, ensuring that students can trust us with their personal information and confidential details. We offer a range of services to suit the needs of different students, including filling out forms for various entrance exams, submitting the forms, and tracking the progress of the application.
. </p>
<a href="">Read More</a>
</div>
</div>
</div>
</body>
</html>