mirror of
https://github.com/NohamR/Nohamart.git
synced 2025-05-24 14:22:09 +00:00
60 lines
1.6 KiB
HTML
60 lines
1.6 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Work</title>
|
|
<link rel="shortcut icon" href="../assets/icon.ico">
|
|
<link rel="stylesheet" href="../css/work.css">
|
|
<script src="../js/index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav data-toggled="false" data-transitionable="false">
|
|
<div id="nav-logo-section" class="nav-section">
|
|
<a href="../index.html">
|
|
<img src="../assets/icon.ico" alt="logo" height="110px" width="110px" id="logo"></i>
|
|
</a>
|
|
</div>
|
|
|
|
<div id="nav-mobile-section">
|
|
|
|
<div id="nav-social-section" class="nav-section">
|
|
<a href="https://www.instagram.com/no.0ham/">
|
|
<img class="icon" src="../assets/social/insta.png" alt="insta" width="50px" height="50px">
|
|
</a>
|
|
<a href="https://twitter.com/Noo0ham">
|
|
<img class="icon" src="../assets/social/twitter.png" alt="Twitter" width="50px" height="50px">
|
|
</a>
|
|
<a href="https://github.com/NohamR">
|
|
<img class="icon" src="../assets/social/github.png" alt="github" width="50px" height="50px">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<main>
|
|
<article>
|
|
<div class="article-title-section">
|
|
<h1 class="texte-titre">Work</h1>
|
|
</div>
|
|
<br>
|
|
<div class="accueilclass">
|
|
<a href="https://nohamr.github.io/Accueil/">
|
|
<h2>Another website made by my : </h2>
|
|
<!-- <img src="../assets/Article/Work/accueil.png" alt="accueil.png" width="500px"> -->
|
|
<img id="accueil" src="../assets/Article/Work/accueil2.png" alt="accueil2" width="300px">
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
</main>
|
|
|
|
<footer>
|
|
Dev by √(noham)² with ❤
|
|
</footer>
|
|
</body>
|
|
|
|
|
|
</html> |