Skip to content

Commit

Permalink
more cleanup + meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Wong committed Jan 28, 2024
1 parent a51ae43 commit 760c833
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 19 deletions.
34 changes: 19 additions & 15 deletions assets/index-ZJ7nPhx9.js → assets/index-up5GEfC-.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions background.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ main::after {
inset: 0;

background-image: url("./assets/website-background.png");
background-size: auto 95vh;
background-size: auto 95dvh;
background-position-x: 72px;
background-position-y: center;
background-position-y: 4dvh;
background-repeat: no-repeat;
background-attachment: fixed;
}
Expand Down
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Dylan Wong, fullstack Developer and DevOps consultant in Reno, NV. Specialities: React, Vue, AWS, Docker, GIT, Java, Python, Responsive Web Design."
/>
<meta
property="og:description"
content="Dylan Wong, fullstack developer and DevOps consultant in Reno, NV. Specialities: React, Vue, AWS, Docker, GIT, Java, Python, Responsive Web Design."
/>
<meta
name="keywords"
content="Reno, Full Stack, DevOps, React, Vue, AWS, Docker, GIT, Java, Python"
/>
<meta property="og:title" content="Wong-Innovations" />
<meta property="twitter:title" content="Wong-Innovations" />
<meta property="og:url" content="https://wong-innovations.com" />
<link
rel="stylesheet"
type="text/css"
Expand Down Expand Up @@ -33,9 +49,9 @@
href="/assets/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://wong-innovations.com" />
<title>Wong-Innovations</title>
<script type="module" crossorigin src="/assets/index-ZJ7nPhx9.js"></script>
<script type="module" crossorigin src="/assets/index-up5GEfC-.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-fjrQrmKv.css">
</head>
<body class="bg-zinc-100 dark:bg-zinc-800">
Expand Down

0 comments on commit 760c833

Please sign in to comment.