diff options
author | Daniel Jones <admin@danieljon.es> | 2019-07-21 21:14:37 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2019-07-21 21:14:37 +0930 |
commit | f5ca86ace5168d6eabd665874a650ce1d2f294eb (patch) | |
tree | 53ce0e4c729089a8bed29aa35f298cfbec12f985 /index.html | |
parent | dfbd2dbe7068069cb5a4a04d5a0fe3ffc65bf7fa (diff) | |
download | gnupluslinux.com-f5ca86ace5168d6eabd665874a650ce1d2f294eb.tar.gz gnupluslinux.com-f5ca86ace5168d6eabd665874a650ce1d2f294eb.zip |
bring git to reality
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 47 |
1 files changed, 22 insertions, 25 deletions
@@ -7,36 +7,33 @@ <meta name="author" content="daniel_j"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Cache-control" content="public"> - <link rel="icon" type="image/png" href="favicon.png"> + <link rel="icon" href="/favicon.ico" type="image/x-icon"/> <title>GNU plus Linux</title> <style> - body{/* background-color:#222; color: #eee; */ margin-right: 5%; margin-left: 5%; font-family: Verdana} - .middle{text-align: center; font-size: 70%} - .footnote{font-size: 70%} +body{background-color: black;/* background-color:#222; color: #eee; */ margin-right: 5%; margin-left: 5%; font-family: Verdana} +.middle{text-align: center; font-size: 70%} +.footnote{font-size: 70%} +#gnupluslinuxvideo + { + position: fixed; + right: 0; + bottom: 0; + width: 100%; + height: 100%; +} </style> </head> <body> - <!-- git repository at https://git.danieljon.es/gnupluslinux.com/ --> - <div class="content"> - <center> - <img src="https://gnupluslinux.com/yelling1.png"> - <!-- The manga is New Game! and I really liked it, I recommend you read the manga and watch the two anime series. You can find the xcf for this bad meme at https://gnupluslinux.com/yelling.xcf --> - <br><br> - <img src="https://gnupluslinux.com/hey_there.png"> - <!-- The anime is Kokoro ga Sakebitagatterunda, I liked it. --> - </center> - <h1>What is GNU?</h1> - <a href="https://www.gnu.org/">GNU</a> is an operating system and an extensive collection of software that forms part of what people refer to as the GNU plus Linux operating system (or erroneously just Linux).<br> <br> - <a href="https://en.wikipedia.org/wiki/Richard_Stallman">Richard Stallman</a> announced the GNU project in 1983. The operating system was to be a <a href="https://en.wikipedia.org/wiki/Free_software">free software</a> replacement to the proprietary <a href="https://en.wikipedia.org/wiki/Unix">UNIX</a> operating system. <br> <br> - In 1992 the GNU operating system almost had the entirety of its components created, however one critical part was missing, the <a href="https://en.wikipedia.org/wiki/Kernel_(operating_system)">kernel</a>. - <h1>What is Linux?</h1> - <a href="https://www.kernel.org/">Linux</a> is a kernel and is not an operating system unto itself, instead is a critical component in the GNU plus Linux operating system. <br> <br> - <a href="https://en.wikipedia.org/wiki/Linus_Torvalds">Linus Torvalds</a> began development on the Linux kernel in 1991 after frustrations relating to the <a href="https://en.wikipedia.org/wiki/MINIX">MINIX</a> licensing at the time. The Linux kernel was originally licensed to prohibit commercial redistribution. <br> <br> - In 1992 Linus liberated his kernel relicensing it under the <a href="https://www.gnu.org/licenses/licenses.html">GNU GPL</a>. Now under a free licence and considered free software, the Linux kernel and GNU operating system, along with it's extensive collection of software can pair in a mutually beneficial relationship. - <h2>Combined, they form an entire operating system as defined by <a href="https://en.wikipedia.org/wiki/POSIX">POSIX</a> known as GNU plus Linux.<h2> <br> <br> - </div> - <div class="footnote"> - </div> + <video autoplay id="gnupluslinuxvideo"> + <!-- huge files, my ffmpeg-foo is bad --> + <source src="gnupluslinux.m4v" type="video/mp4"> + </video> + <!-- git repository at https://git.danieljon.es/gnupluslinux.com/ + send a pr or patch if you want something linuxy or memey hosted on the domain or a subdomain + https://github.com/daniel-Jones/gnupluslinux.com + --> </body> </html> + + |