Skip to content

Commit 40155dc

Browse files
authored
Update index.html
1 parent 5d0cff0 commit 40155dc

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: default
33
---
44

5+
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
6+
57
<header class="text-center my-5">
68
<div class="container">
79
<img class="img-responsive img-block mb-4" src="/img/logo.svg" height="100" alt="{{ site.title }}">
@@ -21,12 +23,12 @@ <h1>{{ site.title }}</h1>
2123
<p>Salt Lake City Developers exists for anyone interested in or practicing software development, programming & general tech geekiness. We are a language, skill, and platform agnostic community built to promote the learning and development of the greater Salt Lake area's tech community, and having a fun time doing it.</p>
2224
<p>Whether you're an expert, or just getting started, we hope you'll join us.</p>
2325
</div>
24-
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
25-
<stripe-buy-button
26-
buy-button-id="buy_btn_1N8Wi2FraicwcsRQ92ENzHrl"
27-
publishable-key="pk_live_51N8WTiFraicwcsRQe96redre3uidOQA9IHsa9sj8Pczt5NsZFKZNylXdHUVXaNmZfsVur6D8XeqZDAHplpCRrrA200xL3WW22H"
28-
>
29-
</stripe-buy-button>
26+
<center>
27+
<stripe-buy-button
28+
buy-button-id="buy_btn_1N8Wi2FraicwcsRQ92ENzHrl"
29+
publishable-key="pk_live_51N8WTiFraicwcsRQe96redre3uidOQA9IHsa9sj8Pczt5NsZFKZNylXdHUVXaNmZfsVur6D8XeqZDAHplpCRrrA200xL3WW22H"
30+
></stripe-buy-button>
31+
</center>
3032
</div>
3133
</div>
3234
</main>

0 commit comments

Comments
 (0)