Update projets/index.html
This commit is contained in:
parent
4ce3ef223e
commit
4596b350a7
1 changed files with 81 additions and 81 deletions
|
|
@ -1,81 +1,81 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Projets</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Call JS -->
|
||||
<script src="script.js"></script>
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="top-nav">
|
||||
<a href="home.html">Acceuil</a>
|
||||
<a href="contact/index.html">Contact</a>
|
||||
<a href="documentation/index.html">Documentation</a>
|
||||
</nav>
|
||||
|
||||
<!-- Title -->
|
||||
<div class="page-title" style="text-align: center;"> Projets </div>
|
||||
|
||||
|
||||
<!-- Tabs and Search Bar -->
|
||||
<div class="tabs-search-bar">
|
||||
<div class="tabs">
|
||||
<button class="tab active">Linux</button>
|
||||
<button class="tab">Windows</button>
|
||||
</div>
|
||||
<input type="text" class="search-bar" placeholder="Rechercher">
|
||||
</div>
|
||||
|
||||
<!-- Content Area -->
|
||||
<div class="page-container">
|
||||
|
||||
<div class="tab-content">
|
||||
<!-- Contenu Linux -->
|
||||
<div class="tab-panel active" id="linux-panel">
|
||||
<div class="section-title">Serveur Linux</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Déploiement & maintenance</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> GLPI</label></li>
|
||||
<li><label><input type="checkbox"> <a href="#">Docker</a></label></li>
|
||||
<li><label><input type="checkbox"> nginx proxy manager</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Optimisation</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> IPtable</label></li>
|
||||
<li><label><input type="checkbox"> HA proxy</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contenu Windows -->
|
||||
<div class="tab-panel" id="windows-panel">
|
||||
<div class="section-title">Serveur Windows</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Déploiement & maintenance</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> Active Directory</label></li>
|
||||
<li><label><input type="checkbox"> GPO</label></li>
|
||||
<li><label><input type="checkbox"> WSUS</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Optimisation</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> PowerShell Scripts</label></li>
|
||||
<li><label><input type="checkbox"> Windows Defender</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Projets</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Call JS -->
|
||||
<script src="script.js"></script>
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="top-nav">
|
||||
<a href="home.html">Acceuil</a>
|
||||
<a href="contact/index.html">Contact</a>
|
||||
<a href="documentation/index.html">Documentation</a>
|
||||
</nav>
|
||||
|
||||
<!-- Title -->
|
||||
<div class="page-title" style="text-align: center;"> Projets </div>
|
||||
|
||||
|
||||
<!-- Tabs and Search Bar -->
|
||||
<div class="tabs-search-bar">
|
||||
<div class="tabs">
|
||||
<button class="tab active">Linux</button>
|
||||
<button class="tab">Windows</button>
|
||||
</div>
|
||||
<input type="text" class="search-bar" placeholder="Rechercher">
|
||||
</div>
|
||||
|
||||
<!-- Content Area -->
|
||||
<div class="page-container">
|
||||
|
||||
<div class="tab-content">
|
||||
<!-- Contenu Linux -->
|
||||
<div class="tab-panel active" id="linux-panel">
|
||||
<div class="section-title">Serveur Linux</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Déploiement & maintenance</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> GLPI</label></li>
|
||||
<li><label><input type="checkbox"> <a href="#">Docker</a></label></li>
|
||||
<li><label><input type="checkbox"> nginx proxy manager</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Optimisation</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> IPtable</label></li>
|
||||
<li><label><input type="checkbox"> HA proxy</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contenu Windows -->
|
||||
<div class="tab-panel" id="windows-panel">
|
||||
<div class="section-title">Serveur Windows</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Déploiement & maintenance</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> Active Directory</label></li>
|
||||
<li><label><input type="checkbox"> GPO</label></li>
|
||||
<li><label><input type="checkbox"> WSUS</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="subsection-title">Optimisation</div>
|
||||
<ul class="checklist">
|
||||
<li><label><input type="checkbox"> PowerShell Scripts</label></li>
|
||||
<li><label><input type="checkbox"> Windows Defender</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue