feat: retire strike-js
parent
b1da0e9791
commit
852143ff79
70
index.html
70
index.html
|
@ -5,13 +5,13 @@
|
|||
<title>:: Tiqa :: Développement - Conseil - Formation ::</title>
|
||||
<meta name="description" content="Tiqa :: Développement - Conseil - Formation"/>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<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" />
|
||||
|
||||
|
||||
<!-- Favicons -->
|
||||
<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">
|
||||
|
@ -25,18 +25,18 @@
|
|||
<meta name="msapplication-TileColor" content="#4b1762">
|
||||
<meta name="theme-color" content="#4b1762">
|
||||
<!-- /Favicons -->
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<img class="Centered" id="logo" src="img/logo-tiqa-blanc-342.png">
|
||||
|
||||
<p class="Centered" id="domain">Artisanat logiciel : Création - Conseil - Formation</p>
|
||||
|
||||
|
||||
<p class="Centered" id="moreInfo">Plus d'informations bientôt. </p>
|
||||
|
||||
|
||||
<p class="Centered" id="contact">En attendant, <a href="mailto:bonjour@tiqa.fr">contactons-nous</a> !</p>
|
||||
|
||||
|
||||
<div id="links" class="Centered">
|
||||
<a href="http://www.linkedin.com/in/jalil" target="_blank">
|
||||
<img src="img/linkedin-icon-white-128.png"/>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<img src="img/viadeo-icon-white-128.png"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<p class="Centered">
|
||||
<strong>SAS Tiqa</strong><br/>
|
||||
|
@ -54,52 +54,6 @@
|
|||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- https://github.com/thibault/strike-js -->
|
||||
<link rel="stylesheet" href="./strike-js/strike.css" type="text/css" charset="utf-8">
|
||||
<script src="./strike-js/strike.js"></script>
|
||||
<script>
|
||||
strike([
|
||||
new Date('2020-01-24'),
|
||||
new Date('2020-01-25'),
|
||||
new Date('2020-01-26'),
|
||||
new Date('2020-01-27'),
|
||||
new Date('2020-01-28'),
|
||||
new Date('2020-01-29'),
|
||||
new Date('2020-01-30'),
|
||||
new Date('2020-01-31'),
|
||||
new Date('2020-02-01'),
|
||||
new Date('2020-02-02'),
|
||||
new Date('2020-02-03'),
|
||||
new Date('2020-02-04'),
|
||||
new Date('2020-02-05'),
|
||||
new Date('2020-02-06'),
|
||||
new Date('2020-02-07'),
|
||||
new Date('2020-02-08'),
|
||||
new Date('2020-02-09'),
|
||||
new Date('2020-02-10'),
|
||||
new Date('2020-02-11'),
|
||||
new Date('2020-02-12'),
|
||||
new Date('2020-02-13'),
|
||||
new Date('2020-02-14'),
|
||||
new Date('2020-02-15'),
|
||||
new Date('2020-02-16'),
|
||||
new Date('2020-02-17'),
|
||||
new Date('2020-02-18'),
|
||||
new Date('2020-02-19'),
|
||||
new Date('2020-02-20'),
|
||||
new Date('2020-02-21'),
|
||||
new Date('2020-02-22'),
|
||||
new Date('2020-02-23'),
|
||||
new Date('2020-02-24'),
|
||||
new Date('2020-02-25')
|
||||
], [
|
||||
'Contre la destruction de notre modèle social.',
|
||||
'Contre l\'augmentation croissante des inégalités.',
|
||||
'Contre la stigmatisation systématique des plus fragiles.',
|
||||
'Ce site est en grève.',
|
||||
])
|
||||
</script>
|
||||
|
||||
<!-- Begin Google Analytics -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
@ -110,8 +64,8 @@
|
|||
ga('create', 'UA-70781750-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue