Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 29, 2024
0 parents commit 7754613
Show file tree
Hide file tree
Showing 72 changed files with 2,256 additions and 0 deletions.
43 changes: 43 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.14" />
<style>
:root {
--c-bg: #fff;
}

html.dark {
--c-bg: #22272e;
}

html,
body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
window.matchMedia &&
window.matchMedia('(prefers-color-scheme: dark)').matches

if (userMode === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (userMode === 'dark' || systemDarkMode) {
document.documentElement.classList.toggle('dark', true)
document.documentElement.dataset.theme = 'dark'
}
</script>
<link rel="icon" href="/learning-kotlin/favicon.ico"><link rel="manifest" href="/learning-kotlin/manifest.webmanifest"><meta name="theme-color" content="#2176d6"><title></title><meta name="description" content="">
<link rel="preload" href="/learning-kotlin/assets/style-CTaFAUa6.css" as="style"><link rel="stylesheet" href="/learning-kotlin/assets/style-CTaFAUa6.css">
<link rel="modulepreload" href="/learning-kotlin/assets/app-4Lh5mlJr.js"><link rel="modulepreload" href="/learning-kotlin/assets/404.html-Czm50wuY.js">

</head>
<body>
<div id="app"><!--[--><div class="vp-theme-container" data-v-303656ba><main class="page" data-v-303656ba><div class="theme-default-content" data-v-303656ba><h1 data-v-303656ba>404</h1><blockquote data-v-303656ba>That&#39;s a Four-Oh-Four.</blockquote><a class="route-link" href="/learning-kotlin/" data-v-303656ba>Take me home</a></div></main></div><!--[--><!----><!----><!--]--><!--]--></div>
<script type="module" src="/learning-kotlin/assets/app-4Lh5mlJr.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions assets/404.html-Czm50wuY.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

309 changes: 309 additions & 0 deletions assets/Androidmakers2023Kotlinshortlink-7XGfMd7N.svg
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 assets/Kotlin-Beyond-Android-B6J4ER4N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions assets/app-4Lh5mlJr.js

Large diffs are not rendered by default.

Binary file added assets/compose-multiplaform-Dfyu_rxB.gif
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 assets/compose-multiplaform-web-wH6XfCHb.gif
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 assets/hello-compose-demo-B4DIIuDy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index-DTEEl-sV.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions assets/index.html-6yxZPSDW.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/index.html-B56QRtvS.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index.html-B83rwuYr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index.html-BIRPEy0f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7754613

Please sign in to comment.