-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
68 lines (66 loc) · 2.85 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
---
layout: default
title: "Home"
---
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<img class="scale" src="res/img/Tech-tent-banner.png">
</div>
<div class="col-sm-2"></div>
</div>
<br><br>
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<p>The Trans Tech Tent is a small collective of tech enthusiasts in South Wales</p>
<p>We help repair, and refurbish equipment for the community for free, or at-cost for parts</p>
<p>We accept hardware donations of all shapes and sizes, if you have unwanted tech then please get in touch
through our socials</p>
<br><br>
</div>
<div class="col-sm-2"></div>
</div>
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<p>We also run hands-on technical workshops that are open to anyone, regardless of their skill level, we
cover topics like:</p>
<br>
<p>Working in Tech</p>
<p>Data Recovery</p>
<p>Programming and Design</p>
<p>Right to Repair and DIY</p>
<br><br>
</div>
<div class="col-sm-2"></div>
</div>
</div>
<h2>Donate</h2>
<p>
If you'd like to help us afford all the tools and parts we need to keep running;<br/>
Or help us bring in guest speakers to share their knowledge with the community;<br/>
Select an amount below to donate to us. Please contact us for custom monthly amounts.
</p>
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-4">
<h3>Monthly</h3>
<div class="btn-group">
<a href="https://buy.stripe.com/dR63eUcdH1Yp7yUeUX" class="btn btn-success">£5</a>
<a href="https://buy.stripe.com/bIY4iY7XrgTj6uQ3cg" class="btn btn-success">£10</a>
<a href="https://buy.stripe.com/fZedTycdH0Ul1aweUZ" class="btn btn-success">£15</a>
<a href="https://billing.stripe.com/p/login/aEUaIr0VMbw95Y4288" class="btn btn-success">Manage subscription</a>
</div>
</div>
<div class="col-sm-4">
<h3>One-off</h3>
<div class="btn-group">
<a href="https://donate.stripe.com/cN202Ib9D0Ul6uQ9AA" class="btn btn-success">£5</a>
<a href="https://donate.stripe.com/bIY4iY4Lf1Yp8CYbIJ" class="btn btn-success">£10</a>
<a href="https://donate.stripe.com/00gdTygtX9qR8CYbIK" class="btn btn-success">£15</a>
<a href="https://donate.stripe.com/28oeXC2D732t8CY4gm" class="btn btn-success">Custom amount</a>
</div>
</div>
<div class="col-sm-2"></div>
</div>