linaro-jekyll-theme 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/_theme-includes/_footer/footer.html +0 -98
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cd8fafac0e906b488b2f02791bf4461d2b13636
|
4
|
+
data.tar.gz: c0a9f6286233e1494d93412a4ba2a984d824d60e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30aeb0aeb84b2614df9a77a28f6a480fc5b68703335ed81b5f0cc0e11556c38c50a8d53b72fd29d1aa0422c6fc2888510e018af3eb463bef96880ae4a4b901c4
|
7
|
+
data.tar.gz: 2cd652eefa702a21ca1d666b53505683637d6293532ed8052cf8e4496867da8e8d172eeda64909498afdd7b69e321facbaf7970acca0749174b16054bb778225
|
@@ -62,103 +62,5 @@
|
|
62
62
|
</div>
|
63
63
|
<!--/.container-->
|
64
64
|
</div>
|
65
|
-
|
66
65
|
</footer>
|
67
|
-
|
68
|
-
|
69
66
|
</div>
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
{% include mailchimp.html %}
|
79
|
-
<footer>
|
80
|
-
<div class="footer" id="footer">
|
81
|
-
<div class="container">
|
82
|
-
<div class="row">
|
83
|
-
<div class="col-xs-6 col-md-2">
|
84
|
-
<ul class="list-unstyled ">
|
85
|
-
<li><b><a href="/projects/">OP-TEE Projects</a></b></li>
|
86
|
-
<li><a href="https://github.com/OP-TEE/optee_os">optee_os <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></li>
|
87
|
-
<li><a href="https://github.com/OP-TEE/optee_client">optee_client <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></a></li>
|
88
|
-
<li><a href="https://github.com/OP-TEE/optee_test">optee_test <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></a></li>
|
89
|
-
</ul>
|
90
|
-
</div>
|
91
|
-
|
92
|
-
<div class="col-xs-6 col-md-2">
|
93
|
-
<ul class="list-unstyled ">
|
94
|
-
<br />
|
95
|
-
<li><a href="https://github.com/OP-TEE/manifest">manifest <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></a></li>
|
96
|
-
<li><a href="https://github.com/OP-TEE/build">build <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></a></li>
|
97
|
-
</div>
|
98
|
-
|
99
|
-
<div class="col-xs-6 col-md-2">
|
100
|
-
<ul class="list-unstyled ">
|
101
|
-
<br />
|
102
|
-
<li><a href="/swg/">LSGW</a></li>
|
103
|
-
<li><a href="/projects/dependencies/">Dependencies</a></li>
|
104
|
-
<li><a href="/roadmap/">Roadmap</a></li>
|
105
|
-
</ul>
|
106
|
-
</div>
|
107
|
-
|
108
|
-
|
109
|
-
<div class="col-xs-6 col-md-2">
|
110
|
-
<ul class="list-unstyled ">
|
111
|
-
<li><b><a href="/about/">About</a></b></li>
|
112
|
-
<li><a href="/committee">Committee</a></li>
|
113
|
-
<li><a href="/faq/">FAQ</a></li>
|
114
|
-
<li><a href="/documentation">Documentation</a></li>
|
115
|
-
</ul>
|
116
|
-
</div>
|
117
|
-
|
118
|
-
|
119
|
-
<div class="col-xs-6 col-md-2">
|
120
|
-
<ul class="list-unstyled ">
|
121
|
-
<li><b><a href="https://www.linaro.org/work/">Other Linaro Projects</a></b></li>
|
122
|
-
<li><a href="https://96boards.org/">96Boards <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></li>
|
123
|
-
<li><a href="https://linaro.cloud">Developer Cloud <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></li>
|
124
|
-
<li><a href="https://www.linaro.org/work/">View all <span class="fa fa-external-link spanwobble" aria-hidden="true"></span></a></li>
|
125
|
-
</ul>
|
126
|
-
</div>
|
127
|
-
|
128
|
-
<div class="col-xs-6 col-md-2">
|
129
|
-
<a href="/"><img src="/images/OP-TEE-Logo_white-vertical-OPTEE-colour.svg" class="footer-logo-optee pull-right" alt="Linaro"></img></a>
|
130
|
-
</div>
|
131
|
-
|
132
|
-
|
133
|
-
</div>
|
134
|
-
<!--/.row-->
|
135
|
-
</div>
|
136
|
-
<!--/.container-->
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
</div>
|
141
|
-
|
142
|
-
<!--/.footer-->
|
143
|
-
<!--/.footer-bottom-->
|
144
|
-
<div class="row footer-strip">
|
145
|
-
<div class="container ">
|
146
|
-
<div class="pull-left">
|
147
|
-
<a href="https://www.linaro.org"><img src="/images/Linaro-Logo_icon.svg" width="40px" height="100%" alt="Linaro Icon"/></a>
|
148
|
-
<a style="color:white;">Portions of this content © 2017 <a href="https://www.linaro.org">Linaro</a>
|
149
|
-
<span class="coloured-bp">•</span> <a href="/legal/">Legal</a>
|
150
|
-
<span class="coloured-bp">•</span> <a href="/contact/">Contact</a>
|
151
|
-
<span class="coloured-bp">•</span> <a href="/press/">Press</a></a>
|
152
|
-
</div>
|
153
|
-
<div class="pull-right">
|
154
|
-
<ul class="nav nav-pill">
|
155
|
-
<a href="https://github.com/op-tee" class="btn btn-social-icon btn-github"><span class="fa fa-github spanwobble"></span></a>
|
156
|
-
</ul>
|
157
|
-
</div>
|
158
|
-
</div>
|
159
|
-
</div>
|
160
|
-
|
161
|
-
|
162
|
-
</footer>
|
163
|
-
|
164
|
-
{% include javascript.html %}
|