Connect other Page

This commit is contained in:
Kelvin Samuel 2021-11-09 11:10:40 +07:00
parent 19be12bcba
commit 92914fd4d0
5 changed files with 16 additions and 2083 deletions

2081
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,7 @@
"ejs": "^3.1.6"
},
"devDependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"nodemon": "^2.0.14"

View file

@ -17,6 +17,17 @@ body {
}
}
.navbar-brand {
width: 5%;
}
@media screen and (max-width: 500px) {
.navbar-brand {
width: 15vw;
height: 15vw;
}
}
.nav-color {
background-color: #212226;
}

View file

@ -15,7 +15,7 @@
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Style-index.css">
<link rel="stylesheet" type="text/css" href="css/Style-index.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
</head>
@ -107,7 +107,7 @@
<div class="row">
<div class="col">
<div class="product-grid"
<div class="product-grid"
data-isotope='{ "itemSelector": ".product-item", "layoutMode": "fitRows"}'>
<div class="product-item men">
<div class="product product_filter">

View file

@ -337,7 +337,7 @@
</div>
<div class="hoverlogin-1 text-center">
<a href="register.html">Don't have an account?? Click Here to Sign Up!!</a>
<a href="register">Don't have an account?? Click Here to Sign Up!!</a>
</div>
</div>
</form>