Commit 3874921c authored by Dave Cooper's avatar Dave Cooper
Browse files

removed static htmls - these will be generated upon building

parent 44adf368
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
*~
*.html
 No newline at end of file

board.html

deleted100644 → 0
+0 −74
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- note to self. logo font is roboto slab -->
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    <link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300' rel='stylesheet' type='text/css'>
    <link href="css/styles.css" rel="stylesheet" media="screen">
    <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    
    <title>Common Lisp Foundation</title>
    
  </head>
  <body>
    
    <header class="navbar navbar-static-top" id="top" role="banner">
      <div class="container">
          <div class="col-md-12">
	    <h1>The Common Lisp Foundation</h1>
           </div>
      </div>
    </header>
    
    <div class="container">
      <div class="col-md-3">
	<div id="sidebar">
	  <h2>Navigation</h2>
	  <a href="index.html">Welcome & About</a><br />
	  <a href="contact.html">Contact Us</a><br />
	  <a href="payment.html">Payment Disbursement Policy</a><br />
	  <a href="board.html">Current CLF Board</a><br />
	  <a href="http://common-lisp.net">Common-Lisp.net</a>
	</div>
      </div>
      
      <div class="col-md-9">
	<h2>Current CLF Board</h2>
	<p>The board may be contacted at clf@cl-foundation.org.</p>
	<h3>Ernst van Waning</h3>
	<h5>President, Director</h5>

	<h3>Mark Evenson</h3>
	<h5>Secretary, Director</h5>

	<h3>Erik Huelsemann</h3>
	<h5>Treasurer, Director</h5>

	<h3>Dave Cooper</h3>
	<h5>Director</h5>

	<h3>Hisao Kuroda</h3>
	<h5>Director</h5>

	<h2>Extended CLF Positions</h2>

	<h3>Cheryl Yang</h3>
	<h5>Web Resources Designer/Developer</h5>

	<h3>Erik Huelsemann</h3>
	<h5>common-lisp.net VM and gitlab Administrator</h5>
	
	<h3>Mark Evenson</h3>
	<h5>common-lisp.net Backend System Strategist/Implementer</h5>



      </div>
    </div>

  </body>
</html>

contact.html

deleted100644 → 0
+0 −52
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- note to self. logo font is roboto slab -->
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    <link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300' rel='stylesheet' type='text/css'>
    <link href="css/styles.css" rel="stylesheet" media="screen">
    <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    
    <title>Common Lisp Foundation</title>
    
  </head>
  <body>
    
    <header class="navbar navbar-static-top" id="top" role="banner">
      <div class="container">
          <div class="col-md-12">
	    <h1>The Common Lisp Foundation</h1>
           </div>
      </div>
    </header>
    
    <div class="container">
      <div class="col-md-3">
	<div id="sidebar">
	  <h2>Navigation</h2>
	  <a href="index.html">Welcome & About</a><br />
	  <a href="contact.html">Contact Us</a><br />
	  <a href="payment.html">Payment Disbursement Policy</a><br />
	  <a href="board.html">Current CLF Board</a><br />
	  <a href="http://common-lisp.net">Common-Lisp.net</a>
	</div>
      </div>
      <div class="col-md-9">
	<h2>Contact the Foundation</h2>
	<p>The Common Lisp Foundation's VAT ID is <b>NL 85 020 89 32 B01</b>.</p>
	<p>The Foundation can be reached by mail at the following address:</p>
	<p style="margin-left:100px;">
	  <b>Stichting Common Lisp Foundation<br />
	    Van Zuylen van Nijeveltstraat 161<br />
	    2242LD Wassenaar<br />
	    The Netherlands</b>
	</p>
      </div>
    </div>


  </body>
</html>

index.html

