tiqa-fr/index.html

69 lines
2.9 KiB
HTML
Raw Normal View History

2015-11-25 13:28:07 +00:00
<!DOCTYPE html>
2022-06-21 07:05:13 +00:00
<html lang="fr">
2015-11-25 13:28:07 +00:00
<head>
<meta charset="utf-8"/>
2022-06-21 07:05:54 +00:00
<title>Tiqa :: Développement - Conseil - Formation</title>
2015-11-25 13:28:07 +00:00
<meta name="description" content="Tiqa :: Développement - Conseil - Formation"/>
2015-11-26 09:24:26 +00:00
<meta name="viewport" content="width=device-width" />
2022-06-21 07:02:32 +00:00
2015-11-26 09:24:26 +00:00
<!-- Stylesheets -->
2015-11-27 17:40:12 +00:00
<link rel="stylesheet" href="stylesheets/sanitize.css" />
<link rel="stylesheet" href="stylesheets/style.css" />
<link rel="stylesheet" media="only screen and (max-width: 500px)" href="stylesheets/small.css" />
<link rel="stylesheet" media="only screen and (max-height: 640px)" href="stylesheets/small-height.css" />
2022-06-21 07:02:32 +00:00
2015-11-26 06:49:29 +00:00
<!-- Favicons -->
2015-11-25 13:28:07 +00:00
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
2015-11-26 06:49:29 +00:00
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#4b1762">
<meta name="msapplication-TileColor" content="#4b1762">
<meta name="theme-color" content="#4b1762">
<!-- /Favicons -->
2022-06-21 07:02:32 +00:00
2015-11-25 13:28:07 +00:00
</head>
<body>
2022-06-21 07:02:32 +00:00
2022-06-21 07:04:43 +00:00
<img class="Centered" id="logo" src="img/logo-tiqa-blanc-342.png" alt="Logo Tiqa">
2015-11-25 13:28:07 +00:00
<p class="Centered" id="domain">Artisanat logiciel : Création - Conseil - Formation</p>
2022-06-21 07:02:32 +00:00
2015-11-25 13:28:07 +00:00
<p class="Centered" id="moreInfo">Plus d'informations bientôt. </p>
2022-06-21 07:02:32 +00:00
2015-11-25 14:37:50 +00:00
<p class="Centered" id="contact">En attendant, <a href="mailto:bonjour@tiqa.fr">contactons-nous</a> !</p>
2022-06-21 07:02:32 +00:00
2015-11-25 14:37:50 +00:00
<div id="links" class="Centered">
<a href="http://www.linkedin.com/in/jalil" target="_blank">
<img src="img/linkedin-icon-white-128.png" alt="Profil LinkedIn"/>
2015-11-25 14:37:50 +00:00
</a>
</div>
2022-06-21 07:02:32 +00:00
2015-11-25 13:28:07 +00:00
<footer>
<p class="Centered">
<strong>SAS Tiqa</strong><br/>
2015-11-25 14:59:25 +00:00
23-25, rue Jean-Jacques Rousseau - 75 001 Paris<br/>
2015-11-25 13:28:07 +00:00
811 917 871 RCS Paris
</p>
</footer>
2019-12-16 19:41:08 +00:00
2015-11-27 17:37:58 +00:00
<!-- Begin Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70781750-1', 'auto');
ga('send', 'pageview');
2022-06-21 07:02:32 +00:00
</script>
<!-- End Google Analytics -->
2015-11-25 13:28:07 +00:00
</body>
2022-06-21 07:02:32 +00:00
</html>