Nohamart/index2.html
2022-12-21 00:15:57 +01:00

92 lines
3.7 KiB
HTML

<html>
<head>
<title>Nohamart</title>
<link rel="shortcut icon" href="assets/icon.ico">
<link rel="stylesheet" href="css/style.css">
<script src="js/index.js"></script>
</head>
<body>
<header>
<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-link-section" class="nav-section">
<a href="html/about.html">ABOUT</a>
<a href="html/work.html">WORK</a>
</div>
<div id="nav-social-section" class="nav-section">
<a href="https://www.instagram.com/no.0ham/">
<img src="assets/social/insta.png" alt="insta" width="50px" height="50px">
</a>
<a href="https://twitter.com/Noo0ham">
<img src="assets/social/twitter.png" alt="Twitter" width="50px" height="50px">
</a>
<a href="https://github.com/NohamR">
<img src="assets/social/github.png" alt="github" width="50px" height="50px">
</a>
</div>
</div>
<button id="nav-toggle-button" type="button" onclick="handleNavToggle()">
<span>Menu</span>
<i class="fa-solid fa-bars"></i>
</button>
</nav>
</header>
<main>
<article data-index="0" data-status="active">
<div class="article-image-section article-section"></div>
<div class="article-description-section article-section">
<p>Un simple éléphant fait en poterie puis émaillé.</p>
</div>
<div class="article-title-section article-section">
<a href="html/elephant.html">
<h2 class="texte-titre">Elephant</h2>
</a>
</div>
<div class="article-nav-section article-section">
<button class="article-nav-button" type="button" onclick="handleLeftClick()">
<img src="assets/web/arrow-left.png" alt="arrow-left"> </button>
<button class="article-nav-button" type="button" onclick="handleRightClick()">
<img src="assets/web/arrow-right.png" alt="arrow-right"> </button>
</button>
</div>
</article>
<article data-index="1" data-status="inactive">
<div class="article-image-section article-section"></div>
<div class="article-description-section article-section">
<p>Une lampe incrustée dans un morceau de bois travaillé, poncé, vernis et gravé à l'arc électrique.</p>
</div>
<div class="article-title-section article-section">
<a href="html/lampe.html">
<h2 class="texte-titre">Lampe</h2>
</a>
</div>
<div class="article-nav-section article-section">
<button class="article-nav-button" type="button" onclick="handleLeftClick()">
<img src="assets/web/arrow-left.png" alt="arrow-left"> </button>
<button class="article-nav-button" type="button" onclick="handleRightClick()">
<img src="assets/web/arrow-right.png" alt="arrow-right"> </button>
</button>
</div>
</article>
</main>
<footer>
Dev by √(noham)² with &#10084;
</footer>
</body>
</html>