Files
SAE_WEB_2025/entreprise.html
2025-01-17 22:35:54 +01:00

71 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SAE</title>
<link rel="stylesheet" href="style_entre.css">
</head>
<body>
<header>
<img src="swiftrescue.png"class="logo" alt="Logo de l'entreprise">
<h1> <a href="index.html"> SwiftRescue </a></h1>
</header>
<nav>
<div id="monSidenav" class="sidenav">
<a id="closeBtn" href="#" class="close">x</a>
<ul>
<li id="accueil"><a href="index.html">Accueil</a></li>
<li id="entreprise"><a href="entreprise.html">Notre Entreprise</a></li>
<li id="produits"><a href="produits.html">Produits</a></li>
<li id="contact"><a href="formulaire.html">Contact</a></li>
</ul>
</div>
<a href="#" id="openBtn">
<span class="burger-icon">
<span></span>
<span></span>
<span></span>
</span>
</a>
</nav>
<section class="content"><h2 class="title_page">Qui sommes nous ?</h2>
<article class="article">
<a>
<h3>Présentation de SwiftRescue</h3>
<p id="text_sw">SwiftRescue est une entreprise de trois passionés d'informatique souhaitant utiliser leurs connaissances
au service des autres, en se spécialisant dans le sauvetage.
</p>
</a>
</article>
<article class="article">
<img class="image">
<a href="cv_lukas.html">
<h3>Lukas SIMOES</h3>
<p></p>
</a>
</article>
<article class="article">
<img class="image">
<a href="portfolio.html">
<h3>Yann MOUCHOU</h3>
<p></p>
</a>
</article>
<article class="article">
<img class="image">
<a href="Site_CV.html">
<h3>Mathias PLACIDE--CONTRERAS</h3>
<p></p>
</a>
</article>
</section>
<footer>
</footer>
<script src="burguer.js"></script>
</body>
</html>