curriculum/public/index.html

64 lines
2.4 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"
content="Web site created using create-react-app"
/>
<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`.
-->
<title>Anthony Dumas</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
<a href="https://files.adm.ink/anthony-dumas-cv.pdf"
>https://files.adm.ink/anthony-dumas-cv.pdf</a
>
pour une version PDF.
2022-12-29 14:07:00 +01:00
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>
2022-11-17 20:19:21 +00:00
<script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script>
<a style="display:none" rel="me" href="https://social.adm.ink/@adamas">Mastodon</a>
</body>
</html>