You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by dg...@apache.org on 2018/11/05 16:59:41 UTC

svn commit: r1845823 [2/2] - /incubator/unomi/website/

Modified: incubator/unomi/website/privacy-policy.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/privacy-policy.html?rev=1845823&r1=1845822&r2=1845823&view=diff
==============================================================================
--- incubator/unomi/website/privacy-policy.html (original)
+++ incubator/unomi/website/privacy-policy.html Mon Nov  5 16:59:40 2018
@@ -33,8 +33,11 @@
     <header>
       <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
         <div class="container">
-          <a class="navbar-brand" href="index.html"><img src="images/unomi-86x20.png"/></a>
-          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+          <a class="navbar-brand" href="index.html">
+            <img src="images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+          </a>
+          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
+                  aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
             <span class="navbar-toggler-icon"></span>
           </button>
           <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
@@ -62,16 +65,18 @@
                   <a class="nav-link" href="community.html">Community <span class="sr-only">(current)</span></a>
                 </li>
                 <li class="nav-item">
-                  <a class="nav-link disabled" target="_blank" href="https://www.apache.org"><img src="images/apache-feather-tm-new.png"/></a>
+                  <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                    <img src="images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                  </a>
                 </li>
               </ul>
-            <div>
+            </div>
           </div>
         </div>
       </nav>
     </header>
 
-    <main role="main">
+    <main>
 
       <!-- Marketing messaging and featurettes
       ================================================== -->
@@ -100,7 +105,8 @@
                 By using this website, you consent to the collection of this data in the manner and for the purpose described above.
               </p>              
             </div>
-        </div>   
+        </div>
+      </div>
     </main>
 
     <!-- FOOTER -->

Modified: incubator/unomi/website/resources.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/resources.html?rev=1845823&r1=1845822&r2=1845823&view=diff
==============================================================================
--- incubator/unomi/website/resources.html (original)
+++ incubator/unomi/website/resources.html Mon Nov  5 16:59:40 2018
@@ -33,8 +33,11 @@
     <header>
       <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
         <div class="container">
-          <a class="navbar-brand" href="index.html"><img src="images/unomi-86x20.png"/></a>
-          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+          <a class="navbar-brand" href="index.html">
+            <img src="images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+          </a>
+          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
+                  aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
             <span class="navbar-toggler-icon"></span>
           </button>
           <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
@@ -62,16 +65,18 @@
                   <a class="nav-link" href="community.html">Community</a>
                 </li>
                 <li class="nav-item">
-                  <a class="nav-link disabled" target="_blank" href="https://www.apache.org"><img src="images/apache-feather-tm-new.png"/></a>
+                  <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                    <img src="images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                  </a>
                 </li>
               </ul>
-            <div>
+            </div>
           </div>
         </div>
       </nav>
     </header>
 
-    <main role="main">
+    <main>
       <div class="container pt-5 pb-5">
         <h2 class="pb-2 mb-2">Learn more about <span class="text-muted">Apache Unomi</span></h2>
         
@@ -83,7 +88,7 @@
               <h6 class="pb-2 pt-2">ApacheCon NA 2018 - Apache Unomi - An open source customer data platform</h6>
               <!-- 4:3 aspect ratio -->
               <div class="embed-responsive embed-responsive-16by9 w-75 d-flex justify-content-center">
-                <iframe width="560" height="315" src="https://www.youtube.com/embed/XO1cLSgeRsw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
+                <iframe width="560" height="315" src="https://www.youtube.com/embed/XO1cLSgeRsw" allow="autoplay; encrypted-media" allowfullscreen></iframe>
               </div>
               <a class="btn btn-primary mt-3" target="_blank" href="https://www.slideshare.net/sergehuber/apachecon-na-2018-apache-unomi-an-open-source-customer-data-platformapache-unomi-cdp-presentation">View in slideshare &raquo;</a>
             </div>
@@ -94,7 +99,7 @@
               <h6 class="pb-2 pt-2">ApacheCon 2015 - The Apache Unomi Project In-depth</h6>
               <!-- 4:3 aspect ratio -->
               <div class="embed-responsive embed-responsive-16by9 w-75 d-flex justify-content-center">
-                <iframe width="560" height="315" src="https://www.youtube.com/embed/y4uNwnVMVyg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
+                <iframe width="560" height="315" src="https://www.youtube.com/embed/y4uNwnVMVyg" allow="autoplay; encrypted-media" allowfullscreen></iframe>
               </div>
             </div>
 
@@ -104,7 +109,7 @@
               <h6 class="pb-2 pt-2">Keynote - Introducing Apache Unomi</h6>
               <!-- 4:3 aspect ratio -->
               <div class="embed-responsive embed-responsive-16by9 w-75 d-flex justify-content-center">
