]> gitweb.morketsmerke.org Git - mmdev.git/commitdiff
Dostosowanie materiału 'Linux. Podstawy.' do formatu dla terminallog.
authorxf0r3m <jakubstasinski@protonmaill.com>
Mon, 20 May 2024 08:29:24 +0000 (10:29 +0200)
committerxf0r3m <jakubstasinski@protonmaill.com>
Mon, 20 May 2024 08:29:24 +0000 (10:29 +0200)
articles/terminallog/Linux.Podstawy.html

index 913cfcc6bcc36bb4d4247448fe5dec112209d5a2..db4147baf33ea20e2c351554a208c7c2dc6299c1 100644 (file)
@@ -3,43 +3,30 @@
                <head>
                        <meta charset="utf-8" />
                        <link rel="icon" type="image/png" href="https://i.ibb.co/khy45hh/mm.png">
+      <link rel="stylesheet" type="text/css" href="/style.css">
                        <style>
                                .code-block {
-                                       display: block;
-                                       background-color: silver;
-                                       font-family: monospace;
-                                       font-weight: bolder;
                                        text-align: left;
                                }
-                               .code-inline {
-                                       background-color: silver;
-                                       font-family: monospace;
-                                       font-weight: bolder;
-                               }
                                ul {
                                        text-align: left;
                                }
-        p { text-align: justify; }
-        .toc { list-style-type: none; }
+        p { 
+          text-align: justify; 
+        }
+        body {
+          width: 99%;
+          height: 100vh;
+        }
+        .main {
+          width: 100%;
+        }
                        </style>
                </head>
-               <body style="font-family: monospace;" >
-<pre>
-    __    _                       ____            __     __                      
-   / /   (_)___  __  ___  __     / __ \____  ____/ /____/ /_____ __      ____  __
-  / /   / / __ \/ / / / |/_/    / /_/ / __ \/ __  / ___/ __/ __ `/ | /| / / / / /
- / /___/ / / / / /_/ />  <_    / ____/ /_/ / /_/ (__  ) /_/ /_/ /| |/ |/ / /_/ / 
-/_____/_/_/ /_/\__,_/_/|_(_)  /_/    \____/\__,_/____/\__/\__,_/ |__/|__/\__, (_)
-                                                                        /____/   
-
-</pre>
-<p style="margin: 0; padding: 0; outline: 0; font-size: 18pt;">
-       &#9760;&nbsp;<a href="https://morketsmerke.github.io">morketsmerke</a>&nbsp;&#9760;
-</p>
-                       <div style="margin-left: auto; margin-right: auto; width: 80%;">
-        <h1>Linux. Podstawy.</h1>
-        <div>
-          <h2>Spis treści</h2>
+               <body>
+                       <div class="main">
+       <div class="tableOfContent">
+          <h1>Linux. Podstawy.</h1>
           <ul class="toc">
             <li><a href="#1.howlinuxismade">1. Budowa systemu Linux<a>
               <ul class="toc">
               </ul>
             </li>
           </ul>
+          <p>
+            Źródła:
+          </p>
+          <ol>
+            <li><strong>Jak działa Linux.</strong><br />
+                Podręcznik administratora. Wydanie II.<br />
+                <em>Brian Ward</em></li>
+            <li><strong>Jak działa Linux.</strong><br />
+                Podręcznik administratora. Wydanie III.<br />
+                <em>Brian Ward</em></li>
+          </ol>
+          <p class="footer">
+            ~xf0r3m<br />
+            2024; COPYLEFT; ALL RIGHTS REVERSED;
+          </p>
+        </div>
+        <div id="content">
+        <div id="contentHeader">
+<pre id="divisionBaner">
+    __    _                       ____            __     __                      
+   / /   (_)___  __  ___  __     / __ \____  ____/ /____/ /_____ __      ____  __
+  / /   / / __ \/ / / / |/_/    / /_/ / __ \/ __  / ___/ __/ __ `/ | /| / / / / /
+ / /___/ / / / / /_/ />  <_    / ____/ /_/ / /_/ (__  ) /_/ /_/ /| |/ |/ / /_/ / 
+/_____/_/_/ /_/\__,_/_/|_(_)  /_/    \____/\__,_/____/\__/\__,_/ |__/|__/\__, (_)
+                                                                        /____/   
+
+</pre>
+<p id="contentHeaderLink" class="header_link">
+       &#9760;&nbsp;<a href="https://morketsmerke.github.io">morketsmerke</a>&nbsp;&#9760;
+</p>
+
         </div>
         <p>
           Opisywany tutaj materiał będzie kompatybilny z dystrybucjami 
@@ -14741,8 +14759,5 @@ $ sed "s/ala/ola/" test.txt
           <li><a href="https://https://tldp.org/LDP/abs/html/index.html">Podręcznik do zaawansowanych skryptów BASH-u.</a></li>
         </ul>
       </div>
-                       <p style="margin: 15px; padding: 0; outline: 0;">
-                               2024; COPYLEFT; ALL RIGHTS REVERSED;
-                       </p>
-               </body>
+                                       </body>
        </html>