You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/07/06 23:13:29 UTC

[2/4] incubator-mnemonic-site git commit: 5b03154 MNEMONIC-296: Re-layout home page of website

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/94da871e/fonts/fontawesome-webfont.woff
----------------------------------------------------------------------
diff --git a/fonts/fontawesome-webfont.woff b/fonts/fontawesome-webfont.woff
old mode 100755
new mode 100644
index 628b6a5..400014a
Binary files a/fonts/fontawesome-webfont.woff and b/fonts/fontawesome-webfont.woff differ

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/94da871e/fonts/fontawesome-webfont.woff2
----------------------------------------------------------------------
diff --git a/fonts/fontawesome-webfont.woff2 b/fonts/fontawesome-webfont.woff2
new file mode 100644
index 0000000..4d13fc6
Binary files /dev/null and b/fonts/fontawesome-webfont.woff2 differ

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/94da871e/help/index.html
----------------------------------------------------------------------
diff --git a/help/index.html b/help/index.html
index 25cc602..569b8d8 100644
--- a/help/index.html
+++ b/help/index.html
@@ -1,17 +1,21 @@
 <!DOCTYPE HTML>
 <html lang="en-US">
 <head>
+  <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <meta charset="UTF-8">
   <title>Getting Help</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <meta name="generator" content="Jekyll v3.4.3">
   <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/font-awesome.min.css">
   <link rel="stylesheet" href="/css/screen.css">
   <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <script src="/js/jquery-3.2.1.min.js"></script>
   <!--[if lt IE 9]>
   <script src="/js/html5shiv.min.js"></script>
   <script src="/js/respond.min.js"></script>
   <![endif]-->
+  <script src="/js/screen.js"></script>
   <script type="text/javascript" src="/assets/javascripts/bundle.js" charset="utf-8"></script>
 </head>
 
@@ -39,7 +43,7 @@
     <a href="/develop/">Develop</a>
   </li>
   <li>
-    <a href="https://github.com/apache/incubator-mnemonic">GitHub</a>
+    <a href="https://github.com/apache/incubator-mnemonic" target="_blank">GitHub</a>
   </li>
 </ul>
 
@@ -74,12 +78,14 @@
     <a href="/develop/">Develop</a>
   </li>
   <li>
-    <a href="https://github.com/apache/incubator-mnemonic">GitHub</a>
+    <a href="https://github.com/apache/incubator-mnemonic" target="_blank">GitHub</a>
   </li>
 </ul>
 
     </nav>
   </div>
+  <!-- Return to Top -->
+  <a href="#top" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
 </header>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/94da871e/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index c1567eb..4f25c0c 100644
--- a/index.html
+++ b/index.html
@@ -1,17 +1,21 @@
 <!DOCTYPE HTML>
 <html lang="en-US">
 <head>
+  <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <meta charset="UTF-8">
   <title>Apache Incubator Mnemonic &bull; Non-volatile memory</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <meta name="generator" content="Jekyll v3.4.3">
   <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/font-awesome.min.css">
   <link rel="stylesheet" href="/css/screen.css">
   <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <script src="/js/jquery-3.2.1.min.js"></script>
   <!--[if lt IE 9]>
   <script src="/js/html5shiv.min.js"></script>
   <script src="/js/respond.min.js"></script>
   <![endif]-->
+  <script src="/js/screen.js"></script>
   <script type="text/javascript" src="/assets/javascripts/bundle.js" charset="utf-8"></script>
 </head>
 
@@ -39,7 +43,7 @@
     <a href="/develop/">Develop</a>
   </li>
   <li>
-    <a href="https://github.com/apache/incubator-mnemonic">GitHub</a>
+    <a href="https://github.com/apache/incubator-mnemonic" target="_blank">GitHub</a>
   </li>
 </ul>
 
@@ -74,50 +78,52 @@
     <a href="/develop/">Develop</a>
   </li>
   <li>
-    <a href="https://github.com/apache/incubator-mnemonic">GitHub</a>
+    <a href="https://github.com/apache/incubator-mnemonic" target="_blank">GitHub</a>
   </li>
 </ul>
 
     </nav>
   </div>
+  <!-- Return to Top -->
+  <a href="#top" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
 </header>
 
 
   <section class="intro">
   <div class="grid">
     <div class="unit whole center-on-mobiles">
-      <div class="first titlehead">
-	if <span>(</span> Mnemonic.inUse() <span>)</span> <span>{</span>
+      <div class="first titlehead inner-center">
+	if <span class="codesym">(</span> Mnemonic.inUse() <span class="codesym">)</span> <span class="codesym">{</span>
 	<div class="ifbody">
 	  assert availMemory &gt;= sysMemory;<br/>
 	  assert DurableObjectModal.takeEffect();<br/>
 	  assert serDe.bypass();<br/>
 	  assert cache.bypass();<br/>
 	</div> 
-	<span>}</span>
+	<span class="codesym">}</span>
       </div>
     </div>
   </div>
 </section>
-<section class="features">
-  <div class="grid">
-    <div class="unit one-third">
-      <h2>Multi-Device</h2>
-      <p>Leverages Off-heap, NVMe, SSD, SpinDisk and etc.</p>
-      <a href="/docs/devices.html">Devices &rarr;</a>
-    </div>
-    <div class="unit one-third">
-      <h2>Speeds up the Apache Big Data Ecosystem</h2>
-      <p>Helps speed up big data applications including graphs.</p>
-      <a href="/docs/arch.html">Architecture &rarr;</a>
+<section class="ingredients">
+    <div class="grid">
+        <div class="unit one-third">
+            <h2>Durable Object Model</h2>
+            <p>Persist your linked objects without SerDe.</p>
+            <a href="/docs/arch.html">Architecture <i class="fa fa-arrow-circle-o-right"></i></a>
+        </div>
+        <div class="unit one-third">
+            <h2>Durable Computing Model</h2>
+            <p>Process your linked objects in native code.</p>
+            <a href="/docs/future.html">Future <i class="fa fa-arrow-circle-o-right"></i></a>
+        </div>
+        <div class="unit one-third">
+            <h2>Durable Memory Service</h2>
+            <p>Abstract storage as memory transparently</p>
+            <a href="/docs/devices.html">Devices <i class="fa fa-arrow-circle-o-right"></i></a>
+        </div>
+        <div class="clear"></div>
     </div>
-    <div class="unit one-third">
-      <h2>Future Work</h2>
-      <p>Works on new features</p>
-      <a href="/docs/future.html">Future &rarr;</a>
-    </div>
-    <div class="clear"></div>
-  </div>
 </section>