-
Notifications
You must be signed in to change notification settings - Fork 10
/
footer.inc
78 lines (66 loc) · 3.7 KB
/
footer.inc
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
<!-- ============================================================= FOOTER ============================================================= -->
<footer class="dark-bg">
<div class="container inner">
<div class="row">
<div class="col-md-4 col-sm-6 inner">
<h4>Who we are</h4>
<a href="index.html"><img class="logo img-intext" src="<?php echo $TOP_DIR ?>/assets/images/logo-white.svg" alt=""></a>
<p>We are building ways to safely exchange attributes about yourself online. You are in control of your credentials. Always.</p>
<a href="./" class="txt-btn">More about us</a>
</div><!-- /.col -->
<div class="col-md-4 col-sm-6 inner">
<h4>Specs</h4>
<div class="row thumbs gap-xs">
<div class="col-xs-6 thumb">
<figure class="icon-overlay icn-link">
<a href="/specs/source/identity-credentials/">Identity Credentials</a>
</figure>
</div><!-- /.thumb -->
</div><!-- /.row -->
<div class="row thumbs gap-xs">
<div class="col-xs-6 thumb">
<figure class="icon-overlay icn-link">
<a href="https://web-payments.org/specs/source/http-signatures/">HTTP Signatures</a>
</figure>
</div><!-- /.thumb -->
</div><!-- /.row -->
</div><!-- /.col -->
<div class="col-md-4 col-sm-6 inner">
<h4>Join us</h4>
<p>There are many ways to help:</p>
<ul class="contacts">
<li><a href="http://www.w3.org/community/credentials/"><i class="icon-location contact"></i> Credentials Community Group @ W3C</a></li>
<li><a href="http://lists.w3.org/Archives/Public/public-credentials/"><i class="icon-mail-1 contact"></i> [email protected]</a></li>
</ul><!-- /.contacts -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- .container -->
<div class="footer-bottom">
<div class="container inner">
<p class="pull-left">© OCCG - CC0 - Public domain</p>
<ul class="footer-menu pull-right">
<li><a href="<?php echo $TOP_DIR ?>/">Home</a></li>
</ul><!-- .footer-menu -->
</div><!-- .container -->
</div><!-- .footer-bottom -->
</footer>
<!-- ============================================================= FOOTER : END ============================================================= -->
<!-- JavaScripts placed at the end of the document so the pages load faster -->
<script src="<?php echo $TOP_DIR ?>/assets/js/jquery.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/jquery.easing.1.3.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/jquery.form.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/jquery.validate.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/bootstrap.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/bootstrap-hover-dropdown.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/skrollr.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/skrollr.stylesheets.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/waypoints.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/waypoints-sticky.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/owl.carousel.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/jquery.isotope.min.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/jquery.easytabs.min.js"></script>
<!-- <script src="<?php echo $TOP_DIR ?>/assets/js/google.maps.api.v3.js"></script>-->
<script src="<?php echo $TOP_DIR ?>/assets/js/viewport-units-buggyfill.js"></script>
<script src="<?php echo $TOP_DIR ?>/assets/js/scripts.js"></script>
</body>
</html>