CSS Report PDF
CSS Report PDF
CSS Report PDF
Annexure -II
Micro-Project Report
Online Laptop Shopping Website
1.0. Rationale
Nowadays most of the purchasing of the items that are needed for the daily basis, can be
got through the online mode. There are many shopping websites like Amazon, Flipkart,
snap deal, Shop Clues and many more. People without wasting much energy in going to
the shops to buy the shopping items that are required can purchase it through the shopping
websites. The Online Shopping System is the application that allows the users to shop
online without going to the shops to buy them. This will help in saving the energy, fuel,
time needed to do the shopping by going to the shops.
bricks and mortar stores, but also because it offers access to a worldwide market, increases
customer value, and builds sustainable capabilities.
Advantages:
• Convenience
Online stores are usually available 24 hours a day, and many consumers in Western countries have
Internet access both at work and at home. Other establishments such as Internet cafes, community
centres and schools provide internet access as well.
Disadvantages
• Fraud and security concerns
Given the lack of ability to inspect merchandise before purchase, consumers are at higher risk of
fraud than face-to-face transactions.
The lack of full cost disclosure may also be problematic. While it may be easy to compare the base
price of an item online, it may not be easy to see the total co
• Privacy
Privacy of personal information is a significant issue for some consumers. Many consumers wish to
avoid spam and telemarketing which could result from supplying contact information to an online
merchant.
font-weight:bolder;
}
input {
transition:0.3s;
width:250px;
height:20px;
background:none;
border-right:none;
border-left:none;
border-top:none;
padding:8px;
margin:10px;
border-color:black;
font-size:15px;
outline:none;
font-weight:bold;
}
button {
width:100px;
height:px;
background-color:black;
opacity:0.5;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:black;
font-size:15px;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
button:hover {
background-color:green;
border-color:green;
border-style:solid;
opacity:0.5;
}
.g:hover {
border-color:green;
width:270px;
}
.me {
width:20px;
padding:0px;
margin-left:-145px;
font-weight:bolder;
}
p{
color:black;
font-weight:bold;
}
</style>
</head>
<body>
<form>
<p class="login"><b>USER LOGIN</b></br></br><i class="fas fa-user-circle" style="font-
size:80px;"></i></p></br>
<i class="far fa-user-circle" style="font-size:30px;"></i>
<input type="text" id="uid" class="g" placeholder="Username" name="uid"></br>
<i class="fas fa-lock" style="font-size:30px;"></i>
<input type="password" id="pid" class="g" placeholder="Password" name="pid"></br>
background-image:url(menu.png);
background-size: cover;
background-attachment: fixed;
}
.content{
background: white;
}
button {
width:150px;
height:50px;
background-color:red;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:red;
font-size:20px;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
button:hover {
background-color:green;
border-color:green;
border-style:solid;
opacity:0.5;
}
.g:hover {
border-color:green;
width:270px;
}
.me {
width:20px;
padding:0px;
margin-left:-145px;
font-weight:bolder;
}
marquee{
margin-top:150px;
font-size:40px:
}
</style>
</head>
<body>
<h1 align="center"><font size="30" color="blue'' face="Engravers MT">Select any One
Processor</font></h1>
</br></br></br></br>
<p align="center">
<button onclick="i3()">i3</button>
</p>
</br></br>
<p align="center">
<button onclick="i5()">i5</button>
</p>
</br></br>
<p align="center">
<button onclick="i7()">i7</button>
</p>
</br></br>
<p align="center">
<button onclick="amd()">AMD</button>
</p>
<script language = "javascript">
function i3() {
window.open("i3.html");
}
function i5() {
window.open("i5.html");
}
function i7() {
window.open("i7.html");
}
function amd() {
alert("Currently Unavaliable!");
}
</script>
</body>
</html>
Home Page:
<html>
<head>
<title>Home Page</title>
<style>
body{
background-image:url(home.jpg);
background-size: cover;
background-attachment: fixed;
}
.content{
background: white;
}
button {
width:150px;
height:50px;
background-color:red;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:red;
font-size:20px;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
button:hover {
background-color:green;
border-color:green;
border-style:solid;
opacity:0.5;
}
.g:hover {
border-color:green;
width:270px;
}
.me {
width:20px;
padding:0px;
margin-left:-145px;
font-weight:bolder;
}
marquee{
margin-top:150px;
font-size:40px:
}
</style>
</head>
<body>
<h1 align="center"><font color="sky blue" face="MV Boli" >Online Laptop
Shopping</font ><h1></i>
<h1 align="center"><font color="red" face="Engravers MT">WELCOME TO</h1>
<h1 align="center"><font size="30" color="blue'' face="Engravers MT">INFINITY
LAPTOPS<br>(IL)</font></h1>
<font color="orange">
<address>
Plot no. P/1/2, MIDC, Chikhalthana </br>
Industrial Area,</br>
Aurangabad, Maharashtra 431006 India
</address></br>
<b>Customer Care =</b> +91 9763313909<br></br>
<b>E-mail =</b> [email protected]<br></br>
</font>
<p align="center">
<button onclick="gomenu()">Menu</button>
</p>
<script language = "javascript">
function gomenu() {
window.open("Menu.html");
}
</script>
</body>
</html>
i3 Page:
<html>
<head>
<title>i3 Laptops</title>
<style>
button {
background-color:red;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:red;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
</style>
</head>
<body >
<i><h2 align="center"><font size="15" color="sky blue" face="Bookman Old Style" >i3
Laptops</font ><h2></i>
<p align="right">
<button onclick="gohome()">HOME</button>
</p>
<hr ></hr>
<hr></hr>
<center><img src="i31.jpg"></center>
<p align="Center">
<b>Dell Vostro</br>Price : 37,000/-</b>
</p>
<p align="left">
Model Number = Vostro 3491 </br>
Series = Vostro </br>
Color = Black </br>
Battery Backup = Upto 10 hours </br>
Processor Generation = 10th Gen </br>
<p align="Center">
<b>ASUS Vivobook</br>Price : 31,000/-</b>
</p>
<p align="left">
Model Number = X543UA-DM342T </br>
Series = Vivobook </br>
Color = Star Grey </br>
Battery Backup = Upto 8 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 4GB(DDR4) and 1TB </br>
Clock Speed = 1.4 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<center><img src="i34.jpg"></center>
<p align="Center">
<b>Lenovo Ideapad</br>Price : 35,000/-</b>
</p>
<p align="left">
Model Number = S145-15IIL </br>
Series = Ideapad </br>
Color = Platinum Grey </br>
Battery Backup = Upto 6 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 8GB(DDR4) and 1TB </br>
Clock Speed = 1.2 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
<script language="javascript">
function gohome() {
window.open("Home.html");
}
function gobuy() {
window.open("Buy.html");
}
function gomenu() {
window.open("Menu.html");
}
</script>
</body>
</html>
i5 Page:
<html>
<head>
<title>i5 Laptops</title>
<style>
button {
background-color:red;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:red;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
</style>
</head>
<body >
<i><h2 align="center"><font size="15" color="sky blue" face="Bookman Old Style" >i5
Laptops</font ><h2></i>
<p align="right">
<button onclick="gohome()">HOME</button>
</p>
<hr ></hr>
<hr></hr>
<center><img src="i31.jpg"></center>
<p align="Center">
<b>Dell Vostro</br>Price : 47,000/-</b>
</p>
<p align="left">
Model Number = Vostro 3491 </br>
Series = Vostro </br>
Color = Black </br>
Battery Backup = Upto 10 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 8GB(DDR4) and 1TB </br>
Clock Speed = 1.8 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<center><img src="i32.jpg"></center>
<p align="Center">
<b>HP 15s</br>Price : 49,000/-</b>
</p>
<p align="left">
Model Number = 15q-DS3001TU </br>
Series = 15s </br>
Color = Black </br>
Battery Backup = Upto 12 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 8GB(DDR4) and 1TB </br>
Clock Speed = 1.8 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 6 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p
<hr></hr>
<center><img src="i33.jpg"></center>
<p align="Center">
<b>ASUS Vivobook</br>Price : 41,000/-</b>
</p>
<p align="left">
Model Number = X543UA-DM342T </br>
Series = Vivobook </br>
Color = Star Grey </br>
Battery Backup = Upto 8 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 4GB(DDR4) and 1TB </br>
Clock Speed = 1.4 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
<p align="left">
Model Number = A315-56 </br>
Series = Aspire 3 </br>
Color = Black </br>
Battery Backup = Upto 8.5 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 8GB(DDR4) and 1TB </br>
Clock Speed = 1.6 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<hr></hr>
<p align="left">
<button onclick="gomenu()" background-color:orange >Back</button>
</p>
<script language="javascript">
function gohome() {
window.open("Home.html");
}
function gobuy() {
window.open("Buy.html");
}
function gomenu() {
window.open("Menu.html");
}
</script>
</body>
</html>
i7 Page:
<html>
<head>
<title>i7 Laptops</title>
<style>
button {
background-color:red;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:red;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
</style>
</head>
<body >
<i><h2 align="center"><font size="15" color="sky blue" face="Bookman Old Style" >i7
Laptops</font ><h2></i>
<p align="right">
<button onclick="gohome()">HOME</button>
</p>
<hr ></hr>
<hr></hr>
<center><img src="i31.jpg"></center>
<p align="Center">
<b>Dell Vostro</br>Price : 57,000/-</b>
</p>
<p align="left">
Model Number = Vostro 3491 </br>
Series = Vostro </br>
Color = Black </br>
Battery Backup = Upto 10 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 8GB(DDR4) and 1TB </br>
Clock Speed = 2.1 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<center><img src="i32.jpg"></center>
<p align="Center">
<b>HP 15s</br>Price : 59,000/-</b>
</p>
<p align="left">
Model Number = 15q-DS3001TU </br>
Series = 15s </br>
Color = Black </br>
Battery Backup = Upto 12 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 8GB(DDR4) and 1TB </br>
Clock Speed = 2.1 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 6 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<center><img src="i33.jpg"></center>
<p align="Center">
<b>ASUS Vivobook</br>Price : 51,000/-</b>
</p>
<p align="left">
Model Number = X543UA-DM342T </br>
Series = Vivobook </br>
Color = Star Grey </br>
Battery Backup = Upto 8 hours </br>
Processor Generation = 10th Gen </br>
RAM and HDD = 4GB(DDR4) and 1TB </br>
Clock Speed = 1.8 GHz with Turbo Boost Upto 3.4 GHz </br>
Cache = 4 MB </br>
Graphic Processor = Intel Integrated UHD </br>
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<center><img src="i34.jpg"></center>
<p align="Center">
Warranty = 1 Year Limited Hardware Warranty, In Home Service After Remote Diagnosis -
Retail </br>
</p>
<p align="Center">
<button onclick="gobuy()" background-color:orange >BUY NOW</button>
</p>
<hr></hr>
<hr></hr>
<p align="left">
<button onclick="gomenu()" background-color:orange >Back</button>
</p>
<script language="javascript">
function gohome() {
window.open("Home.html");
function gobuy() {
window.open("Buy.html");
}
function gomenu() {
window.open("Menu.html");
}
</script>
</body>
</html>
Buy Page:
<!DOCTYPE html>
<html>
<head>
<title>Payment Page</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Oswald|Raleway&display=swap"
rel="stylesheet">
body {
text-align:center;
background-image:url(payment.png);
background-size: cover;
background-attachment: fixed;;
}
.login {
font-size:30px;
font-weight:bolder;
}
input {
transition:0.3s;
width:400px;
height:20px;
background:none;
border-right:none;
border-left:none;
border-top:none;
padding:8px;
margin:10px;
border-color:black;
font-size:15px;
outline:none;
font-weight:bold;
}
button {
width:100px;
height:px;
background-color:black;
opacity:0.5;
border-right:;
border-left:;
border-top:;
padding:8px;
font-family:Raleway;
margin:10px;
border-color:black;
font-size:15px;
outline:none;
transition:0.3s;
font-weight:bold;
color:white;
}
button:hover {
background-color:green;
border-color:green;
border-style:solid;
opacity:0.5;
}
.g:hover {
border-color:green;
width:270px;
}
.me {
width:20px;
padding:0px;
margin-left:-145px;
font-weight:bolder;
}
p{
color:black;
font-weight:bold;
}
</style>
</head>
<body>
<form>
<p align="left">
<b>Cash on Delivery(CoD) Only!</b>
</p>
<p class="login"><b>PAYMENT</b></br></br></p></br>
<b>Name : </b>
<input type="text" id="name" placeholder="FirstName MiddleName LastName"
name="uid"></br>
Name of Resource
S. No. Specifications Qty. Remarks
/Material
Intel i5 3.6 GHZ
1 Computer System 1
RAM 8.00 GB
2 Operating System Windows 10 1
3 Text editor Notepad 1
Mozilla Firefox, Google
4 Browser 1
chrome
5 Printer HP Laser jet 1
Ms. Dhumal K. R.
(Subject Teacher)
************************