You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.5 KiB

<!DOCTYPE html>
<html lang="fr">
2 years ago
<script src="https://cpwebassets.codepen.io/assets/common/stopExecutionOnTimeout-2c7831bb44f98c1391d6a4ffda0e1fd302503391ca806e7fcc7b9b87197aec26.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script id="rendered-js" >
jQuery(document).ready(function ($) {
$('a.scroll-link').click(function (e) {
e.preventDefault();
$id = $(this).attr('href');
$('body,html').animate({
scrollTop: $($id).offset().top - 20 },
750);
});
});
</script>
2 years ago
<head>
<title> Unicron03 </title>
<link href="MachineASous.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="EV.jpg" />
</head>
2 years ago
<body>
2 years ago
<div id="haut" class="container">
<header>
<nav>
<ul>
<li>
<a class="Home" href="#" onclick="window.location.href = 'projet.html';">Project</a>
</li>
<li>
<a class="Home" href="#" onclick="window.location.href = 'nouveau 2.html';">Skills</a>
</li>
<li>
<a class="Home" href="#">Contact</a>
</li>
</ul>
</nav>
</header>
</div>
<h1 id="presentation" class="Menu"> <u> Présentation </u> </h1>
<table class="presentation">
<tr>
2 years ago
<td style="border-style:groove"> <a href="https://www.instagram.com/unicron_e"> <img class="reseaux" src="logo_instagram.png" title="Logo_Instagram"> </a> </td>
<td rowspan="3" class="logo">
<div class="boxesContainer">
<div class="cardBox">
<div class="card">
<div class="back">
<h3> <u> Date de développement : </u> </h3>
<li> Novembre 2022 - </li>
<li> Janvier 2023 </li>
</div>
</div>
</div>
</div>
</td>
<td rowspan="3">
<h1 class="textTab" align="left">
Salut, je suis Enzo.
<br>
Je suis un lycéen qui aime,
<br>
programmer,
<br>
et créer pleins de choses !
</h1>
</td>
</tr>
<tr>
2 years ago
<td style="border-style:groove"> <a href="mailto:enzo.vandepoele2@gmail.com"> <img class="reseaux" src="logo_mail.png" title="Logo_Mail"> </a> </td>
</tr>
<tr>
2 years ago
<td style="border-style:groove"> <a href="https://github.com/Unicron03"> <img class="reseaux" src="logo_github.png" title="Logo_Github"> </a> </td>
</tr>
2 years ago
</table>
<div id="content" class="content">
<h2>Content</h2>
</div>
</body>
2 years ago
</html>
<td style="border-style:groove"> <a class="scroll-link" href="#haut"> <img class="insta" src="logo_instagram.png" title="Logo_Instagram"> </a> </td>