deleted100644 → 0
+0 −77
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- note to self. logo font is roboto slab -->
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    <link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300' rel='stylesheet' type='text/css'>
    <link href="css/styles.css" rel="stylesheet" media="screen">
    <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    
    <title>Common Lisp Foundation</title>
    
  </head>
  <body>
    
    <header class="navbar navbar-static-top" id="top" role="banner">
      <div class="container">
          <div class="col-md-12">
	    <h1>The Common Lisp Foundation</h1>
           </div>
      </div>
    </header>
    
    <div class="container">
      <div class="col-md-3">
	<div id="sidebar">
	  <h2>Navigation</h2>
	  <a href="index.html">Welcome & About</a><br />
	  <a href="contact.html">Contact Us</a><br />
	  <a href="payment.html">Payment Disbursement Policy</a><br />
	  <a href="board.html">Current CLF Board</a><br />
	  <a href="http://common-lisp.net">Common-Lisp.net</a>
	</div>
      </div>
      <div class="col-md-9">
	<h2>Please Join our Next Meeting</h2>
	<p>We would like to get more involvement form the CL community
	  in our monthly meetings. <a href="contact.html">Contact
	  Us</a> to request an invite to our next monthly meeting
	  (usually the first Wednesday of each month).
	</p>
	
	<h2>About the CL Foundation</h2>
	
	<p>Our Purpose, according to our Bylaws, is to promote the use
	and development of the Common Lisp programming language as
	follows:</p>
	<ol>
	  <li>promoting and facilitating meetings, conferences and
	  networking opportunities;</li>
	  
	  <li>promoting the development of de-facto standard
	  functionality for Common Lisp with publicly available source
	  code</li>
	  
	  <li>other allied activities which will be consistent with
	  the above-stated aims, as well as anything reasonably
	  connected therewith and/or may be instrumental in achieving
	  the stated aim, given the broadest application. anything
	  which is connected therewith and/or may be beneficial for
	  the above purpose, taken in the broadest sense of the
	  word.</li>
	</ol>
	
	<p>Currently, the Foundation is active in administration of a
	redesigned <a href="clnet/index.html">common-lisp.net
	website</a> and associated services. The Foundation is also
	managing donations for Common Lisp related community projects</p>
	
      </div>
    </div>


  </body>
</html>

payment.html

deleted100644 → 0
+0 −59
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- note to self. logo font is roboto slab -->
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    <link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300' rel='stylesheet' type='text/css'>
    <link href="css/styles.css" rel="stylesheet" media="screen">
    <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    
    <title>Common Lisp Foundation</title>
    
  </head>
  <body>
    
    <header class="navbar navbar-static-top" id="top" role="banner">
      <div class="container">
          <div class="col-md-12">
	    <h1>The Common Lisp Foundation</h1>
           </div>
      </div>
    </header>
    
    <div class="container">
      <div class="col-md-3">
	<div id="sidebar">
	  <h2>Navigation</h2>
	  <a href="index.html">Welcome & About</a><br />
	  <a href="contact.html">Contact Us</a><br />
	  <a href="payment.html">Payment Disbursement Policy</a><br />
	  <a href="board.html">Current CLF Board</a><br />
	  <a href="http://common-lisp.net">Common-Lisp.net</a>
	</div>
      </div>
      <div class="col-md-9 main">
	<h2>Redistribution of money for CLF projects</h2>

<p>The Common Lisp Foundation (CLF) is available to handle collection
and disbursement of monetary fees and donations for CL-related
projects, meetings, etc which are of community benefit.</p>


<p>It is the intention of CLF to disburse 90% of incoming earmarked
funds to the registered maintainers of the earmarked Affiliate
Project, within a reasonable time frame from when said funds are
received. In general, CLF retains 10% of incoming funds in order to
ensure that its finances remain in the black, and for the possibility
of building up a capital fund which can be invested according to the
  directives of the CLF.</p>

<p>Non-earmarked donations to CLF will be used first to cover CLF operating expenses and overheads, e.g. hosting costs, financial transactions fees, accounting & reporting costs, with the remainder being saved and/or disbursed according to the discretion of the CLF Board. For the time being, all human labor being expended on behalf of CLF activities is uncompensated, volunteer-only.</p>  

      </div>
    </div>

  </body>
</html>