forked from opencreds/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
85 lines (62 loc) · 3.59 KB
/
index.php
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
<?php $TOP_DIR='.'; include './header.inc'; ?>
<main>
<!-- ============================================================= SECTION – HERO ============================================================= -->
<section id="hero">
<div id="owl-main" class="owl-carousel owl-one-item">
<div class="item img-bg-repeat" style="background-image: url(assets/images/pattern-background01.jpg);">
<div class="container">
<div class="caption vertical-center text-center">
<h1 class="fadeInDown-1 dark-color">Open Credentials</h1>
<p class="fadeInDown-2 dark-color">Privacy-protecting online identities.</p>
</div><!-- /.caption -->
</div><!-- /.container -->
</div><!-- /.item -->
</div><!-- /.owl-carousel -->
</section>
<!-- ============================================================= SECTION – HERO : END ============================================================= -->
<!-- ============================================================= SECTION – FEATURES ============================================================= -->
<section id="features">
<div class="container inner-top">
<div class="row">
<div class="col-md-8 center-block text-center">
<header>
<h1>Our Work</h1>
<p>
The purpose of the Credentials Community Group is to discuss, research, document, prototype and test credential storage and exchange systems for the Web. This work is done in order to make progress toward possible future standardization and interoperability of both low and high-stakes credentials.
</p>
</header>
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row inner-top-sm">
<div class="col-md-6 inner-bottom-sm">
<h2 class="text-center">Credentials</h2>
<p class="text-small">
A <em><strong>credential</strong></em> is a qualification, achievement, quality, or piece of information about an entity’s background such as a name, government ID, payment provider, home address, or university degree. The work we do is about helping you store and transmit these credentials online.
</p>
<a href="intro" class="txt-btn">Learn more</a>
</div><!-- /.col -->
<div class="col-md-6 inner-bottom-sm">
<h2 class="text-center">Community</h2>
<p class="text-small">
Everyone is invited to participate in building the future of credentials online. Web developers, students, researchers, non-profits, and for-profits alike. This work affects all of us, so all of us should have a voice.
</p>
<a href="https://www.w3.org/community/credentials/" class="txt-btn">See how it's built</a>
</div><!-- /.col -->
<div class="row inner-top-sm">
<div class="col-md-12">
<h1 class="text-center">Learn</h1>
</div>
<div class="col-md-6 inner-bottom-sm">
<h2 class="text-center">Credentials on the Web</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/eWtOg3vSzxI" frameborder="0" allowfullscreen></iframe>
</div><!-- /.col -->
<div class="col-md-6 inner-bottom-sm">
<h2 class="text-center">Linked Data Signatures</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QdUZaYeQblY" frameborder="0" allowfullscreen></iframe>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
</main>
<?php $TOP_DIR='.'; include './footer.inc'; ?>