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

Diff for /www/index.html between version 1.709 and 1.710

version 1.709, 2017/03/16 16:26:30 version 1.710, 2017/03/16 17:05:43
Line 8 
Line 8 
                                     by OpenBSD.">                                      by OpenBSD.">
     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">      <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     <link rel="canonical" href="https://www.openbsd.org/">      <link rel="canonical" href="https://www.openbsd.org/">
       <style type="text/css">
         body {
           color: black;
           background-color: white;
           margin: 0 50px 0 0;
         }
         .main {
           width: 100%;
           height: 100%;
           border: 0;
           border-collapse: collapse;
         }
         .main td {
           padding: 4px;
         }
         .sidebar {
           background-color: #6bbdd6;
           width: 175px;
           border-right: 11px solid #007b9c;
         }
         .header {
           text-align: center;
         }
         .header img {
           margin-bottom: 19px;
         }
         .callout {
           font-weight: bold;
           color: #e00000;
         }
         .align-top {
           vertical-align: top;
         }
         .align-bottom {
           vertical-align: bottom;
         }
       </style>
 </head>  </head>
 <body style="color: black; background-color: white; margin: 0 50px 0 0;">  <body>
 <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">  <table class="main">
   <tr>    <tr>
     <td bgcolor="#6bbdd6" width="175" valign="top">      <td class="sidebar align-top">
       <big><b>About OpenBSD</b></big><br>        <big><b>About OpenBSD</b></big><br>
       &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>        &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>
       &nbsp;<a href="plat.html">Hardware Platforms</a><br>        &nbsp;<a href="plat.html">Hardware Platforms</a><br>
Line 46 
Line 83 
       &nbsp;<a href="donations.html">Donations</a><br>        &nbsp;<a href="donations.html">Donations</a><br>
       &nbsp;<a href="http://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>        &nbsp;<a href="http://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
     </td>      </td>
     <td bgcolor="#007b9c" rowspan="2"><font size="1">&nbsp;</font></td>      <td class="align-top">
     <td bgcolor="#ffffff" valign="top"><center>        <div class="header">
       <a href="60.html">          <a href="60.html">
       <img border="0" src="images/puffy60.gif" height="199" width="599" alt="[OpenBSD 6.0]">          <img border="0" src="images/puffy60.gif" height="199" width="599" alt="[OpenBSD 6.0]">
       </a></center>          </a>
       <br>          <br>
       <center><strong><font color="#e00000">          <span class="callout">
       Only two remote holes in the default install, in a heck of a long time!<br>          Only two remote holes in the default install, in a heck of a long time!<br>
       </font></strong></center>          </span>
         </div>
   
       <p>        <p>
       The OpenBSD project produces a <b>FREE</b>, multi-platform 4.4BSD-based        The OpenBSD project produces a <b>FREE</b>, multi-platform 4.4BSD-based
       UNIX-like operating system. Our efforts emphasize portability,        UNIX-like operating system. Our efforts emphasize portability,
Line 78 
Line 117 
     </td>      </td>
   </tr>    </tr>
   <tr>    <tr>
     <td bgcolor="#6bbdd6" valign="bottom">      <td class="sidebar align-bottom">
       <a href="images/rack2009.jpg">        <a href="images/rack2009.jpg">
       <img width="60" height="90" src="images/rack2009-s.png"        <img width="60" height="90" src="images/rack2009-s.png"
        style="float:left;"></a>         style="float:left;"></a>
    </td>     </td>
     <td bgcolor="#ffffff" valign="bottom">      <td class="align-bottom">
       <hr>        <hr>
       Associated projects:        Associated projects:
       <a href="https://www.openssh.com">OpenSSH</a>,        <a href="https://www.openssh.com">OpenSSH</a>,

Legend:
Removed from v.1.709  
changed lines
  Added in v.1.710