-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy linebender/linebender.github.io to linebender/linebender.githu…
…b.io:gh-pages
- Loading branch information
GitHub Actions
committed
Jun 15, 2024
0 parents
commit 845fc5b
Showing
40 changed files
with
3,994 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
linebender.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>About - Linebender</title> | ||
<meta name="generator" content="Zola v0.17.2"> | ||
<meta property="og:title" content="About"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta name="description" content="About"> | ||
<meta property="og:description" content="About"> | ||
<meta property="og:site_name" content="Linebender"> | ||
<meta property="og:type" content="website"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta property="twitter:title" content="About"> | ||
<!-- End Jekyll SEO tag --> | ||
<link rel="stylesheet" href="/main.css"> | ||
|
||
<link type="application/atom+xml" rel="alternate" href="/atom.xml" title="Linebender"> | ||
|
||
<!-- mathjax support --> | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
<script> | ||
MathJax = { | ||
tex: { | ||
inlineMath: [['$', '$']] | ||
} | ||
}; | ||
</script> | ||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
</head> | ||
<body cz-shortcut-listen="true"> | ||
<header class="site-header" role="banner"> | ||
<div class="wrapper"> | ||
|
||
<a class="site-title" rel="author" href="/">Linebender</a> | ||
<nav class="site-nav"> | ||
<input type="checkbox" id="nav-trigger" class="nav-trigger"> | ||
<label for="nav-trigger"> | ||
<span class="menu-icon"> | ||
<svg viewBox="0 0 18 15" width="18px" height="15px"> | ||
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"></path> | ||
</svg> | ||
</span> | ||
</label> | ||
<div class="trigger"> | ||
<a class="page-link" href="/about">About</a> | ||
<a class="page-link" href="/blog">Blog</a> | ||
<a class="page-link" href="/wiki">Wiki</a> | ||
</div> | ||
</nav> | ||
|
||
</div> | ||
</header> | ||
<main class="page-content" aria-label="Content"> | ||
<div class="wrapper"> | ||
|
||
<h1>About</h1> | ||
<p>This is the website for the <a href="https://github.com/linebender">Linebender organization on GitHub</a>. The Linebender organization contains a collection of repositories, which provide the tools and utilities to create graphical user interfaces for applications in <a href="https://rust-lang.org">the Rust programming language</a>.</p> | ||
<p>It is also a group of volunteers and enthusiasts who hang out on <a href="https://xi.zulipchat.com">our Zulip</a>, and who collaborate on designing and coding the different parts of the stack required for UI. We are a friendly bunch, and always welcome newcomers, whether they have any experience with 2D graphics and user interfaces or not.</p> | ||
<p>All the work of the Linebender is done in the open, and the full history of all conversations is available on Zulip. In fact, we recommend searching the chat history for any topic that you are interested in, as there have been many discussions in the past with novel and valuable ideas. All code is dual-licensed under the MIT and Apache-2.0 licenses (where possible) and we aim to license non-code material under the <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY Creative Commons license</a>. In fact, the non-code portion of this website is licensed under CC-BY, while all code, including any JavaScript written by the authors, is available under the Apache-2.0 license. A copy of the Apache-2.0 license is available in <a href="https://github.com/linebender/linebender.github.io/">this website's repository</a>. We reuse some code from the 'minima' Jekyll theme under the MIT license. The aim is to make any of the code on this website reusable, so if the licensing is causing friction please contact us <a href="https://xi.zulipchat.com">on Zulip</a> and we'll work together to solve the problem.</p> | ||
<p>A separate page describes our <a href="/contributor-guidelines">contributor guidelines</a>.</p> | ||
<p>The organization was started by <a href="https://levien.com/">Raph Levien</a>, and he informally leads and drives the work forward.</p> | ||
|
||
|
||
</div> | ||
</main> | ||
<footer class="site-footer h-card"> | ||
<div class="wrapper"> | ||
|
||
<h2 class="footer-heading">Linebender</h2> | ||
<div class="footer-col-wrapper"> | ||
<div class="footer-col footer-col-1"> | ||
<ul class="contact-list"> | ||
<li class="p-name">Linebender</li> | ||
<li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-col footer-col-2"> | ||
<ul class="social-media-list"> | ||
<li><a href="https://github.com/linebender"><svg class="svg-icon"><use xlink:href="/minima-social-icons.svg#github"></use></svg> <span class="username">linebender</span></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-col footer-col-3"> | ||
<p>© 2023 The Linebender Authors.</p> | ||
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This website's content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p> | ||
<p>All code used in this website is available under the Apache-2.0 license.</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.