-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
40 lines (40 loc) · 2.07 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
<!doctype html>
<html>
<head>
<meta name="description" content="If you're in the market for Magento extensions, make sure to research each vendor before purchasing. We provide this directory as an easy-to-use tool to help you make more informed decisions about which vendor works best for your needs.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Magento Extension Vendor Directory | Provided by Aurora Extensions</title>
<link href="/assets/css/fonts.css" rel="stylesheet">
<link href="/assets/css/github.css" rel="stylesheet">
<link href="/assets/css/pure.css" rel="stylesheet">
<link href="/assets/css/vendors.css" rel="stylesheet">
<link href="/assets/css/table.css" rel="stylesheet">
<link href="/assets/img/favicon.png" rel="shortcut icon" type="image/png">
<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/d3.js"></script>
<script src="/assets/js/viewport.js"></script>
<script src="/assets/js/vendors.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132548294-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132548294-2');
</script>
</head>
<body>
<header>
<section>
<a class="github-fork-ribbon right-top" href="https://github.com/auroraextensions/vendors" data-ribbon="Fork me on GitHub" target="_blank">Fork me on GitHub</a>
<div>If you're a Magento extension vendor and want your company listed, send a pull request!</div>
</section>
</header>
<table class="pure-table pure-table-striped">
<thead></thead>
<tbody></tbody>
</table>
<footer>
<section>Copyright © 2019 <a href="https://auroraextensions.com" target="_blank">Aurora Extensions</a></section>
</footer>
</body>
</html>