Compare commits

..

No commits in common. "46714e731b6cc4757bc93378dbecae9b9bd44c9f" and "eecb1b1841eff56dff60dd7251c85226d9cdd369" have entirely different histories.

5 changed files with 7 additions and 13 deletions

View File

@ -1,10 +1,10 @@
# Vitalia
# Nutrition Tracker
Vitalia aims to be a complete nutrition tracker with all the bells and whistles, but none of the paywalls. She's here to help you reach your fitness goals!
This application is a tool I can use to track my daily nutrition intake. The hosted instance requires a password to access, but you are welcome to use this to host your own tool!
## Live Version
This page is currently deployed. [View the live website.](https://vitalia.nhcarrigan.com)
This page is currently deployed. [View the live website.](https://food.nhcarrigan.com)
## Feedback and Bugs

View File

@ -14,5 +14,5 @@ import { RouterOutlet } from "@angular/router";
templateUrl: "./app.component.html",
})
export class AppComponent {
public title = "Vitalia";
public title = "client";
}

View File

@ -1,7 +1 @@
<h1>Vitalia</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/vitalia-full.png" alt="Vitalia" width="300">
<p>Vitalia is your nutritional assistant and companion, here to help you reach your fitness goals!</p>
<p>Stay tuned, we're hard at work to bring her to life!</p>
<p>landing works!</p>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vitalia</title>
<title>Client</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

View File

@ -7,6 +7,6 @@
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Vitalia",
"Nutrition API",
process.env.LOG_TOKEN ?? "",
);