-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
executable file
·164 lines (107 loc) · 7.47 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Bitcoin Foundation Education Committee</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mocha HTML5 Template">
<meta name="author" content="bitcoinfoundation.org">
<!-- jquery -->
<script src="js/jquery.min.js"></script>
<!-- Le styles -->
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,700,400italic,900' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css" type="text/css">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body class="body-container preload">
<!-- header -->
<header id="mocha-head" class="header">
<!-- Background -->
<div class="background-image"></div>
<!-- container -->
<div class="container">
<!-- row1 -->
<div class="row">
<div class="span12">
<!-- nav -->
<nav class="menu">
<ul>
<li class="toggle"><a href="#">Menu</a></li>
<li><a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/guides/README.md">Guides</a></li>
<li><a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/resources/README.md">Resources</a></li>
<li><a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/minutes/README.md">Minutes</a></li>
<li><a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/contact/README.md">Contact</a></li>
</ul>
</nav>
<!-- end nav -->
</div>
<!-- end span12 -->
</div>
<!-- end row 1-->
<!-- row2 -->
<div class="row">
<div class="home-slider span12">
<div class="m-slider flexslider">
<ul class="slides">
<li>
<div class="slide">
<h2>Best-Practices Guides</h2>
<p>The committee produces best-practice guides that members of the general public can turn to for information about Bitcoin and its potential.</p>
<a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/guides/README.md" class="button">Go To Best-Practices Guides</a>
</div>
<!-- end slide --></li>
<li><div class="slide">
<h2>Educational Resources on Bitcoin</h2>
<p>The committee collects and curates educational resources on Bitcoin.</p>
<a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/resources/README.md" class="button">Go To Educational Resources</a>
</div>
<!-- end slide --></li>
<li><div class="slide">
<h2>Minutes</h2>
<p>Read the minutes of past meetings of the education committee</p>
<a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/minutes/README.md" class="button">Go To Minutes</a>
</div>
<!-- end slide --></li>
<li><div class="slide">
<h2>Contact</h2>
<p>Learn how to become a member of the education committee and how to contribute</p>
<a href="https://github.com/btcfoundationedcom/btcfoundationedcom.github.io/blob/master/contact/README.md" class="button">Go To Contact</a>
</div>
<!-- end slide --></li>
</ul>
</div><!-- end m slider -->
</div><!-- end home slider -->
</div>
<!-- end row 2-->
</div>
<!-- end container -->
</header>
<!-- end header -->
<!-- Javascript -->
<script src="js/mediaelement.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/jquery.carouFredSel-6.2.1-packed.js"></script>
<script src="js/isotope.js"></script>
<script src="js/custom.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4537714-19', 'btcfoundationedcom.github.io');
ga('send', 'pageview');
</script>
</body>
</html>