Skip to content
Open

Noah #11

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 candy.sqlite3
Binary file not shown.
19 changes: 0 additions & 19 deletions dynamic_server.mjs

This file was deleted.

1,805 changes: 1,805 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"name": "",
"email": ""
},
"contributors": [
],
"contributors": [],
"repository": {},
"dependencies": {
"express": "^4.18.2",
"plotly": "^1.0.6",
"sqlite3": "^5.1.6"
}
}
84 changes: 84 additions & 0 deletions public/css/myStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
body {
background-color: rgb(249, 235, 145);
}


table {
border-collapse: collapse; /* This ensures that the border doesn't double up */
width: 50%; /* This sets the table to take up the full width of its container */
}

th, td {
border: 1px solid black; /* This adds a black border around every cell */
padding: 1px; /* This adds some space between the cell content and the borders */
text-align: center; /* This centers the text in the cells */
}

th {
background-color: lightblue; /* This gives a grey background to the header cells */
}
.navbar a {
text-decoration: none;
list-style-type: none;
text-align: center;

color: white;
padding-left: 5rem;
padding-right: 5rem;
padding-top: .5rem;
padding-bottom: .5rem;
background-color: #173860;
border: .5rem;
border-color:#000000;
border-radius: 10%;
}

.navbar a:hover {
background-color: #5090dd;
}

.navbar div{
text-decoration: none;
list-style-type: none;

}
.navbar li {
margin: .2rem;
display: inline-flex;
float: center;

}

h1 {
text-align: center;
font-size: 3.5rem;
}
h2 {
text-align: center;
font-size: 1.5rem;
}

.prevNext{
display: flex;
justify-content: center; /* Centers content horizontally */
align-items: center; /* Centers content vertically if the container has a specific height */
}

.prevNext a{
padding: 0.5rem;
}
button{
text-decoration: none;
list-style-type: none;
text-align: center;

color: white;
padding-left: 5rem;
padding-right: 5rem;
padding-top: .5rem;
padding-bottom: .5rem;
background-color: #173860;
border: .5rem;
border-color:#000000;
border-radius: 10%;
}
Binary file added public/images/one-dime.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 public/images/reeses-miniatures.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading