summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-28 20:27:36 -0700
committers1nical <[email protected]>2019-08-28 20:27:36 -0700
commit74ccee19d8dee9cb3a06a0167fa82128a59e9445 (patch)
treef4bafdf88c8a7b3f274bb657bf9f3f2aba289893 /mobile
parentmake about page look nicer (diff)
downloads1n.pw-admin-74ccee19d8dee9cb3a06a0167fa82128a59e9445.tar.xz
s1n.pw-admin-74ccee19d8dee9cb3a06a0167fa82128a59e9445.zip
update redirects for mobile, all schemas, js link for loader
Diffstat (limited to 'mobile')
-rw-r--r--mobile/index.html5
-rw-r--r--mobile/js/app.js5
2 files changed, 3 insertions, 7 deletions
diff --git a/mobile/index.html b/mobile/index.html
index b186306..ded867f 100644
--- a/mobile/index.html
+++ b/mobile/index.html
@@ -11,6 +11,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="/mobile/css/main.css">
<script src="/js/redirect-to-desktop.js"></script>
+ <script src="/js/loader-animation.js"></script>
<meta name="description" content="s1nical is a full stack developer.">
<meta property="og:description" content="s1nical is a full stack developer.">
<meta property="og:title" content="s1nical">
@@ -34,7 +35,7 @@
"image": "",
"sameAs": [
"https://twitter.com/s1nical",
- "https://github.com/s1nical",
+ "https://github.com/8cy",
"https://www.reddit.com/user/s1nical/",
],
"publisher": {
@@ -68,7 +69,7 @@
<a href="mailto:[email protected]">s1nical</a><br>
Full-stack developer.<br><br>
Follow me on <a href="https://twitter.com/s1nical">Twitter</a>.
- View my code on <a href="https://github.com/s1nical">GitHub</a>.
+ View my code on <a href="https://github.com/8cy">GitHub</a>.
</div>
</main>
diff --git a/mobile/js/app.js b/mobile/js/app.js
index af7b893..de35b53 100644
--- a/mobile/js/app.js
+++ b/mobile/js/app.js
@@ -1,8 +1,3 @@
-// LOADER ANIMATION
-$(window).on("load", function () {
- $(".loader-wrapper").fadeOut("slow");
-})
-
// BACKGROUND SPARKLES
// SCRIPT #1