Skip to content

Commit

Permalink
Sub-optimal deployment of habit tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey committed Mar 2, 2024
1 parent bb1385a commit 7086b2f
Show file tree
Hide file tree
Showing 14 changed files with 4,234 additions and 1 deletion.
2,137 changes: 2,137 additions & 0 deletions public/posts/deployments/habit-tracker/client/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file not shown.
79 changes: 79 additions & 0 deletions public/posts/deployments/habit-tracker/client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8" />
<title>Habit Tracker</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="manifest" href="manifest.webmanifest" />
<meta name="theme-color" content="#1976d2" />
<style>
html {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Helvetica Neue, Arial, Noto Sans, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
"Noto Color Emoji";
font-size: 16px;
font-weight: 400;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
background: #fff;
color: #666;
}
body {
margin: 0;
}
:root {
--uk-breakpoint-s: 640px;
--uk-breakpoint-m: 960px;
--uk-breakpoint-l: 1200px;
--uk-breakpoint-xl: 1600px;
}
:root {
--uk-leader-fill-content: .;
}
:root {
--uk-position-margin-offset: 0px;
}
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
@page {
margin: 0.5cm;
}
}
</style>
<link
rel="stylesheet"
href="posts/deployments/habit-tracker/client/styles.cba5acfa60ad7143.css"
media="print"
onload="this.media='all'"
/>
<noscript
><link rel="stylesheet" href="posts/deployments/habit-tracker/client/styles.cba5acfa60ad7143.css"
/></noscript>
</head>
<body>
<app-root></app-root>
<noscript
>Please enable JavaScript to continue using this
application.</noscript
>
<script
src="posts/deployments/habit-tracker/client/runtime.016ad7340ffc7b80.js"
type="module"
></script>
<script
src="posts/deployments/habit-tracker/client/polyfills.c68645566a7d5979.js"
type="module"
></script>
<script src="posts/deployments/habit-tracker/client/main.a33890116ab21dc2.js" type="module"></script>
</body>
</html>

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions public/posts/deployments/habit-tracker/client/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Habit Tracker",
"short_name": "Habit Tracker",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "favicon.ico",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
}
]
}
Loading

0 comments on commit 7086b2f

Please sign in to comment.