-                <iframe width="560" height="315" src="https://www.youtube.com/embed/4gJPY-KfQ10" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
+                <iframe width="560" height="315" src="https://www.youtube.com/embed/4gJPY-KfQ10" allow="autoplay; encrypted-media" allowfullscreen></iframe>
               </div>
             </div>
 

Modified: incubator/unomi/website/use-cases.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/use-cases.html?rev=1845823&r1=1845822&r2=1845823&view=diff
==============================================================================
--- incubator/unomi/website/use-cases.html (original)
+++ incubator/unomi/website/use-cases.html Mon Nov  5 16:59:40 2018
@@ -33,8 +33,11 @@
     <header>
       <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
         <div class="container">
-          <a class="navbar-brand" href="index.html"><img src="images/unomi-86x20.png"/></a>
-          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+          <a class="navbar-brand" href="index.html">
+            <img src="images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+          </a>
+          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
+                  aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
             <span class="navbar-toggler-icon"></span>
           </button>
           <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
@@ -62,10 +65,12 @@
                   <a class="nav-link" href="community.html">Community</a>
                 </li>
                 <li class="nav-item">
-                  <a class="nav-link disabled" target="_blank" href="https://www.apache.org"><img src="images/apache-feather-tm-new.png"/></a>
+                  <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                    <img src="images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                  </a>
                 </li>
               </ul>
-            <div>
+            </div>
           </div>
         </div>
       </nav>
@@ -76,12 +81,12 @@
         <div class="col-md-12 px-0">
           <h1 class="display-5 font-italic">Apache Unomi has several use cases for what your need !</h1>
           <p class="lead my-3">Apache Unomi is a REST server that manages user profiles and events related to the profiles. It can be used to integrate personalization and profile management within very different systems such as CMS, CRMs, Issue Trackers, native mobile application. It was designed to be easy to integrate with external systems, promoting profile sharing and re-use in very different applications.</p>
-          <p class="lead mb-0">Let's start !</a></p>
+          <p class="lead mb-0">Let's start !</p>
         </div>
       </div>
     </div>
 
-    <main role="main">
+    <main>
 
       <div class="container">          
 
@@ -90,19 +95,19 @@
             <div class="col-md-12">
               <h5 class="project-heading pb-4">Use cases</h5>
 
-              <h3 class="font-italic">Use Apache Unomi as a <span class="text-muted">personalization service</span> for a Web CMS</h2>
+              <h3 class="font-italic">Use Apache Unomi as a <span class="text-muted">personalization service</span> for a Web CMS</h3>
               <div class="pb-2 pt-2">
                 <p>In this use case Apache Unomi is used to track all the users that visits the sites being managed by the CMS. The sites may also contain personalized content elements that will use the profile information coming from Apache Unomi to change their display based on the user. It will also send events (such as login events for example) back to the server using simple AJAX calls to the Apache Unomi REST API.</p>
                 <p>The Web CMS can also build UIs to expose the privacy management feature to end-users of the platform, and will of course build UIs to perform administration tasks such as profile, segments, goals, rules management.</p>
               </div>
 
-              <h3 class="font-italic">Use Apache Unomi as an <span class="text-muted">analytics service</span> for a native mobile application</h2>
+              <h3 class="font-italic">Use Apache Unomi as an <span class="text-muted">analytics service</span> for a native mobile application</h3>
               <div class="pb-2 pt-2">
                 <p>In this case the server is used as a back-end for a native mobile application that will authenticate a user and then send events to the server when the user performs certains tasks within the app. Tasks may include pressing a button, getting close to a location (using GPS or beacons), etc…</p>
                 <p>The application may also include a UI to expose the privacy management features of Apache Unomi.</p>
               </div>
 
-              <h3 class="font-italic">Use Apache Unomi as a <span class="text-muted">centralized profile management system</span></h2>
+              <h3 class="font-italic">Use Apache Unomi as a <span class="text-muted">centralized profile management system</span></h3>
               <div class="pb-2 pt-2">
                 <p>In this use case the server is used a centralized profile management system, making it easy to aggregate different profile information that may be stored in different systems such as CRMs, Issue tracking systems, forums, CMS, … One way of achieving this is to make sure that “anonymous” profiles are merged when an event such as a login happens and a unique cross-system identifier (usually the email address) is detected on each system.</p>
                 <p>In this case connectors to all the different systems will need to be developped (and hopefully contributed back to the Apache Unomi community), so that the centralization of the information is managed by an Open Source and standards compliant server community.</p>