Browse Source

Push site from the decommissioned server

master
Marcel Haazen 5 years ago
commit
c4a06c1a5a
9 changed files with 9272 additions and 0 deletions
  1. +0
    -0
      README.md
  2. +52
    -0
      aboutus.html
  3. +8975
    -0
      bootstrap.css
  4. +43
    -0
      contribute.html
  5. +29
    -0
      gdpr.html
  6. +51
    -0
      gettingstarted.html
  7. +34
    -0
      index.html
  8. BIN
      os_tan.png
  9. +88
    -0
      style.css

+ 0
- 0
README.md View File


+ 52
- 0
aboutus.html View File

@ -0,0 +1,52 @@
<html>
<head>
<title>
CLINL Kernel
</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
\>
<link rel="stylesheet" href="style.css" \>
</head>
<body class="container page">
<div class="container">
<div class="row navbar">
<a href="index.html" class="col-xs-3 navbut">Home</a>
<a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
<a href="aboutus.html" class="col-xs-3 navbut">About us</a>
<a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
</div>
</div>
<div class="par">
We are a small Team that decided that there needs to be a change in the
<br> world of kernels. In particular, we wanted to keep clinl
<ul>
<li>Safe</li>
<li>Fast</li>
<li>Clean</li>
<li>Well documented</li>
</ul>
<span class="big">Our team</span>
<ul>
<li>Ludovic Largouardette : Developer</li>
<li>Maximilian Wittmer : Developer </li>
<li>Anunay Maheshwari : Developer </li>
<li>0xFFFFFFFF : Code quality control/Developer</li>
</ul>
<span class="big">Links:</span>
<br> Repository:
<a href="https://kernel.clinl.org">https://kernel.clinl.org</a>
<br> Telegram:
<a href="https://t.me/joinchat/EXSmZ0ZKKJxUogRS33yURw">https://t.me/joinchat/EXSmZ0ZKKJxUogRS33yURw</a>
<br> Contact:
<a href="mailto:admin@clinl.org">admin@clinl.org</a>
<br>
<br>
<span class="impress">
Website by: Marcel Haazen 2018
</span>
</div>
</body>
</html>

+ 8975
- 0
bootstrap.css
File diff suppressed because it is too large
View File


+ 43
- 0
contribute.html View File

@ -0,0 +1,43 @@
<html>
<head>
<title>
CLINL Kernel
</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
\>
<link rel="stylesheet" href="style.css" \>
</head>
<body class="container page">
<div class="row navbar">
<a href="index.html" class="col-xs-3 navbut">Home</a>
<a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
<a href="aboutus.html" class="col-xs-3 navbut">About us</a>
<a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
</div>
<div class="par">
You can contribute in different ways.
<ul>
<li>Donate money</li>
<!-- later: add hyperlinks -->
<li>
<a href="gettingstarted.html"> Help us programming </a>
</li>
<li>
Tell other people about us!
</li>
<li>
<a href="mailto:wittmaxi@clinl.org?Subject=Feedback on CLINL">Give us feedback on CLINL </a>
</li>
</ul>
<div class="big">Current Contributors: </div>
<ul>
<li>Marcel Haazen : Hosting the entirity of the CLINL project </li>
<li>4AF2 10DE 996B 673C 0FD8 AFA0 8B35 B3C8 94B9 64DD : Paying for the domain and managing the email infrastructure"
</li>
</ul>
</div>
</body>
</html>

+ 29
- 0
gdpr.html View File

@ -0,0 +1,29 @@
<html>
<head>
<title>
CLINL Kernel
</title>
<meta name="description" content="The official website of the CLINL-Kernel. CLINL stands for C++-LINL is not Linux and was an initiative to renew Linux, started in 2018">
<meta name="keywords" content="CLINL, Kernel, GNU">
<meta name="author" content="Ludovic Lagouardette, Maximilian Wittmer, OxFFFFFFFFF">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
\>
<link rel="stylesheet" href="style.css" \>
</head>
<body class="container page">
<div class="row navbar">
<a href="index.html" class="col-xs-3 navbut">Home</a>
<a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
<a href="aboutus.html" class="col-xs-3 navbut">About us</a>
<a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
</div>
<div class="par">
We try to keep our services "clean"! We won't track any of your personal data, except for your Ip, which will be used for
security measures. If you have any questions, you can email us
<a href="mailto:social@clinl.org">here</a>!
</div>
</body>
</html>

+ 51
- 0
gettingstarted.html View File

