Skip to content

Commit

Permalink
convert to materialize css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 2, 2023
1 parent 651447a commit 7bca22e
Showing 1 changed file with 37 additions and 29 deletions.
66 changes: 37 additions & 29 deletions team/index.html
Original file line number Diff line number Diff line change
@@ -1,40 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>FAI - Fully Automatic Installation</title>
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/css/ie6_or_less.css" />
<![endif]-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/css/materialize.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="/css/sidenav-compact.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="/pics/favicon.ico" type="image/x-icon">
<meta charset="UTF-8"/>
<title>FAI - Fully Automatic Installation</title>
</head>

<body id="type-b">
<div id="wrap">
<div id="header">
<div id="site-name">
<a href="/">FAI - Fully Automatic Installation</a>
</div>
<!-- removed header-menu-unused.htm -->
</div>

<!--#include virtual="/menu.html" -->
<div id="content">
<!-- removed breadcrumb -->
<body>
<header>
<!--#include virtual="/header.html" -->
</header>
<main>
<div class="container">
<div class="row">
<div class="col s12 m6">


<h1>FAI team</h1>

<a name="contact"></a>
<h2>Contact</h2>
<h4>FAI Team Contact</h4>

<p>Mail to the team: fai (at) fai-project.org</p>
<p>Mail to the team: fai =at) fai-project.org</p>

<a name="team"></a>
<h2>The Team</h2>
<h4>The Team</h4>

<table>

Expand All @@ -45,14 +43,24 @@ <h2>The Team</h2>

</table>

<hr>
<address>
Sat, 15 Oct 2022 22:57:15 +0200
</address>


</div>
</div>
</div>
</div>
<div id="footer"></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>
</html>

0 comments on commit 7bca22e

Please sign in to comment.