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:52:24 UTC

[incubator-age-website] branch master updated: Delete member.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 b48de56  Delete member.html
b48de56 is described below

commit b48de568f4de5145294404421c33f58ecc005b33
Author: Eya <ba...@gmail.com>
AuthorDate: Sun Dec 6 10:52:18 2020 -0800

    Delete member.html
---
 member.html | 368 ------------------------------------------------------------
 1 file changed, 368 deletions(-)

diff --git a/member.html b/member.html
deleted file mode 100644
index 94d143c..0000000
--- a/member.html
+++ /dev/null
@@ -1,368 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <!-- Theme Made By www.w3schools.com - No Copyright -->
-  <title>AGE</title>
-  <meta charset="utf-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-  <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;
-      
-    font-size: 20px;
-    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;
-    height: 70px;
-    opacity: 0.9;
-  }
-  .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;
-  }
-
-table {
-  font-family: arial, sans-serif;
-  border-collapse: collapse;
-  width: 100%;
-  text-align: center;
-}
-
-td, th {
-  border: 1px solid #dddddd;
-  text-align: left;
-  padding: 3px;
-   text-align: center;
-}
-
-tr:nth-child(even) {
-  background-color: #dddddd;
-   text-align: center;
-}
-
-
-
-
-.logo{
- display: block;
-  margin-left: auto;
-  margin-right: auto;
-  width: 10%;
-}
-
-.p{
-  text-align: center;
-}
-
-
-
-  </style>
-</head>
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-<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>
-
-
-
-
-   
-
-
-<!-- Container (Contact Section) -->
-<div id="contact" class="container">
-
- <table>
-  <h2 class="table">Apche AGE (Incubating) Champion and Mentors</h2>
-          <h3>AGE's members are (sorted on lastname in alphabetical order):
-
-    <br>
-
-  <tr>
-    <th>Name</th>
-    <th>Contact Information</th>
-
-
-  <tr>
-    <td>Raphael Bircher</td>
-    <td>
-rbircher at apache dot org</td>
-  </tr>
-
-  </tr>
-
-   <tr>
-    <td>Von Gosling</td>
-    <td>vongosling at apachedot org</td>
-  </tr>
-
-  <tr>
-    <td>Jim Jagielski</td>
-    <td>jim at apache dot org </td>
-
-  </tr>
-  <tr>
-    <td>Kevin Ratnasekera </td>
-    <td>kevin at agsft dot com </td>
-  </tr>
- 
-
-  
-</table>
-</div>
-
-
-<!-- Container (Contact Section) -->
-<div id="contact" class="container">
-
- <table>
-  <h2 class="table">Apache AGE (Incubating) Committers</h2>
-
-        <h3>AGE's active Committers are (sorted on lastname in alphabetical order):
-
-</h3>
-    <br>
-  <tr>
-    <th>Name</th>
-    <th>Contact Information </th>
-
-  </tr>
-
- <tr>
-    <td>Jasper Blues</td>
-    <td>jasper at liberation dash data dot com</td>
-  </tr>
-
-   <tr>
-    <td>John Gemignani</td>
-    <td>john dot gemignani at bitnine dot net </td>
-
-  </tr>
-  <tr>
-    <td>Josh Innis </td>
-    <td>josh dot innis at bitnine dot net</td>
- 
-  <tr>
-    <td>Mason Sharp</td>
-    <td>mason dot sharp at gmail dot com</td>
-  </tr>
-
-    </tr>
-  <tr>
-    <td>Junseok Yang  </td>
-    <td>jsyang at bitnine dot net</td>
-  </tr>
-  
-</table>
-</div>
-
-
-
-<!-- Copy Right -->
-<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>
-
-
-
-
-<!-- Footer -->
-<footer class="text-center">
-  <a class="up-arrow" href="member.html" data-toggle="tooltip" title="TO TOP">
-    <span class="glyphicon glyphicon-chevron-up"></span>
-  </a><br><br>
-</footer>
-
-
-
-</body>
-</html>