Update to home screen and edits to home links

This commit is contained in:
Lucas Patenaude
2024-03-12 03:07:56 -06:00
parent fc33dafee8
commit bda002f484
6 changed files with 11 additions and 9 deletions

View File

@@ -164,8 +164,9 @@
},
"node_modules/bcrypt": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz",
"integrity": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"node-addon-api": "^5.0.0"

View File

@@ -7,7 +7,7 @@
"name": "web-services",
"dependencies": {
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"body-parser": "1.20.0",
"express": "^4.6.1",
"express-handlebars": "^7.1.2",
@@ -177,8 +177,9 @@
},
"node_modules/bcrypt": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz",
"integrity": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"node-addon-api": "^5.0.0"

View File

@@ -3,13 +3,13 @@
"main": "index.js",
"dependencies": {
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"body-parser": "1.20.0",
"express-handlebars": "^7.1.2",
"express": "^4.6.1",
"express-handlebars": "^7.1.2",
"express-session": "1.17.3",
"pg-promise": "^10.11.1",
"nodemon": "2.0.20"
"nodemon": "2.0.20",
"pg-promise": "^10.11.1"
},
"scripts": {
"prestart": "npm install",

View File

@@ -1,6 +1,6 @@
<body>
<div class="container mt-5">
<h1 class="mb-4">Discover Events</h1>
<h1 class="mb-4">Welcome</h1>
<div class="card-container">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 g-4">

View File

@@ -15,7 +15,7 @@
<ul class="navbar-nav me-auto">
<li class="nav-item">
<!-- TODO: For Discover, add a <a> tag with an attribute href to call the '/discover' API -->
<a class="nav-link" href="/discover">Discover</a>
<a class="nav-link" href="/home">Home</a>
</li>
</ul>
<div class="nav-item me-1">