curriculum/public/index.html

67 lines
2.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-07-13 11:32:27 +02:00
<meta name="theme-color" content="#326273" />
<meta
name="description"
2024-03-13 10:27:49 +00:00
content="Anthony Dumas - Programmeur de les Internet."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
2024-08-03 01:04:40 +02:00
<title>Anthony Dumas - Portfolio</title>
2022-02-11 14:23:54 +01:00
<!-- Matomo -->
<script>
2022-11-17 20:19:21 +00:00
var _paq = (window._paq = window._paq || []);
2022-02-11 14:23:54 +01:00
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
2022-11-17 20:19:21 +00:00
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "//matomo.adm.ink/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "1"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.async = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
2022-02-11 14:23:54 +01:00
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
2021-01-02 23:10:56 +01:00
<noscript>
<h1>Ce site requiert Javascript (désolé !)</h1>
2022-07-17 11:20:35 +02:00
Dirigez vous vers
2025-04-23 19:26:33 +02:00
<a
href="https://adamas-cdn.s3.fr-par.scw.cloud/portfolio/anthony-dumas-cv.pdf"
2023-11-01 21:55:07 +00:00
>ce lien</a
2022-07-17 11:20:35 +02:00
>
2025-04-23 19:26:33 +02:00
pour une version PDF. Pour me parler directement, n'hésitez pas à
m'envoyer un message sur
<a rel="me" href="https://social.adm.ink/@adamas">Mastodon</a>!
2021-01-02 23:10:56 +01:00
</noscript>
<div id="root"></div>
2025-05-10 14:24:23 +02:00
<script src="https://unpkg.com/ionicons@7.4.0/dist/ionicons.js"></script>
2025-04-23 19:26:33 +02:00
<a style="display: none" rel="me" href="https://social.adm.ink/@adamas"
>Mastodon</a
>
</body>
</html>