@ -0,0 +1,51 @@
<html>
<head>
<title>
CLINL Kernel
</title>
<meta name="description" content="The official website of the CLINL-Kernel. CLINL stands for C++-LINL is not Linux and was an initiative to renew Linux, started in 2018">
<meta name="keywords" content="CLINL, Kernel, GNU">
<meta name="author" content="Ludovic Lagouardette, Maximilian Wittmer, OxFFFFFFFFF">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
\>
<link rel="stylesheet" href="style.css" \>
</head>
<body class="container page">
<div class="row navbar">
<a href="index.html" class="col-xs-3 navbut">Home</a>
<a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
<a href="aboutus.html" class="col-xs-3 navbut">About us</a>
<a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
</div>
<div class="par">
There are a few criteria that you have to meet in order to contribute. Make sure that you comply to all of them!
<ul>
<li>Knowledge of Modern C++</li>
<li>Willingness to learn</li>
<li>Knowledge of Backend C++</li>
</ul>
<span class="big">If you think that you could help us</span>, you will in a first time need to set up your local fossil repository.
On a terminal, type:
<div class="code">
$>fossil clone https://kernel.clinl.org ./clinl.fossil
<br> $>fossil open ./clinl.fossil
</div>
Then, compile a cross-compiler according to
<a href="https://wiki.osdev.org/GCC_Cross-Compiler">OSDevWiki</a>. Set the makefile up as you wish, in order for it to work on your machine.
<br> then, you can contribute. Edit the files just like you would edit them on a github repository. Once you are done,
<br>
<div class="code">
$>make clean
<br>$>fossil addremove
<br>$>fossil commit -m "your MEANINGFUL commit message"
<br>$>fossil push
</div>
If you are facing any problems, contact us
<a href="mailto:social@clinl.org">here!</a>
</div>
</body>
</html>

+ 34
- 0
index.html View File

@ -0,0 +1,34 @@
<html>
<head>
<title>
CLINL Kernel
</title>
<meta name="description" content="The official website of the CLINL-Kernel. CLINL stands for C++-LINL is not Linux and was an initiative to renew Linux, started in 2018">
<meta name="keywords" content="CLINL, Kernel, GNU">
<meta name="author" content="Ludovic Lagouardette, Maximilian Wittmer, OxFFFFFFFFF">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
\>
<link rel="stylesheet" href="style.css" \>
</head>
<body class="container page">
<div class="row navbar">
<a href="index.html" class="col-xs-3 navbut">Home</a>
<a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
<a href="aboutus.html" class="col-xs-3 navbut">About us</a>
<a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
</div>
<div class="par">
CLINL (pronounced kli-nel), for
<span class="big">C++ Linl Is Not Linux</span>, is an on development kernel meant to present a Linux compatibility at kernel level
while remaining as high level as possible while preserving performance.
<br>It has been initiated by
<span class="big">Ludovic Lagouardette</span>,
<span class="big"> Maximilian Wittmer</span> and
<span class="big"> OxFFFFFFFF </span>. To see the list of active developers, visit the
<a href="https://clinl.org/aboutus.html">about us</a> page!
</div>
</body>
</html>

BIN
os_tan.png View File

Before After
Width: 765  |  Height: 769  |  Size: 156 KiB

+ 88
- 0
style.css View File

@ -0,0 +1,88 @@
.page {
background-color:#394141;
color: white;
}
.navbar {
background-color: #3c7272;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}
.navbut {
cursor: pointer;
color: white !important; /* Might be overwritten by the >>a<< attribute later, so !important */
padding-bottom: 5px;
padding-top: 4px;
}
.navbut:hover { /* when the navigation bar is hovered on */
background-color: #22bdbd;
box-shadow: #e00a51 0px 3px;
}
a { /*normal links should have contrast to text */
color: #22bdbd;
text-decoration: none;
}
a:hover {
color: white !important;
text-decoration: none;
}
a:visited {
color: #22bdbd;
text-decoration: none;
}
.big {
font-weight: bold;
}
.par {
color: white;
background-color: #1f2525;
margin: 4%;
padding: 5%;
border-radius: 0px 30px 0px 30px;
}
.content {
margin: 4%;
}
.ostan {
cursor: pointer;
margin-top: 4%;
width: 15%;
height: auto;
float: right;
}
.ostan:hover {
width: 16%;
height: auto;
}
ul {
margin: 2%;
}
.impress {
font-size: 0.9em;
}
.gdpr {
font-size: 0.8em;
}
.code {
margin: 2%;
background-color: black;
color: grey;
width: 100%;
font-family: monospace;
}

Loading…
Cancel
Save