forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
39 lines (39 loc) · 2.04 KB
/
footer.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
<footer class="ui vertical footer segment hideprint docs @tocclass@" aria-hidden="false">
<div class="ui center aligned container">
<div class="ui horizontal link list">
<a
class="item"
href="https://twitter.com/intent/follow?screen_name=MsMakeCode"
title="Follow us on Twitter"
target="_blank"
rel="noopener">
<i class="huge icon twitter"></i>
</a>
<a class="item" href="https://www.youtube.com/channel/UCye7YlvFUUQ1dSy0WZZ1T_Q" title="Subscribe to our YouTube channel"
target="_blank" rel="noopened">
<i class="huge icon youtube"></i>
</a>
<a class="item" href="mailto:[email protected]" title="Send us an Email"
target="_blank" rel="noopened">
<i class="huge icon mail"></i>
</a>
</div>
<div class="ui section divider"></div>
<div class="ui container horizontal small divided link list">
<a id="langpicker" tabindex="0" class="ui item" rel="noopener">
<i class="icon xicon globe" aria-hidden="true" role="presentation"></i>Language
</a>
<a class="item" href="https://makecode.com/privacy" target="_blank" rel="noopener">Privacy & Cookies</a>
<a class="item" href="https://makecode.com/termsofuse" target="_blank" rel="noopener">Terms Of Use</a>
<a class="item" href="https://makecode.com/trademarks" target="_blank" rel="noopener">Trademarks</a>
<span class="item">© 2022 Microsoft</span>
</div>
<div class="ui container horizontal small link list poweredBy">
<span class="item">Powered by</span>
<a class="middle aligned" href="https://makecode.com/" title="Microsoft MakeCode"
target="_blank" rel="noopener">
<img width="100" src="/static/logo/Microsoft-logo_rgb_c-gray.png" alt="Microsoft">
</a>
</div>
</div>
</footer>