-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (59 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="Open Source Learner Credential Wallet">
<meta name="author" content="MIT">
<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="Learner Credential Wallet" /> <!-- website name -->
<meta property="og:site" content="lcw.app" /> <!-- website link -->
<meta property="og:title" content="Learner Credential Wallet"/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="Store your learner credentials" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
<!-- Webpage Title -->
<title>Learner Credential Wallet</title>
<!-- Styles -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@700&display=swap" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/cropped-fav-dc-b-32x32.png" sizes="32x32" />
<link rel="icon" href="images/cropped-fav-dc-b-192x192.png" sizes="192x192" />
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Learner Credential Wallet content-->
<header id="Learner Credential Wallet" class="lcw">
<div class="container text-center">
<a href="https://github.com/digitalcredentials/learner-credential-wallet" class="btn btn-secondary btn-github">View on Github<img class="ml-2" src="images/GitHub-Mark-Light-64px.png" alt="Github Icon" width="32"></a>
<div class="text-container">
<img class="lcw-icon my-5" src="images/lcw-icon.png" alt="Learner Credential Wallet icon consisting of folders">
<p class="title text-center">Learner Credential Wallet</p>
<h2 class="pt-2 subtitle">A place to store your learner credentials</h2>
<a href="https://apps.apple.com/app/learner-credential-wallet/id1590615710?"><img class="ios-icon pt-2" src="images/ios-icon.svg" alt="Download on the App Store"></a>
<!--<button type="button" class="btn btn-secondary btn-lg mt-3" disabled><h3 class="mb-0">Coming Soon</h3></button>-->
<a href="https://play.google.com/store/apps/details?id=app.lcw&"><img class="android-icon pt-2" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>
<p class="text-center pt-4">Learner Credential Wallet is an open source mobile wallet developed by the <a href="https://digitalcredentials.mit.edu">Digital Credentials Consortium</a>, a network of leading international universities designing an open infrastructure for academic credentials.</p>
<p class="text-center pt-4">Learn more about the <a href="pilot.html">2022 Learner Credential Pilot</a></p>
</div> <!-- end of text-container -->
<footer>
<p class="footer-text text-center">
Copyright 2022, Massachusetts Institute of Technology</p>
<p class="footer-text text-center">
<a href="https://digitalcredentials.mit.edu/">Digital Credentials Consortium</a> • <a href="https://openlearning.mit.edu">MIT Open Learning</p>
<p class="footer-text text-center">
<a href="terms.html">Terms and Conditions of Use</a> • <a href="privacy.html">Privacy Policy</a> • <a href="https://accessibility.mit.edu/">Accessibility</a></p>
</footer>
</div> <!-- end of container -->
</header> <!-- end of header -->
<!-- end of header -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
</body>
</html>