-
Notifications
You must be signed in to change notification settings - Fork 10
/
support-us.html
88 lines (85 loc) · 3.74 KB
/
support-us.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
---
layout: default
title: Help us help adoption
stylesheet: support.css
permalink: /support-us/
ogImage: Support_Header-01.jpg
---
<!-- events.html -->
{% include pageHeader.html
img="Support_Header-01.jpg"
imgMd="Support_Header-01.jpg"
imgSm="Support_Header-01-sm.jpg"
header="Support Blockchain Education"
text="Blockchain Institute works to promote the adoption, development, and use of blockchain technology by providing <b>free education</b>. Learn how you can help."
%}
<section>
<h1 class="supportHeadline">How You Can Help</h1><br>
<div class="row">
<div class="col-sm-6 supportOption">
<img src="/assets/img/AmazonSmile.jpg" alt="Amazon logo" title="Amazon Smile">
<h3>
Amazon Smile
</h3>
<span>
Whenever you shop on Amazon use our AmazonSmile link. It costs you nothing and they make a small
donation to us when you do. This costs you nothing, but makes a big difference for us!
</span>
<a
href="https://smile.amazon.com/gp/chpf/homepage/ref=smi_chpf_redirect?ie=UTF8&ein=82-4193542&ref_=smi_ext_ch_82-4193542_cl">
Sign Up
</a>
</div>
<div class="col-sm-6 supportOption">
<img src="/assets/img/SpreadtheWord.jpg" alt="Person shouting" title="Tell people about what we're doing">
<h3>
Help Spread the Word
</h3>
<span>
Follow us on social media and help spread the word by sharing our posts or your favorite content with
your followers.
<ul class="navbar-nav flex-row">
<li class="nav-item"><a target="_blank" class="nav-link px-2"
href="https://www.facebook.com/TheBlockchainInstitute"><i class="fab fa-facebook-f"></i></a>
</li>
<li class="nav-item"><a target="_blank" class="nav-link px-2"
href="https://twitter.com/bchaininstitute"><i class="fab fa-twitter"></i></a></li>
<li class="nav-item"><a target="_blank" class="nav-link px-2"
href="https://www.linkedin.com/company/blockchain-institute-chi/"><i
class="fab fa-linkedin"></i></a></li>
<li class="nav-item"><a target="_blank" class="nav-link px-2"
href="https://www.instagram.com/theblockchaininstitute/"><i
class="fab fa-instagram"></i></a></li>
</ul>
</span>
</div>
</div>
<div class="row">
<div class="col-sm-6 supportOption">
<img src="/assets/img/Newsletter.jpg" alt="Newsletters" title="Sign up for our newsletter">
<h3>
Sign Up And Share Our Newsletter
</h3>
<span>
Follow our newsletter to keep up with us and share it with others.
</span>
<a href="http://eepurl.com/dxo70j">
Join the Movement
</a>
</div>
<div class="col-sm-6 supportOption">
<img src="/assets/img/AmbassadorsNewsletterImage-01.jpg" alt="Ambassadors" title="Become an ambassador">
<h3>
Become a Blockchain Ambassador
</h3>
<span>
Help teach blockchain to your community by joining our Blockchain Ambassador Program. We provide the
tools and resources you need and offer support based on what we’ve learned.
</span>
<a href="/ambassadors/">
Join our Team
</a>
</div>
</div>
</section>
{% include getInvolved.html %}