-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 3.1 KB
/
index.html
File metadata and controls
62 lines (62 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Nolwenn Weber-Marquiset">
<meta name="copyright" content="2024, Nolwenn Weber-Marquiset">
<meta name="description" content="Project providing many tools for help to front developpement">
<meta name="keywords" content="webtool, html, css, javascript, grid, display, shadow">
<meta name="robots" content="index, follow">
<!-- Open Graph for sns sharing -->
<meta property="og:title" content="NWM Web Tool">
<meta property="og:type" content="website">
<meta property="og:image" content="https://dev.marquiset.fr/assets/images/screenshots/screenshot.png">
<meta property="og:url" content="https://dev.marquiset.fr">
<meta property="og:description" content="This site gather many tools for help to web development. Grid generator, shadow generator...">
<meta property="og:site_name" content="NWM Web Tool">
<meta property="og:locale" content="en_GB">
<meta property="og:locale:alternate" content="fr_FR">
<!-- application Content -->
<title>NWM Web Tool</title>
<link rel="manifest" href="./manifest.json">
<link rel="shortcut icon" href="./assets/images/icons/nwm-logo-static-bg-white.svg" type="image/svg+xml">
<link rel="stylesheet" href="./assets/styles/style.css?v=0.6.2">
<script type="module" src="./assets/scripts/index.js?v=0.6.2" defer></script>
</head>
<body>
<header class="tools-header">
<h1 class="main-title">NWM Developper's Tools</h1>
<nwm-burger-menu class="tools-menu"></nwm-burger-menu>
</header>
<div class="tools-container"></div>
<div class="loader-container">
<img src="./assets/images/icons/nwm-logo-animated-loop.svg" alt="animated logo of NWM">
<noscript>
<h2>Javascript disabled/désactivé</h2>
<div>
<h3>English</h3>
<p>
Sorry, this site only works with javascript and it appears you have disabled it. <br>
Please enable Javascript to take advantage of our features. <br>
Otherwise, we invite you to join us on one of our future projects that does not use javascript.
</p>
</div>
<div>
<h3>Français</h3>
<p>
Désolé, ce site fonctionne uniquement grâce à javascript et il semblerait que vous l'ayez désactivé. <br>
Veuillez activer Javascript pour profiter de nos fonctionnalités. <br>
Dans le cas contraire, nous vous donnons rendez-vous sur un de nos futurs projets n'utilisant pas javascript.
</p>
</div>
</noscript>
<footer class="footer-credit">
<ul class="liste-credit">
<li><a href="https://www.marquiset.fr" target="_blank">Nolwenn Weber-Marquiset</a></li>
<li><a href="https://github.com/NolwennWM/webtool" target="_blank">Github</a></li>
</ul>
</footer>
</div>
</body>
</html>