-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (115 loc) · 6.02 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<title>Acid Unit | Adobe Commerce (Magento) extensions</title>
<meta name="description" content="Acid Unit develops high-quality open-source extensions for Adobe Commerce (Magento), enhancing performance, analytics, and user experience. Explore our reliable, well-documented solutions designed for developers and merchants alike.">
<meta name="keywords" content="Adobe Commerce, Magento 2, Magento, Extensions, Modules, Open Source">
<meta property="og:title" content="Acid Unit | Adobe Commerce (Magento) extensions" />
<meta property="og:description" content="Acid Unit develops high-quality open-source extensions for Adobe Commerce (Magento), enhancing performance, analytics, and user experience. Explore our reliable, well-documented solutions designed for developers and merchants alike." />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HPWVQ8H2V6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HPWVQ8H2V6');
</script>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="author" content="Constantine Gosteev">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://acid.7prism.com/src/images/icon/tube-bg.png" />
<meta property="og:image:secure_url" content="https://acid.7prism.com/src/images/icon/tube-bg.png" />
<link rel="stylesheet" href="/src/css/style.css"/>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧪</text></svg>"/>
<link rel="preload" href="/src/fonts/Poppins/Poppins-ExtraLight.ttf" as="font" type="font/ttf" crossorigin/>
<link rel="preload" href="/src/fonts/CodePro/Code-Pro-Light.woff" as="font" type="font/woff" crossorigin/>
<link rel="preload" href="/src/fonts/CodePro/Code-Pro-Light.woff2" as="font" type="font/woff2" crossorigin/>
<link rel="preload" href="/src/fonts/CodePro/Code-Pro-Light.ttf" as="font" type="font/ttf" crossorigin/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Acid Unit",
"url": "https://acid.7prism.com/",
"description": "Magento Open Source and Adobe Commerce extensions",
"publisher": {
"@type": "Organization",
"name": "Acid Unit",
"url": "https://acid.7prism.com/",
"logo": {
"@type": "ImageObject",
"url": "https://acid.7prism.com/src/images/icon/tube-bg.png",
"width": 618,
"height": 618
}
},
"hasPart": [
{
"@type": "SoftwareApplication",
"name": "Acid Admin / Admin Tweaks",
"operatingSystem": "Magento",
"applicationCategory": "Ecommerce",
"url": "https://github.com/acid-unit/module-admin",
"description": "Magento Open Source extension with admin panel tweaks and configuration for Acid Unit extensions"
},
{
"@type": "SoftwareApplication",
"name": "Google Tag Manager",
"operatingSystem": "Magento",
"applicationCategory": "Ecommerce",
"url": "https://github.com/acid-unit/module-google-tag-manager",
"description": "A powerful yet flexible, simple and user-friendly Google Tag Manager extension for Magento Open Source and Adobe Commerce."
},
{
"@type": "SoftwareApplication",
"name": "Blank Theme RTL",
"operatingSystem": "Magento",
"applicationCategory": "Ecommerce",
"url": "https://github.com/acid-unit/theme-blank-rtl",
"description": "Magento 2 Blank theme RTL."
},
{
"@type": "SoftwareApplication",
"name": "Luma Theme RTL",
"operatingSystem": "Magento",
"applicationCategory": "Ecommerce",
"url": "https://github.com/acid-unit/theme-luma-rtl",
"description": "Magento 2 Luma theme RTL."
}
]
}
</script></head>
<body>
<nav class="header">
<a href="/">Home</a>
<a href="/contact">Contact</a>
<a href="/privacy-policy">Privacy Policy</a>
</nav><div class="acid">
<div class="unit">
<div class="intro">
<div class="title-wrapper">
<div class="flask-wrapper">
<span class="flask">🧪</span>
</div>
<h1 class="title">Acid Unit</h1>
</div>
<span class="divider"></span>
<div class="description">
<span><span class="bar">|</span><span class="magento">Magento 2</span></span>
<span><span>solutions done right</span></span>
</div>
</div>
<span class="divider"></span>
<nav class="list">
<ul>
<li><a target="_blank" href="https://github.com/acid-unit/module-admin">Admin Tweaks</a></li>
<li><a target="_blank" href="https://github.com/acid-unit/module-google-tag-manager">Google Tag Manager</a></li>
<li><a target="_blank" href="https://github.com/acid-unit/theme-blank-rtl">Blank Theme RTL</a></li>
<li><a target="_blank" href="https://github.com/acid-unit/theme-luma-rtl">Luma Theme RTL</a></li>
</ul>
</nav>
</div>
</div>
<script src="/src/js/vendor/typed.js/typed.umd.js"></script>
<script src="/src/js/script.min.js"></script></body>
</html>