From a040d19cd4faa5ac89eea511eb94d1f6f35c315e Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 15 Feb 2015 19:03:38 +0200 Subject: [PATCH] Website updates. --- www/css/skeleton.css | 10 +-- www/index.html | 186 +++++++++++++++++++++++++++---------------- 2 files changed, 123 insertions(+), 73 deletions(-) diff --git a/www/css/skeleton.css b/www/css/skeleton.css index a1e8f80a6..255cca407 100644 --- a/www/css/skeleton.css +++ b/www/css/skeleton.css @@ -133,13 +133,13 @@ body { /* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; font-weight: 300; } h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } -h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; } +h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; margin-top: 0rem;} h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } @@ -376,8 +376,8 @@ form { /* Misc –––––––––––––––––––––––––––––––––––––––––––––––––– */ hr { - margin-top: 3rem; - margin-bottom: 3.5rem; + margin-top: 1rem; + margin-bottom: 1rem; border-width: 0; border-top: 1px solid #E1E1E1; } diff --git a/www/index.html b/www/index.html index c2cee83e4..637d17ced 100644 --- a/www/index.html +++ b/www/index.html @@ -53,6 +53,8 @@

Minimal Linux Live

+ +
Home Changes @@ -61,20 +63,28 @@ Download
-
+
+
+

Home

+
+
Minimal Linux Live is a set of Linux shell scripts which automatically build minimal Live Linux OS based on Linux kernel and BusyBox. All necessary source codes are automatically downloaded and all build operations are fully encapsulated in the scripts.
+
+
If you want to build your own Minimal Linux Live ISO image file, all you need to do is the following:
-
 
+
+
 
+
  • @@ -137,69 +147,81 @@
+
+
The produced ISO image file contains Linux kernel compiled with default options, BusyBox compiled with default options and very simple initramfs. This means that you don't get Windows support out of the box, nor you get any fancy desktop environment. All you get is a simple shell console which supports all BusyBox applets and... well, that's all. This is why it's called "minimal".
-
 
+
+
 
+
The good news is that even though the OS is small and simple, the build scripts are also very small and very simple. You can quite easily learn from the scripts and later modify them to include more stuff (I encourage you to do so). After you learn the basics you will have all the necessary tools and skills to create your own fully functional Linux based operating system! Entirely from scratch! Isn't it great?! :)
-
 
+
+
 
+
The tutorial provides more details about the inner structure of the scripts and the overall build process. I encourage you to go through this document when you have the time.
-
 
+
+
 
+
Below you can find several screenshots which show what the environment looks like when you boot your newly generated Minimal Linux Live OS.
-
 
-
-
- - Minimal Linux Live - -
-
- - Minimal Linux Live - -
-
- - Minimal Linux Live - -
-
- +