mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Connect other Page
This commit is contained in:
parent
19be12bcba
commit
92914fd4d0
5 changed files with 16 additions and 2083 deletions
2081
package-lock.json
generated
2081
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -13,6 +13,7 @@
|
||||||
"ejs": "^3.1.6"
|
"ejs": "^3.1.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"body-parser": "^1.19.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-session": "^1.17.2",
|
"express-session": "^1.17.2",
|
||||||
"nodemon": "^2.0.14"
|
"nodemon": "^2.0.14"
|
||||||
|
|
|
@ -17,6 +17,17 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
width: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 500px) {
|
||||||
|
.navbar-brand {
|
||||||
|
width: 15vw;
|
||||||
|
height: 15vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.nav-color {
|
.nav-color {
|
||||||
background-color: #212226;
|
background-color: #212226;
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||||
<link crossorigin href="https://fonts.gstatic.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 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>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="product-grid"
|
<div class="product-grid"
|
||||||
data-isotope='{ "itemSelector": ".product-item", "layoutMode": "fitRows"}'>
|
data-isotope='{ "itemSelector": ".product-item", "layoutMode": "fitRows"}'>
|
||||||
<div class="product-item men">
|
<div class="product-item men">
|
||||||
<div class="product product_filter">
|
<div class="product product_filter">
|
||||||
|
|
|
@ -337,7 +337,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hoverlogin-1 text-center">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue