Skip to content

Commit ebfa40e

Browse files
v2.1
1 parent 7fd48e1 commit ebfa40e

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

dist/contribute/index.html

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<link rel="stylesheet" href="contribute.css" />
88
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css'>
99
<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap'><link rel="stylesheet" href="./style.css">
10-
10+
<script src="https://cdn.sellix.io/static/js/embed.js"></script>
11+
<link href="https://cdn.sellix.io/static/css/embed.css" rel="stylesheet"/>
1112
</head>
1213
<body>
1314
<!-- partial:index.partial.html -->
@@ -56,8 +57,15 @@ <h1 class="text-4xl font-semibold mb-6 lg:text-5xl"><span class="text-indigo-600
5657
</li>
5758
</ul>
5859
<a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-5 px-4 text-center text-white text-xl">
59-
Contribute
60-
<img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
60+
61+
<button
62+
data-sellix-product="62354066a9fa1"
63+
type="submit"
64+
alt="Buy Now with sellix.io"
65+
>
66+
contribute
67+
</button>
68+
<img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
6169
</a>
6270
</div>
6371

@@ -83,10 +91,16 @@ <h1 class="text-4xl font-semibold mb-6 lg:text-5xl"><span class="text-indigo-600
8391
<span class="ml-3"><span class="text-white">helping the</span> straight-code team</span>
8492
</li>
8593
</ul>
86-
<a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-6 px-4 text-center text-white text-2xl">
87-
Contribute
88-
<img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
89-
</a>
94+
<a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-5 px-4 text-center text-white text-xl">
95+
<button
96+
data-sellix-product="623540717955f"
97+
type="submit"
98+
alt="Buy Now with sellix.io"
99+
>
100+
contribute
101+
</button>
102+
<img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
103+
</a>
90104
</div>
91105

92106
<div class="w-full flex-1 mt-8 p-8 order-3 bg-white shadow-xl rounded-3xl sm:w-96 lg:w-full lg:order-3 lg:rounded-l-none">
@@ -112,9 +126,15 @@ <h1 class="text-4xl font-semibold mb-6 lg:text-5xl"><span class="text-indigo-600
112126
</li>
113127
</ul>
114128
<a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-5 px-4 text-center text-white text-xl">
115-
Contribute
116-
<img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
117-
</a>
129+
<button
130+
data-sellix-product="6235413345461"
131+
type="submit"
132+
alt="Buy Now with sellix.io"
133+
>
134+
contribute
135+
</button>
136+
<img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
137+
</a>
118138
</div>
119139

120140
</div>

0 commit comments

Comments
 (0)