-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutpro.html
45 lines (45 loc) · 2.94 KB
/
aboutpro.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="aboutpro.css">
</head>
<body>
<div class="cointainer">
<nav>
<ul>
<li><a href="./index.html" class="mainlink">Home</a></li>
<li><a href="./aboutpro.html" class="mainlink">About</a></li>
<li><a href="./roadmap.html" class="mainlink">Roadmap</a></li>
<li><a href="./Systemreq.html" class="mainlink">System Requirments</a></li>
<li><a href="./contactform.html" class="mainlink">Contact</a></li>
</ul>
</nav>
</div>
<div class="head">
ABOUT THE PROJECT
</div>
<div class="content">
<p>
This project is a simple web application developed using HTML, CSS, JAVASCRIPT and other web dev skills. It was created as part of the coursework for the module "Web Programming " offered by the Vellore Institute of Technology.
This project is a web application developed by the team of students in collaboration with Prof. Jayakumar S from the Vellore Institute of Technology (VIT) in Vellore, TamilNadu, India. The main purpose of this website is to show the skills learned during the programme.
</p>
</div>
<br>
<div class="content">
<p>
Our e-commerce platform, akin to Amazon's multifaceted functionality, harmonizes HTML, CSS, and JavaScript to deliver a dynamic and immersive shopping experience. HTML forms the structural framework of our web pages, facilitating clear organization and seamless navigation through product listings, categories, and checkout processes.
CSS plays a pivotal role in styling and presentation, enhancing the visual appeal and usability of our platform. Through carefully crafted stylesheets, we ensure consistency in design elements, responsive layouts across devices, and engaging visual cues that guide users through their shopping journey.
</p>
</div>
<br>
<div class="content">
<p>
JavaScript injects interactivity and functionality into our platform, enabling features such as real-time product search, dynamic content updates, interactive product galleries, and intuitive user interfaces. Leveraging JavaScript frameworks and libraries, we empower users with dynamic filtering options, personalized recommendations, and interactive shopping carts that streamline the purchasing process.
By synergizing HTML, CSS, and JavaScript, our e-commerce platform delivers a compelling user experience that transcends traditional online shopping. With a focus on seamless functionality, captivating design, and intuitive navigation, we strive to redefine the online retail landscape, fostering customer engagement, satisfaction,and loyalty.
</p>
</div>
</body>
</html>