Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Algorithm_Report.pdf
Binary file not shown.
Binary file added FrontEnd/Images/Sarasavi-Bookshop-Pvt-Ltd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FrontEnd/Images/adidas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FrontEnd/Images/icon2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FrontEnd/Images/juice bar prof.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FrontEnd/Images/juice bar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FrontEnd/Images/sarasavi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FrontEnd/Images/srasavi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 42 additions & 67 deletions FrontEnd/index.html
Original file line number Diff line number Diff line change
@@ -1,68 +1,43 @@
<!DOCTYPE html>

<html>
<head>
<title>SitnShop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="scriptes.js"></script>
<link rel="stylesheet" href="styles.css" type="text/css" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet">
</head>

<body>

<div class="navbar">
<a href="index.html" style="float: left;font-family: 'Aclonica';"><i class="fa fa-fw fa-home"></i><h3> SitnShop</h3></a>
<a href="#"><i class="fa fa-fw fa-envelope"></i><h3> Contact</h3></a>
<a href="login_page.html"><i class="fa fa-fw fa-user"></i><h3> Login</h3></a>
<div class="search-container">
<form action="/action_page.php">
<button type="submit"><i class="fa fa-search"></i></button>
<input type="text" placeholder="Search" name="search">

</form>
</div>

</div>

<div class="content">
<img class="avatar" src="Images/s1.jpg" alt="dp">
<h1>&nbsp&nbsp Rahals Kade </h1>
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
<img class="post" src="Images/s1a1.jpg" alt="dp">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>

<div class="content">
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
</div>



</body>
<!DOCTYPE html>

<html>
<head>
<title>SitnShop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="scriptes.js"></script>
<link rel="stylesheet" href="styles.css" type="text/css" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet">
</head>

<body>

<div class="navbar">
<a href="index.html" style="float: left;font-family: 'Aclonica';"><img class="icon" src="Images/icon2.jpg" alt="Sicon"><h3> itnShop</h3></a>
<a href="#"><i class="fa fa-fw fa-envelope"></i><h3> Contact</h3></a>
<a href="login_page.html"><i class="fa fa-fw fa-user"></i><h3> Login</h3></a>
<div class="search-container">
<form action="/action_page.php">
<button type="submit"><i class="fa fa-search"></i></button>
<input type="text" placeholder="Search" name="search">
</form>
</div>

</div>

<div class="content">
<img class="avatar" src="Images/s1.jpg" alt="dp">
<a href="#"><h1>Rahal's Shop </h1></a><br>
<h4><i class="fas fa-map-marker-alt"></i>&nbspGohagoda road, Gohagoda. </h4>
<a href="#" class="follow" style="float: right;color: rgb(72,72,72);font-size: 14px;"><i class="fas fa-store"></i><h5>&nbspFollow</h5></a>
<hr style="background-color: rgb(220,220,220);border: 0;" size="3">
<img class="post" src="Images/s1a1.jpg" alt="dp">
<hr style="background-color: rgb(220,220,220);border: 0;" size="3">
</div>




</body>
</html>
36 changes: 18 additions & 18 deletions FrontEnd/scriptes.js → FrontEnd/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
function readURL(input)
{
if (input.files && input.files[0])
{
var reader = new FileReader();
reader.onload = function (e)
{
$('#Uimage').attr('src', e.target.result).width(250).show();
$('#drop').hide();
$('#or').hide();
$('#image_icon').hide();
$('#cancel').show();
$('#browse').hide();
};
reader.readAsDataURL(input.files[0]);
}
function readURL(input)
{
if (input.files && input.files[0])
{
var reader = new FileReader();

reader.onload = function (e)
{
$('#Uimage').attr('src', e.target.result).width(250).show();
$('#drop').hide();
$('#or').hide();
$('#image_icon').hide();
$('#cancel').show();
$('#browse').hide();
};

reader.readAsDataURL(input.files[0]);
}
}
91 changes: 46 additions & 45 deletions FrontEnd/login_page.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,47 @@
<!DOCTYPE html>

<html>
<head>
<title>SitnShop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="scriptes.js"></script>
<link rel="stylesheet" href="styles.css" type="text/css" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet">
</head>

<body>

<div class="navbar">
<a href="index.html" style="float: left;font-family: 'Aclonica';"><i class="fa fa-fw fa-home"></i><h3> SitnShop</h3></a>
<a href="#"><i class="fa fa-fw fa-envelope"></i><h3> Contact</h3></a>
<a href="#"><i class="fa fa-fw fa-user"></i><h3> Login</h3></a>
<div class="search-container">
<form action="/action_page.php">
<button type="submit"><i class="fa fa-search"></i></button>
<input type="text" placeholder="Search" name="search">
</form>
</div>
</div>


<div class="login">
<h2>Login</h2>
<hr style="background-color:rgb(232,232,232);border: 0;height: 3px">
<form action="/action_page.php" method="post">
<input type="text" placeholder="User name" name="username"><br>
<input type="password" placeholder="Password" name="password"><br>
<input type="submit" value="Login">
</form>

</div>






</body>
<!DOCTYPE html>

<html>
<head>
<title>SitnShop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="scriptes.js"></script>
<link rel="stylesheet" href="styles.css" type="text/css" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet">
</head>

<body>

<div class="navbar">
<a href="index.html" style="float: left;font-family: 'Aclonica';"><img class="icon" src="Images/icon2.jpg" alt="Sicon"><h3> itnShop</h3></a>
<a href="#"><i class="fa fa-fw fa-envelope"></i><h3> Contact</h3></a>
<a href="#"><i class="fa fa-fw fa-user"></i><h3> Login</h3></a>
<div class="search-container">
<form action="/action_page.php">
<button type="submit"><i class="fa fa-search"></i></button>
<input type="text" placeholder="Search" name="search">
</form>
</div>
</div>


<div class="login">
<h2>Login</h2>
<hr style="background-color: rgb(220,220,220);border: 0;" size="3">
<form action="/action_page.php" method="post">
<input type="text" placeholder="User name" name="username"><br>
<input type="password" placeholder="Password" name="password"><br>
<input type="submit" value="Login">
</form>

</div>






</body>

</html>
Loading