From c855c1838e7e45eb141e4adac1ba493725f15a54 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Aug 2022 20:06:18 +0200 Subject: [PATCH] feat: add splash animation at launch --- index.html | 2 +- splash.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 splash.html diff --git a/index.html b/index.html index 3cc5fcf..233ed37 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@ setTimeout(function() { showSession("session-5"); }, 1500); setTimeout(function() { showSession("session-6"); }, 1900); setTimeout(function() { showSession("session-7"); }, 2200); - setTimeout(function() { location.href="/main.html" }, 2500); + setTimeout(function() { location.href="/splash.html" }, 2500); }; function showSession(id) { const session = document.getElementById(id); diff --git a/splash.html b/splash.html new file mode 100644 index 0000000..7014e5f --- /dev/null +++ b/splash.html @@ -0,0 +1,77 @@ + + + + + + IA86 Debugger + + + + + + +
+ +
+
+
+█████   █████████    ████████    ████████ 
+░░███   ███░░░░░███  ███░░░░███  ███░░░░███
+ ░███  ░███    ░███ ░███   ░███ ░███   ░░░ 
+ ░███  ░███████████ ░░████████  ░█████████ 
+ ░███  ░███░░░░░███  ███░░░░███ ░███░░░░███
+ ░███  ░███    ░███ ░███   ░███ ░███   ░███
+ █████ █████   █████░░████████  ░░████████ 
+ ░░░░░ ░░░░░   ░░░░░  ░░░░░░░░    ░░░░░░░░ 
+ THE EVEN MORE PEDAGOGICAL SYSTEM !!
+
+
+ Episode 1 : learn x86 assembly language.
+		
+
+
+
+ + +