Author: tommatecki
Date: Tue May 10 22:17:29 2016
New Revision: 1743274

URL: http://svn.apache.org/viewvc?rev=1743274&view=rev
Log: (empty)

Added:
    incubator/milagro/site/www/high-performance-crypto.html   (with props)

Added: incubator/milagro/site/www/high-performance-crypto.html
URL: 
http://svn.apache.org/viewvc/incubator/milagro/site/www/high-performance-crypto.html?rev=1743274&view=auto
==============================================================================
--- incubator/milagro/site/www/high-performance-crypto.html (added)
+++ incubator/milagro/site/www/high-performance-crypto.html Tue May 10 22:17:29 
2016
@@ -0,0 +1,207 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>Milagro</title>
+
+    <!-- Montserrat and Open Sans fonts -->
+    <link 
href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic|Montserrat:400,700'
 rel='stylesheet' type='text/css'>
+
+    <!-- Bootstrap Core CSS -->
+    <link href="css/bootstrap.css" rel="stylesheet">
+
+    <!-- Custom CSS -->
+    <link href="css/styles.css" rel="stylesheet">
+
+    <!-- Custom Fonts -->
+    <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+
+    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+        <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+        <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+    <![endif]-->
+
+</head>
+
+<body>
+
+    <!-- Navigation -->
+    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+        <div class="container">
+            <!-- Brand and toggle get grouped for better mobile display -->
+            <div class="navbar-header">
+        <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#bs-example-navbar-collapse-1">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="index.html"><img 
src="images/milagro-header.png" width="186" height="38" alt="Milagro Logo"></a>
+            </div>
+            <!-- Collect the nav links, forms, and other content for toggling 
-->
+            <div class="collapse navbar-collapse" 
id="bs-example-navbar-collapse-1">
+                <ul class="nav navbar-nav navbar-right">
+                  <li class="dropdown">
+                      <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Features <b class="caret"></b></a>
+                      <ul class="dropdown-menu">
+                          <li>
+                              <a href="high-performance-crypto.html">High 
Perfomance Crypto</a>
+                          </li>
+                          <li>
+                              <a href="multi-factor-auth.html">Multi-Factor 
Authentication</a>
+                          </li>
+                          <li>
+                              <a href="cert-less-tls.html">Certificate-less 
TLS</a>
+                          </li>
+                      </ul>
+                  </li>
+                  <li class="dropdown">
+                     <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Docs <b class="caret"></b></a>
+                     <ul class="dropdown-menu">
+                         <li>
+                             <a href="http://docs.milagro.io/en"; 
target="_blank">English</a>
+                         </li>
+                         <li>
+                             <a href="http://docs.milagro.io/ja"; 
target="_blank">Japanese</a>
+                         </li>
+                     </ul>
+                 </li>
+                 <li class="dropdown">
+                     <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Community <b class="caret"></b></a>
+                     <ul class="dropdown-menu">
+                         <li>
+                             <a href="community.html">Ask a Question</a>
+                         </li>
+                         <li>
+                             <a href="community.html">Mailing lists</a>
+                         </li>
+                         <li>
+                             <a href="community.html">Git Repositiories</a>
+                         </li>
+                         <li>
+                             <a href="community.html">Milagro Jira</a>
+                         </li>
+                       </ul>
+                   </li>
+                </ul>
+            </div>
+            <!-- /.navbar-collapse -->
+        </div>
+        <!-- /.container -->
+    </nav>
+
+
+    <!-- Page Content -->
+    <div class="container">
+
+        <!-- Marketing Icons Section -->
+        <div class="row row-border">
+            <section class="col-xs-12 col-sm-8 col-lg-9">
+            <h1 align="center">Milagro Crypto Library</h1>
+            <img src="images/Milagro-Crypto-Library.png" width="95%">
+            <p>The Apache Milagro Crypto Library (MCL) is a completely 
self-contained, stand alone library for fast, performant pairing cryptography 
where size implementation is key. Mobile apps, IoT devices and embedded 
cryptographic applications can all benefit from MCL's mix of performance and 
speed. MCL is also the base cryptographic service provider for all Milagro 
services and applications.
+<br></br>
+MCL is portable - there is no assembly language. The original version is 
written in C, Java, Javascript, Go and Swift using only generic programming 
constructs, but AMCL is truly multi-lingual, and new compatible versions will 
be available in many other languages.
+<br></br>
+MMCL is small - some libraries boast of having hundreds of thousands of lines 
of code - MCL has less than 10,000. MCL takes up the minimum of ROM/RAM 
resources in order to fit into the smallest possible embedded footprint, 
consistent with other design constraints for an app-centric and IoT world.</p>
+<p>Read the <a 
href="http://docs.milagro.io/en/amcl/milagro-crypto-library-white-paper.html"; 
target="_blank">Milagro Crypto Library White Paper</a> and get the code on <a 
href="https://github.com/apache/incubator-milagro"; 
target="_blank">GitHub</a>.</p>
+</section>
+<aside class="col-xs-12 col-sm-4 col-lg-3">
+<div class="latest-news">
+<h3>Latest News</h3>
+<a href="https://twitter.com/apachemilagro"; class="twitter-follow-button" 
data-show-count="false" data-size="large">Follow @apachemilagro</a> 
<script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');</script>
+
+
+<h5><a href="https://twitter.com/apachemilagro"; target="_blank" 
title="Twitter">Read more news...</a></h5>
+            </aside>
+            </div>
+        <!-- /.row -->
+
+
+
+        <!-- Changelog Section -->
+        <div class="row row-border">
+         <section class="col-md-12 section-list">
+           <h2>Changelog</h2>
+
+<p>Source code will be pushed live soon, and you will be able to find all 
updates and release notes here. In the meantime, please see the useful links 
below:</p>
+
+<ul><li><a href="https://wiki.apache.org/incubator/MilagroProposal"; 
target="_blank" title="Propsal">Apache Milagro (incubating) proposal</a></li>
+
+<li><a href="http://incubator.apache.org/projects/milagro.html"; 
target="_blank" title="Project-Status">Project status</a></li>
+</ul>
+</section>
+        </div>
+        <!-- /.row -->
+
+          <!-- Community Section -->
+        <div class="row ">
+         <section class="col-md-12 section-list">
+           <h2>Join the Community</h2>
+
+<p>Apache Milagro (incubating) is a community-led, community-built program 
that relies on the participation and contributions of our users.</p>
+
+<ul><li><a href="mailto:[email protected]"; 
title="Subscribe-Mailinglist">Subscribe to the Mailing List</a></li>
+
+
+
+
+
+</div>
+
+        <!-- Footer -->
+        <footer>
+        <div class="container">
+            <div class="row">
+                <section class="col-md-4 footer-nav">
+                    <ul>
+                    <li><a href="http://docs.milagro.io/en"; target="_blank" 
title-="Docs">Docs</a></li>
+                    <li><a href="community.html" 
title-="Community">Community</a></li>
+                    <li><a href="https://github.com/apache/incubator-milagro"; 
target="_blank" title-="">GitHub</a></li>
+                    </ul>
+                 </section>
+                 <section class="col-md-7 footer-content">
+                     <div class="footer-logos">
+                          <img src="images/milagro-footer.png" width="189" 
height="38" alt="Milagro Logo">
+                   <img src="images/apache-feather.png" width="152" 
height="42" alt="Apache Logo">
+                   <img src="images/apache-incubator.png" width="165" 
height="42" alt="Apache Incubator Logo">
+                    <span class="stretch"></span>
+                   </div>
+                 <p>Apache Milagro is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation 
is required of all newly accepted projects until a further review indicates 
that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects.  While 
incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does indicate that the project has yet to be fully 
endorsed by the ASF. </p>
+
+<p>Copyright <span class="sup">&copy;</span> 2016 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0
+Apache and the Apache feather logo are trademarks of The Apache Software 
Foundation.</p>
+              </section>
+                </div>
+            </div>
+            </div>
+        </footer>
+
+
+    <!-- /.container -->
+
+    <!-- jQuery -->
+    <script src="js/jquery.js"></script>
+
+    <!-- Bootstrap Core JavaScript -->
+    <script src="js/bootstrap.min.js"></script>
+
+    <!-- Script to Activate the Carousel -->
+    <script>
+    $('.carousel').carousel({
+        interval: 5000 //changes the speed
+    })
+    </script>
+
+</body>
+
+</html>

Propchange: incubator/milagro/site/www/high-performance-crypto.html
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to