-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
34 lines (31 loc) · 1.58 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
---
layout: default
---
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
<header class="text-center my-5">
<div class="container">
<img class="img-responsive img-block mb-4" src="/img/logo.svg" height="100" alt="{{ site.title }}">
<h1>{{ site.title }}</h1>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.meetup.com/slcdevs/" target="_blank"><i class="fab fa-meetup"></i></a></li>
<li class="list-inline-item"><a href="https://discord.gg/GB97HVnymS" target="_blank"><i class="fab fa-discord"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/slcdevs" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
</header>
<main role="main" class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="text-center">
<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>
<p>Whether you're an expert, or just getting started, we hope you'll join us.</p>
</div>
<center>
<stripe-buy-button
buy-button-id="buy_btn_1N8Wi2FraicwcsRQ92ENzHrl"
publishable-key="pk_live_51N8WTiFraicwcsRQe96redre3uidOQA9IHsa9sj8Pczt5NsZFKZNylXdHUVXaNmZfsVur6D8XeqZDAHplpCRrrA200xL3WW22H"
></stripe-buy-button>
</center>
</div>
</div>
</main>