-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (124 loc) · 7.44 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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>OpenCrypto Project</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="landing-page">
<div class="page-wrapper">
<!-- ******Header****** -->
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<span class="text-bold">OpenCrypto </span><span class="text-highlight">Project</span>
</h1>
</div><!--//branding-->
<div class="tagline">
<p>We <i class="fa fa-heart"></i> JavaCard and we made it truly open</p>
</div><!--//tagline-->
<a class="link" href="https://mavroud.is/"><span></span>Vasilios Mavroudis</a> |
<a class="link" href="https://crocs.fi.muni.cz/people/svenda"><span></span>Petr Svenda</a>
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<h2 class="title">What's in? <span class="icon icon_gift"></span></h2>
<div class="intro">
<p>JavaCard is an amazing platform. Unfortunately, it lacks certain
essential features which makes development troublesome and limiting.
The OpencryptoJC project releases tools that aim to aid both experienced and new
developers:</br>JCMathLib implements <i>Integers, Big Numbers and Elliptic Curves</i>,
while the JCProfiler is the first <i>free profiler for JavaCards</b>.</i>
<p>Opencrypto is kindly supported by our awesome <a href="https://github.com/OpenCryptoProject/JCMathLib#community">sponsors</a>!</p>
<div class="cta-container">
<a class="btn btn-primary btn-cta" href="https://github.com/OpenCryptoProject/JCMathLib" target="_blank"><i class="fa fa-github"></i> JCMathLib</a>
<a class="btn btn-primary btn-cta" href="https://github.com/OpenCryptoProject/JCProfiler" target="_blank"><i class="fa fa-github"></i> Profiler</a>
</div><!--//cta-container-->
</div><!--//intro-->
<div id="cards-wrapper" class="cards-wrapper">
<div class="item item-green col-md-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fa fa-paper-plane"></i>
</div><!--//icon-holder-->
<h3 class="title">Documentation</h3>
<p class="intro">Start building!</p>
<a class="link" href="https://github.com/OpenCryptoProject/JCMathLib#example-applet-compilation-upload-and-use"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-purple col-md-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_lifesaver"></span>
</div><!--//icon-holder-->
<h3 class="title">FAQs</h3>
<p class="intro">Got questions on JCMathLib?</p>
<a class="link" href="https://github.com/OpenCryptoProject/JCMathLib#faq"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-blue col-md-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_datareport_alt"></span>
</div><!--//icon-holder-->
<h3 class="title">JavaCard Metrics</h3>
<p class="intro">Supported cryptographic algorithms </br> for a wealth of different cards.</p>
<a class="link" href="http://jcalgtest.org/"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-orange col-md-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_gift"></span>
</div><!--//icon-holder-->
<h3 class="title">License & Credits</h3>
<p class="intro">What you can do with it? Who are we?</p>
<a class="link" href="https://github.com/OpenCryptoProject/JCMathLib/blob/master/LICENSE"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<footer class="footer text-center">
<div class="container">
<small class="copyright"><a href="http://themes.3rdwavemedia.com/" target="_blank">Style</a></small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/js/main.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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104209708-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>