-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
4,943 additions
and
48,127 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
function autoreload_subscribe() { | ||
Genie.WebChannels.sendMessageTo("autoreload", "subscribe"); | ||
console.info("Autoreloading ready"); | ||
Genie.WebChannels.sendMessageTo('autoreload', 'subscribe'); | ||
console.info('Autoreloading ready'); | ||
} | ||
|
||
setTimeout(autoreload_subscribe, 2000); | ||
|
||
Genie.WebChannels.messageHandlers.push(function (event) { | ||
if (event.data == "autoreload:full") { | ||
Genie.WebChannels.messageHandlers.push(function(event) { | ||
if ( event.data == 'autoreload:full' ) { | ||
location.reload(true); | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +1,29 @@ | ||
<!doctype html> | ||
<html> | ||
<!DOCTYPE html><html> | ||
<head> | ||
<meta name="author" content="Kwat Medetgul-Ernar" /> | ||
<title>Website of Kwat Medetgul-Ernar</title> | ||
<meta name="description" content="Website of Kwat Medetgul-Ernar" /> | ||
<meta name="keywords" content="Kwat Medetgul-Ernar, Kwat, Medetgul, Ernar, KwatMDPhD, Bioinformatics, Causality, Medicine, Immunology, Cancer" /> | ||
<link rel="icon" href="favicon.png" type="image/x-icon" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="sesstoken" | ||
content="b8f9129dbe6a3c0da41f4fa18f33d49d9e4c412d6a65f66ee4244e51a88e5b29771821ce62efb4589518d5a52af82150f992695f82411bdcebefc1c8156e07f75d6979fff68a3428e9cbccbeef3daeca" | ||
/> | ||
<title>Genie App</title> | ||
<style> | ||
._genie_logo { | ||
background: url("https://genieframework.com/logos/genie/logo-simple-with-padding.svg") | ||
no-repeat; | ||
background-size: 40px; | ||
padding-top: 22px; | ||
padding-right: 10px; | ||
color: transparent !important; | ||
font-size: 9pt; | ||
} | ||
._genie .row .col-12 { | ||
width: 50%; | ||
margin: auto; | ||
} | ||
[v-cloak] { | ||
display: none; | ||
} | ||
</style> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div id="Main_ReactiveModel" class="container" v-cloak v-if="isready"> | ||
<p>HELLO</p> | ||
<div class="w-full flex h-svh max-h-svh"> | ||
<div class="h-full flex-1"> | ||
<div class="flex h-full flex-col justify-between overflow-y-scroll"> | ||
<div class="top-0 w-full flex bg-orange-200 py-4"> | ||
<p class="text-center text-xl">Home</p> | ||
<p class="text-center text-xl">Writing</p> | ||
</div> | ||
<div class="flex items-center justify-center"> | ||
<h1>I'm Kwat 🤠</h1> | ||
</div> | ||
<div class="w-full bg-orange-200 py-8"> | ||
<p class="text-center text-xl">KwatMDPhD.com</p> | ||
</div> | ||
<link | ||
href="/stippleui.jl/v0.23.5/assets/css/quasar.min.css" | ||
rel="stylesheet" | ||
/><link | ||
href="/stippletabs.jl/v1.0.0/assets/css/tabs.css" | ||
rel="stylesheet" | ||
/><link | ||
href="https://fonts.googleapis.com/css?family=Material+Icons" | ||
rel="stylesheet" | ||
/><link | ||
href="/stipple.jl/v0.28.19/assets/css/stipplecore.css" | ||
rel="stylesheet" | ||
/><link | ||
href="/stipple.jl/v0.28.19/assets/css/themes/theme-default-light.css" | ||
rel="stylesheet" | ||
/> | ||
<script> | ||
window.CHANNEL = "KNFMVLDUBICSUXGFCSTLYZGCHSRNRZXM"; | ||
</script> | ||
<script src="/genie.jl/v5.31.1/assets/js/channels.js"></script> | ||
<script src="/stipple.jl/v0.28.19/assets/js/underscore-min.js"></script> | ||
<script src="/stipple.jl/v0.28.19/assets/js/vue.js"></script> | ||
<script src="/stipple.jl/v0.28.19/assets/js/stipplecore.js"></script> | ||
<script | ||
src="/stipple.jl/v0.28.19/assets/js/vue_filters.js" | ||
defer | ||
></script> | ||
<script src="/stipple.jl/v0.28.19/assets/js/watchers.js"></script> | ||
<script | ||
src="/stipple.jl/v0.28.19/assets/js/keepalive.js" | ||
defer | ||
></script> | ||
<script src="/stippleui.jl/v0.23.5/assets/js/quasar.umd.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/plotly2.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/resizesensor.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/lodash.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/vueresize.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/vueplotly.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/sentinel.min.js"></script> | ||
<script src="/stippleplotly.jl/v0.13.16/assets/js/syncplot.js"></script> | ||
<script src="/stippletable.jl/v1.0.1/assets/js/stippletable.js"></script> | ||
<script src="/stippletabs.jl/v1.0.0/assets/js/02_stippletabs.js"></script> | ||
<script src="/genieautoreload.jl/v2.2.4/assets/js/autoreload.js"></script> | ||
<script | ||
src="/stipple.jl/v0.28.19/assets/js/main_reactivemodel.js" | ||
defer | ||
></script> | ||
</div> | ||
</div> | ||
</div> | ||
<footer class="_genie container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<p | ||
class="text-muted credit" | ||
style="text-align: center; color: #8d99ae" | ||
> | ||
Built with | ||
|
||
<a | ||
class="_genie_logo" | ||
href="https://genieframework.com" | ||
target="_blank" | ||
ref="nofollow" | ||
>Genie</a | ||
> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> | ||
</body></html> |
Oops, something went wrong.