Skip to content

Commit

Permalink
Small changes everywhere...
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Bülo authored and Mrfai committed Feb 17, 2023
1 parent a002288 commit f91e61f
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 3 deletions.
8 changes: 5 additions & 3 deletions header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<div class="navbar-fixed">
<nav class="grey darken-3">
<div class="nav-wrapper">
<a href="/" class="brand-logo center">F A I</a>
<a href="/" class="brand-logo center">
<img src="pics/FAI.png" class="responsive-img hide-on-small-only" style="padding-top:2%" width="40%" alt="">
<span class="hide-on-med-and-up">FAI</span>

</a>
<a href="#" data-target="sidenav" class="sidenav-trigger">
<i class="material-icons">menu</i>
</a>
Expand Down Expand Up @@ -153,7 +157,5 @@
<a class="black-text" style="padding-left:16px" href="/contact/" title="Contact">Contact / Support</a>
<div class="divider"></div>
</li>
<li>
<img class="responsive-img" src="pics/dist-logos.png" alt="">

</ul>
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
.sidenav {
top: 65px;
width: 250px;

}
#distlogos {
padding-top: 20px;
}
.sidenav .divider {
margin-top: 0;
Expand Down
180 changes: 180 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.css" media="screen"/>

<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>

<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta charset="UTF-8"/>
<title>FAI - Fully Automatic Installation</title>
<style>
footer,
main {
padding-left: 100px;
}

.sidenav {
top: 65px;
width: 250px;
}
.sidenav .divider {
margin-top: 0;
}

@media only screen and (max-width : 992px) {

footer,
header,
main {
padding-left: 0;
}

.sidenav {
top: 0;
}
}
</style>
</head>

<body>
<header>
<!--#include virtual="header.html" -->
</header>
<main>
<div class="container">
<!-- Orange header bar -->
<div class="row">
<div class="col s12 z-depth-3 center orange">
<h6>
Motto: Plan your installation, and FAI installs your plan.</h6>
</div>
</div>

<div class="row">
<div class="col s12">
<h4>About FAI</h4>
</div>
<div class="col s8">
<p>FAI is a tool for unattended mass deployment of Linux. It's a system to install and configure Linux systems and software packages on computers as well as virtual machines, from small labs to large-scale infrastructures like clusters and virtual
environments. You can take one or more virgin PC's, turn on the power, and after a few minutes, the systems are installed, and completely configured to your exact needs, without any interaction necessary.
</p>
</div>
<div class="col s4">
<a class="waves-effect waves-light btn orange right">
<i class="material-icons left">download</i>FAI ISO (1.1GB)</a>
</div>
</div>

<div class="row">
<div class="col s12">
<h5>About
<a href="/FAIme">FAI.me</a>
</h5>
<p>FAI.me is a tool to create custom Debian disk images used on desktop, in virtual machines or on a cloud-computing platform.
</p>

</div>
</div>

<div class="row">
<div class="col s12">
<h5>News</h5>
<ul>
<li class="divider"></li>
<li>
[Apr 28, 2020] FAI 5.9.4 is released, new images available including
<b>UEFI</b>
support
</li>
<li class="divider"></li>
<li>
[Oct 11-16 2019] Thomas was in Boston, MA joining the Debian Cloud sprint
</li>
<li class="divider"></li>
<li>
[Nov 27, 2017]
<b>I
<a href="https://lists.uni-koeln.de/pipermail/linux-fai/2017-November/011869.html">announced</a>
the
<a href="/FAIme">FAI.me</a>
service</b>
</li>
<li class="divider"></li>
</ul>
</div>
</div>

<div class="row valign-wrapper">
<div class="col s12 m8">

<h5>
Features
</h5>
<ul>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Installs Debian, Ubuntu, CentOS, RHEL, SUSE, ...</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Centralized deployment and configuration management</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Automated installation of virtual machines using KVM, XEN or VirtualBox and Vserver</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Creation of custom disk image for OpenStack, KVM, VirtualBox, VMware, Azure, EC2, GCE</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Easy set up of software RAID and LVM</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Full remote control via ssh during installation</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Integrated disaster recovery system</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done</i>&nbsp;<span>Every stage can be customized via hooks</span></span>
</li>
<li>
<span class="valign-wrapper">
<i class="material-icons">done_all</i>&nbsp;<span><a href="/features/" title="Features">And many more...</a></span>
</span>
</li>

</ul>
</div>

<div class="col m4 hide-on-small-only">

<img class="valign responsive-img" src="pics/dist-logos.png" alt="">

</div>
</div>

</div>
</div>
</main>

<footer class="page-footer grey darken-3">
<!--#include virtual="footer.html" -->
</footer>
<!--JavaScript at end of body for optimized loading-->
<script src="js/materialize.js"></script>
<script>
M.AutoInit();
</script>
</body>

0 comments on commit f91e61f

Please sign in to comment.