Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project building #1

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
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
19 changes: 19 additions & 0 deletions Smart-Cart/Login.HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login page</title>
<link rel="stylesheet" href="login.css">
</head>
<body class="LoBo">
<div id="Login">
<input type="text" placeholder="Email">
<br><br>
<input type="password" placeholder="password">
<br><br>
<button>Submit</button>
</div>

</body>
</html>
35 changes: 35 additions & 0 deletions Smart-Cart/Register.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}

#Register {
width: 300px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#Register input[type="text"],
#Register input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
}

#Register button {
width: 100%;
padding: 10px;
background-color: #007BFF;
border: none;
color: #fff;
cursor: pointer;
}

#Register button:hover {
background-color: #0056b3;
}
27 changes: 27 additions & 0 deletions Smart-Cart/Register.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Register page</title>
<link rel="stylesheet" href="Register.css">

</head>
<body>
<div id="Register">

<input type="text" placeholder="Name">
<br><br>
<input type="text" placeholder="Number">
<br><br>
<input type="text" placeholder="Email">
<br><br>
<input type="password" placeholder=" New password">
<br><br>
<input type="password" placeholder="confirm password">
<br><br>
<button>Submit</button>

</div>
</body>
</html>
16 changes: 9 additions & 7 deletions Smart-Cart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SmartCart</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="logo.png">
</head>

<body>
Expand All @@ -15,10 +16,10 @@
<img id="logo" src="logo.png" alt="logo">
</div>
<ul>
<li>Home</li>
<li>Product</li>
<li>About</li>
<li>Contact</li>
<li class="home">Home</li>
<li class="home">Product</li>
<li class="home">About</li>
<li class="home">Contact</li>
</ul>
<div class="search-container">
<form action="/">
Expand All @@ -33,13 +34,13 @@
</form>
</div>
<div class="account-options">
<a href="#login">Login</a>
<a href="#register">Register</a>
<a href="Login.HTML">Login</a>
<a href="Register.html">Register</a>
</div>
</nav>
<div id="hero">
<div id="leftportion">
<span id="title">e-commerce Website</span>
<span id="title">E-commerce Website</span>
<span id="text">Support local everything</span>
<div id="choose-card">
<span>Choose Your</span>
Expand Down Expand Up @@ -67,6 +68,7 @@
</div>
</div>
</div>
<script src="script.js"></script>
</body>

</html>
40 changes: 40 additions & 0 deletions Smart-Cart/login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.LoBo {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

#Login {
background-color: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#Login input[type="text"],
#Login input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #ccc;
}

#Login button {
width: 100%;
padding: 10px;
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}

#Login button:hover {
background-color: #0056b3;
}
1 change: 1 addition & 0 deletions Smart-Cart/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alert("It's Our Website:");
16 changes: 10 additions & 6 deletions Smart-Cart/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

body {
margin: 0;
background-color: #F28482;
background-color: #00fcff;
font-family: Montserrat;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -39,7 +39,7 @@ nav a {
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
text-decoration:center ;
}

nav a:hover {
Expand Down Expand Up @@ -131,9 +131,9 @@ input ::placeholder{

#title{
font-family: "Madimi One", sans-serif;
font-size: 64px;
font-size: 55px;
font-weight: 800;
color: #F28482;
color: rgb(11, 94, 204);
}

#text{
Expand All @@ -152,7 +152,7 @@ input ::placeholder{
}

#choose-card span{
color: #84A59D;
color: #00ffff;
font-weight: 800;
}

Expand Down Expand Up @@ -191,4 +191,8 @@ input ::placeholder{
height: 60px;
width: 60px;
border-radius: 50%;
}
}
.home{
color:rgb(255,0,0);

}
1 change: 1 addition & 0 deletions demodev
Submodule demodev added at 31c649
1 change: 1 addition & 0 deletions killbros_EC102B
Submodule killbros_EC102B added at ea6d53