You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2020/12/06 18:57:29 UTC

[incubator-age-website] branch master updated: Delete index.html

This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c8c9f7f  Delete index.html
c8c9f7f is described below

commit c8c9f7fe41626bcc44e3c92a5fb94d3969edfee0
Author: Eya <ba...@gmail.com>
AuthorDate: Sun Dec 6 10:57:21 2020 -0800

    Delete index.html
---
 index.html | 426 -------------------------------------------------------------
 1 file changed, 426 deletions(-)

diff --git a/index.html b/index.html
deleted file mode 100644
index 0b86e7d..0000000
--- a/index.html
+++ /dev/null
@@ -1,426 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <!-- Theme Made By www.w3schools.com - No Copyright -->
-  <title>Apache AGE</title>
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
-  <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
-  <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
-  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
-  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
-  <style>
-  body {
-    font: 400 15px/1.8 Lato, sans-serif;
-    color: #777;
-  }
-  h3, h4 {
-    margin: 10px 0 30px 0;
-    letter-spacing: 0px;      
-    font-size: 40px;
-    color: #111;
-  }
-  .container {
-    padding: 80px 120px;
-  }
-  .person {
-    border: 10px solid transparent;
-    margin-bottom: 25px;
-    width: 80%;
-    height: 80%;
-    opacity: 0.7;
-  }
-  .person:hover {
-    border-color: #f1f1f1;
-  }
-  .carousel-inner img {
-    -webkit-filter: grayscale(90%);
-    filter: grayscale(90%); /* make all photos black and white */ 
-    width: 100%; /* Set width to 100% */
-    margin: auto;
-  }
-  .carousel-caption h3 {
-    color: #fff !important;
-  }
-  @media (max-width: 600px) {
-    .carousel-caption {
-      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
-    }
-  }
-  .bg-1 {
-    background: #2d2d30;
-    color: #bdbdbd;
-
-  }
-
-  .bg-1 h3 {color: #fff;}
-  .bg-1 p {font-style: italic;}
-  .list-group-item:first-child {
-    border-top-right-radius: 0;
-    border-top-left-radius: 0;
-  }
-  .list-group-item:last-child {
-    border-bottom-right-radius: 0;
-    border-bottom-left-radius: 0;
-  }
-  .thumbnail {
-    padding: 0 0 15px 0;
-    border: none;
-    border-radius: 0;
-  }
-  .thumbnail p {
-    margin-top: 15px;
-    color: #555;
-  }
-  .btn {
-    padding: 10px 20px;
-    background-color: #333;
-    color: #f1f1f1;
-    border-radius: 0;
-    transition: .2s;
-  }
-  .btn:hover, .btn:focus {
-    border: 1px solid #333;
-    background-color: #fff;
-    color: #000;
-  }
-  .modal-header, h4, .close {
-    background-color: #333;
-    color: #fff !important;
-    text-align: center;
-    font-size: 30px;
-  }
-  .modal-header, .modal-body {
-    padding: 40px 50px;
-  }
-  .nav-tabs li a {
-    color: #777;
-  }
-  #googleMap {
-    width: 100%;
-    height: 400px;
-    -webkit-filter: grayscale(100%);
-    filter: grayscale(100%);
-  }  
-  .navbar {
-    font-family: Montserrat, sans-serif;
-    margin-bottom: 0;
-    background-color: #2d2d30;
-    border: 0;
-    font-size: 11px !important;
-    opacity: 0.9;
-    height: 70px;
-  }
-  .navbar li a, .navbar .navbar-brand { 
-    color: #d5d5d5 !important;
-  }
-  .navbar-nav li a:hover {
-    color: #fff !important;
-  }
-  .navbar-nav li.active a {
-    color: #fff !important;
-    background-color: #29292c !important;
-  }
-  .navbar-default .navbar-toggle {
-    border-color: transparent;
-  }
-  .open .dropdown-toggle {
-    color: #fff;
-    background-color: #555 !important;
-  }
-  .dropdown-menu li a {
-    color: #000 !important;
-  }
-  .dropdown-menu li a:hover {
-    background-color: red !important;
-  }
-  footer {
-    background-color: #2d2d30;
-    color: #f5f5f5;
-    padding: 32px;
-  }
-  footer a {
-    color: #f5f5f5;
-  }
-  footer a:hover {
-    color: #777;
-    text-decoration: none;
-  }  
-  .form-control {
-    border-radius: 0;
-  }
-  textarea {
-    resize: none;
-  }
-
-
-  .center {
-  display: block;
-  margin-left: 500;
-  margin-right: 0;
-  size:100;
-}
-
-
- .bg-2 {
-    background:white;
-    color: #bdbdbd;
- }
-
-
-
-.logo{
-  display: block;
-  margin-left: auto;
-  margin-right: auto;
-  width: 10%;
-}
-
-* {
-  box-sizing: border-box;
-}
-
-/* Create three equal columns that floats next to each other */
-.column {
-  float: right;
-  width: 29%;
-  padding: 10px;
-  height: 300px; /* Should be removed. Only for demonstration */
-  margin-right : 10px;
-  padding-top: 80px;
-
-}
-
-/* Clear floats after the columns */
-.row:after {
-  content: "";
-  display: table;
-  clear: both;
-}
-
-
-
-
- .container2 {
-    padding: 5px 5px;
-  }
-
-.img{
-  width: 800px;
-  height:500px;
-}
-
-
-/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
-@media screen and (max-width: 600px) {
-  .column {
-    width: 100%;
-  }
-}
-
-
-
-
-
-
-
-
-
-
-  </style>
-</head>
-<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="50">
-
-<nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
-        <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="logo.png" style="height:61px; width:90px; padding-bottom: 20px"></a>
-    </div>
-
-    <div class="collapse navbar-collapse" id="myNavbar">
-
-
-      <ul class="nav navbar-nav navbar-right">
-         <li><a href="https://github.com/apache/incubator-age" target="_blank">Download</a></li>
-        <li><a href="https://github.com/apache/incubator-age/tree/master/doc" target="_blank">Documentation</a></li>
-        <li><a href="instruction.html" >Contribute</a></li> 
-
-
-         <li class="dropdown">
-          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community
-          <span class="caret"></span></a>
-          <ul class="dropdown-menu">
-            <li><a href="member.html" >Member</a></li>
-
-          </ul>
-        </li>
-       
-
-
-        <li class="dropdown">
-          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache
-          <span class="caret"></span></a>
-          <ul class="dropdown-menu">
-            <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Foundation</a></li>
-            <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
-            <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> 
-          </ul>
-        </li>
-
-
-
-<li><a href="roadmap.html" >Roadmap</a></li>
-
-
-        <li><a href="#"><span class="glyphicon glyphicon-search" target="_blank"></span></a></li>
-      </ul>
-
-
-    </div>
-  </div>
-</nav>
-
-
-
-
-
-
-
-
-<!-- Section 1 Description  -->
-<div id="band" class="container text-center" style="border-bottom: 6px solid grey; ">
-  <h3>Apache AGE (Incubating)</h3>
-
-  <p><em>AGE is a multi-model database that enables graph and relational models built on PostgreSQL.
-
-
-
-    </em>
-
-      AGE, as an extension for PostgreSQL, enables the users to leverage graph database on top of the existing relational database with minimal effort. The basic principle of the project is to create single storage that can handle both relational and graph model data so that the users can use the standard ANSI SQL along with openCypher (http://www.opencypher.org), the Graph query language.
-
-
-      <br><br>
-
-     The AGE project is being actively developed. This project is a new generation of a multi-model graph database for the modern complex data environment. A graph database can solve problems through new perspectives, thanks to its different approach to data and its organization. By preparing data in graph models the users can apply graph algorithms that provide forte in handling complexity. Moreover, Graph data is a suitable form to apply machine learning. 
-
- 
-
-      While working on the fork version of this project, we found that there are increasing voices asking for an extension of AgensGraph. It was then when we decided to develop and work on the extension version to provide more benefits to PostgreSQL users such as easy installation and compatibility. AGE is a multi-model database designed to be simple and user-friendly, which supports the relational and graph data model at the same time that enables users to integrate the legacy relationa [...]
-</div>
-
-
-
-
-
-
-<!-- Section 2 Architecture Diagram -->
-<div  class="container text-center"  style="border-bottom: 6px solid grey; ">
-  <div class="container2">
-    <h2>How does AGE works?</h2> <br>
-    <img class="img" src="architecture.png" >    
-  </div>
-  </div>
-
-
-
-
-
-
-
-<!-- Section 3 Columns-->
-<!-- Section 3 -->
-
-
-<div class="row">
-
-  <div class="column" style="margin-left: 35px">
-    <h2>Community</h2>
-      <p>There are many ways to reach the community:<br>
-        Use the mailing lists to ask questions. </br>The official method of communication for </br>Apache project <a href="#mailinglist.html"> Mailing List </a>
-
-         We also have a Slack </br>channel that is public for users <a href="#apache_age"> Slack Channel.</a></br> </a> We use JIRA for issue tracking <a href="#apache_age"> JIRA </a>
-
-         <p> We will start webinar when we reach beta stage.</p>
-      </p>
-  </div>
-
-
-
-  <div class="column" >
-    <h2>Contributors</h2>
-       <p>Apache AGE is built by a wide set of developers </br> from various organizations.<br>
-        If you'd like to participate in AGE, or contribute to </br> the libraries on top of it, learn how to contribute <a href="#instruction.html"> Contribution. </a> 
-If you are interested in the project and looking for ways to help, consult the list of tasks in <a href="#apache_age"> JIRA </a>, or ask the <a href="#mailinglist.html"> Mailing List </a>
-</p>
-
-
-  </div>
-
-
-  <div class="column" >
-    <h2>Getting Started</h2>
-    <p>
-      Learning Apache AGE is easy whether you come </br>
-      from a Java, Python, R, or SQL background:</br>
-      Download the latest release: you can run AGE </br>locally on your laptop
-      <a href="https://github.com/bitnine-oss/agensgraph-ext"> Download</a>
-      Read the quick start guide <a href="https://github.com/bitnine-oss/agensgraph-ext/tree/master/doc"> Quick Start </a>
-      Learn how to deploy AGE.
-    </p>
-  </div>
-
-    </div>  
-
-
-
-
-</br>
-</br>
-</br>
-</br>
-
-
-
-
-
-
-<!-- Footer -->
-<div id="contact" class="container">
-<img class="logo" src="https://incubator.apache.org/images/incubator_ring_logo.png">
-
-<p class="p1">Copyright © 2020 The Apache Software Foundation.Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
-
-</p>
-</div>
-
-</br>
-
-
-
-<!-- Footer -->
-<footer class="text-center">
-  <a class="up-arrow" href="index.html" data-toggle="tooltip" title="TO TOP">
-    <span class="glyphicon glyphicon-chevron-up"></span>
-  </a><br><br>
-</footer>
-
-
-
-</body>
-</html>
-
-
-
-
-
-
-
-
-
-