-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 2.92 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>iStacks.org</title>
<meta property="og:title" content="iStacks.org - All you need, at the same place">
<meta name="description" content="iStacks.org is a simple way to start your projects. All apps you need for your business. Apps for sales, marketing, HR, support, developers and productivity.">
<meta property="og:description" content="iStacks.org is a simple way to start your projects. All apps you need for your business. Apps for sales, marketing, HR, support, developers and productivity.">
<meta name="keywords" content="istacks, web, design, ressource, css, icons, free, project, front-end, extension">
<meta property="og:image" content="">
<meta name="referrer" content="origin">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto:300,700" rel="stylesheet">
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="shortcut icon" type="image/ico" href="./favicon.ico"/>
<script>UST_CT = [];UST = { s: Date.now(), addTag: function(tag) { UST_CT.push(tag) } };UST.addEvent = UST.addTag;
(function() {var ust_s = document.createElement('STYLE');ust_s.id = 'ust_body_style';
ust_s.appendChild(document.createTextNode('body {opacity: 0}'));document.head.appendChild(ust_s);})();
setTimeout(function(){ var el = document.getElementById('ust_body_style'); el && el.remove()}, 800);</script>
<script src="https://track.istacks.org/server/ab/istacks.org.ab.js?v=4.2.0" defer></script>
<script src="https://track.istacks.org/server/ust-rr.min.js?v=4.2.0" async></script>
</head>
<body>
<div class="container">
<div class="header">
<img src="img/logo.svg" width="32px" height="32px" alt="">
<h1>iStacks.org</h1>
<p>All apps you need for your business</p>
<p>Apps for sales, marketing, HR, support, developers and productivity</p>
</div>
<div id="tools"></div>
<footer>
<p>Want to contribute ? <a href="https://github.com/internetbuilder/istacks.org" target="_blank"><ion-icon name="logo-github"></ion-icon> Fork me on Github</a></p>
<p>Hire me <a href="https://jordanbourbonnais.com" target="_blank">jordanbourbonnais.com</a> Full Stack Web Developer and Cross-Platform System Integrator.</p>
<p>Created with <i class="ion-heart color-red"></i> by <a href="https://jordanbourbonnais.com" target="_blank">Jordan Bourbonnais</a></p>
</footer>
</div>
<script src="./js/data.js"></script>
<script src="./js/script.js"></script>
<script src="https://unpkg.com/ionicons@4.5.0/dist/ionicons.js"></script>
</body>
</html>