mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-18 15:31:17 -04:00
feat: first build complete
This commit is contained in:
parent
f1bae19cac
commit
e1d39b8a05
30 changed files with 1215 additions and 1 deletions
Before Width: | Height: | Size: 977 KiB After Width: | Height: | Size: 977 KiB |
Binary file not shown.
BIN
restaurant/app/src/background.jpg
Normal file
BIN
restaurant/app/src/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 977 KiB |
|
@ -28,6 +28,7 @@ header {
|
|||
min-height: 71px;
|
||||
background-color: rgb(var(--rgb-light-color), 0.7);
|
||||
color: var(--dark-color);
|
||||
border-bottom: 1px solid var(--dark-color);
|
||||
}
|
||||
|
||||
header>h1 {
|
||||
|
@ -35,7 +36,7 @@ header>h1 {
|
|||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
font-weight: 800;
|
||||
font-size: rem;
|
||||
font-size: 2.3rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -71,6 +72,7 @@ a:hover {
|
|||
list-style-type: none;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.content {
|
1203
restaurant/bundle.js
Normal file
1203
restaurant/bundle.js
Normal file
File diff suppressed because one or more lines are too long
BIN
restaurant/ee384c85ee67825b545c.ttf
Normal file
BIN
restaurant/ee384c85ee67825b545c.ttf
Normal file
Binary file not shown.
9
restaurant/index.html
Normal file
9
restaurant/index.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Restaurant - Dev</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="bundle.js"></script></head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue