diff --git a/app/assets/images/bkg.png b/app/assets/images/bkg.png new file mode 100644 index 0000000..d10e5ca Binary files /dev/null and b/app/assets/images/bkg.png differ diff --git a/app/assets/images/blacktocat.png b/app/assets/images/blacktocat.png new file mode 100644 index 0000000..9759d77 Binary files /dev/null and b/app/assets/images/blacktocat.png differ diff --git a/app/assets/images/bullet.png b/app/assets/images/bullet.png new file mode 100644 index 0000000..c8f8de1 Binary files /dev/null and b/app/assets/images/bullet.png differ diff --git a/app/views/pages/index.html.haml b/app/views/pages/index.html.haml index f404d48..c4a7a72 100644 --- a/app/views/pages/index.html.haml +++ b/app/views/pages/index.html.haml @@ -1,6 +1,3 @@ -\--- -layout: site -\--- .row %h2.center Compiling Ruby to Binary. %div @@ -16,7 +13,7 @@ layout: site %p This means compiling dynamic code into binary. Using type knowledge at run-time we optimise and cache method dispatch for know types. - + As the system is 100% in ruby, the ultimate goal is to carry on the compilation at run-time, ie after the program has started. %b No interpretation.