[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / index.html (download) (as text)

Revision 1.739, Mon Dec 30 04:54:31 2019 UTC (4 years, 4 months ago) by bentley
Branch: MAIN
Changes since 1.738: +20 -17 lines

Eliminate <table> from index.html; it's unstylable and unsemantic.

Inspired by a request from Adriano Barbosa.

ok tb@; no objection deraadt@

<!doctype html>
<html lang=en id=project-main>
    <meta charset=utf-8>
    <title>OpenBSD</title>
    <meta name="description" content="the main OpenBSD page">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    <link rel="canonical" href="https://www.openbsd.org/">
    <link rel="stylesheet" href="openbsd.css">

  <main>
    <nav>

      <header>About OpenBSD</header>
      <ul>
        <li><a href="goals.html">Project Goals</a>
        <li><a href="plat.html">Hardware Platforms</a>
        <li><a href="security.html">Security</a>
            <a href="crypto.html">Crypto</a>
        <li><a href="events.html">Events and Papers</a>
        <li><a href="innovations.html">Innovations</a>
      </ul>

      <header>Getting OpenBSD</header>
      <ul>
        <li><a href="faq/faq4.html#Download">Download</a>
      </ul>

      <header>Getting Source</header>
      <ul>
        <li><a href="anoncvs.html">AnonCVS</a>
        <li><a href="https://cvsweb.openbsd.org/">CVS on Web</a>
        <li><a href="https://github.com/openbsd">GitHub Mirror</a>
      </ul>

      <header>OpenBSD Resources</header>
      <ul>
        <li><a href="plus.html">Changelog</a>
        <li><a href="faq/index.html">FAQ</a>
        <li><a href="https://man.openbsd.org">Manual Pages</a>
        <li><a href="errata66.html">Patches</a>
        <li><a href="report.html">Reporting Problems</a>
        <li><a href="mail.html">Mailing Lists</a>
        <li><a href="lyrics.html">Songs</a> &amp;
            <a href="artwork.html">Artwork</a>
        <li><a href="hackathons.html">Hackathons</a>
        <li><a href="groups.html">User Groups</a>
        <li><a href="support.html">Commercial Support</a>
      </ul>

      <header>Supporting OpenBSD</header>
      <ul>
        <!--
        <li><a href="https://openbsdstore.com">Buy OpenBSD Products</a>
        -->
        <li><a href="donations.html">Donations</a><br>
        <li><a href="https://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
      </ul>
    </nav>
    <article>
      <h2>
        <a href="66.html">
        <img src="images/puffy66.gif" height="198" width="599" alt="[OpenBSD 6.6]"></a>
      </h2>

      <p id="callout">
      Only two remote holes in the default install, in a heck of a long time!

      <p>
      The OpenBSD project produces a <strong>FREE</strong>, multi-platform 4.4BSD-based
      UNIX-like operating system. Our efforts emphasize portability,
      standardization, correctness, <a href="security.html">proactive security</a> and
      <a href="crypto.html">integrated cryptography</a>.  As an example of the
      effect OpenBSD has, the popular <a href="https://www.openssh.com">OpenSSH</a>
      software comes from OpenBSD.

      <p>
      OpenBSD is freely available from our download sites.

      <p>
      The current release is
      <a href="66.html">OpenBSD 6.6</a>, released Oct 17, 2019.

      <p>
      OpenBSD is developed entirely by volunteers.
      The project's development environment
      and <a href="hackathons.html">developer events</a>
      are funded through contributions collected by
      <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
      Contributions ensure that OpenBSD will remain a vibrant and
      <a href="policy.html">free</a> operating system.
    </article>
  </main>

  <footer>
    <figure>
      <a href="images/rack2009.jpg">
      <img width="60" height="90" src="images/rack2009-s.png" alt="rack"></a>
    </figure>
    <aside>
      <hr>
      Associated projects:
      <a href="https://www.openssh.com">OpenSSH</a>,
      <a href="http://www.openbgpd.org">OpenBGPD</a>,
      <a href="http://www.openntpd.org">OpenNTPD</a>,
      <a href="https://www.opensmtpd.org">OpenSMTPD</a>,
      <a href="https://www.openiked.org">OpenIKED</a>,
      <a href="https://mandoc.bsd.lv">mandoc</a>,
      <a href="https://www.libressl.org">LibreSSL</a>
    </aside>
  </footer>