Changeset 261:41303b176325


Ignore:
Timestamp:
May 23, 2011, 1:47:03 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

A reasonable home page.

Location:
source
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • source/index.html

    r127 r261  
    66    <title>Plasma Formulary Interactive</title>
    77    <link rel="icon" type="image/png" href="pf_icon.png" />
     8
     9    <style type="text/css">
     10      body {
     11        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     12        font-size:   12pt;
     13      }
     14     
     15      span.interactive:hover {
     16        font-style: oblique;
     17      }
     18     
     19      table {
     20        width:        800px;
     21        padding:      6px;
     22        margin-left:  auto;
     23        margin-right: auto;
     24        margin-top:   20px;
     25        border:       2px solid #808080;
     26        background:   #ffffe7;
     27      }
     28      td.button {
     29        width: 25%;
     30      }
     31     
     32      p.text {
     33        text-align:  justify;
     34        text-indent: 20pt;
     35      }
     36     
     37      input {
     38        width:       150px;
     39        border:      1px solid #808080;
     40        margin:      2px;
     41        background:  #e0e0f0;
     42        font-size:   12pt;
     43        font-weight: bold;
     44      }
     45      input:hover {
     46        border:     2px solid blue;
     47        margin:     1px;
     48        background: #b0e0ff;
     49      }
     50     
     51      img {
     52        border: 0px;
     53      }
     54    </style>
     55
    856  </head>
    957  <body>
    10     <p>
    11       <input type="button" value="Launch Plasma Formulary Interactive!"
    12         onclick="window.open('pf.html','pf','width=800,height=550')"/>
    13     </p>
     58
     59    <table>
     60      <tr align="center">
     61        <td colspan="4"><h1>Plasma Formulary <span class="interactive">Interactive</span></h1></td>
     62      </tr>
     63      <tr><td colspan="4">
     64        <p class="text">
     65          <i>Plasma Formulary</i> is an interactive, Web-based application that
     66          provides a comfortable access to evaluating, comparing, and plotting
     67          of a multitude of different plasma and atomic physics parameters,
     68          grouped by the unit dimensions. A special attention is devoted to the
     69          Stark broadening which is calculated with a good accuracy for
     70          transitions between degenerate atomic levels. The list of the entities
     71          calculated encompasses over one hundred entries and is easily
     72          expandable.
     73        </p>
     74        <p class="text">
     75          The application is built using open-source components and is
     76          compatible with a majority of modern browsers.
     77        </p>
     78      </td></tr>
     79      <tr align="center">
     80        <td class="button">
     81          <input type="button" value="User's Guide"
     82            onclick="window.open('resource/pf/html/ug.html',
     83                                 'ug', 'width=850,scrollbars=1')"/>
     84        </td>
     85        <td class="button">
     86          <input type="button" value="License Terms"
     87            onclick="window.open('resource/pf/html/GPL.html',
     88                                 'gpl', 'width=850,scrollbars=1')"/>
     89        </td>
     90        <td class="button">
     91          <input type="button" value="Download"
     92            onclick="window.location='pf.zip'"/>
     93        </td>
     94        <td class="button">
     95          <input type="button" value="Development"
     96            onclick="window.location='http://plasma-gate.weizmann.ac.il/pf/trac'"/>
     97        </td>
     98      </tr>
     99      <tr align="center"><td colspan="4">
     100        <p>
     101          <input type="button" value="Launch Now!"
     102            onclick="window.open('pf.html','pf','width=800,height=550')"/>
     103        </p>
     104      </td></tr>
     105      <tr>
     106        <td align="left">
     107          <a href="http://www.opensource.org/" target="_blank">
     108            <img src="resource/pf/image/opensource.png"
     109                 alt="Open Source Initiative"
     110                 style="width:64px;height:64px" />
     111          </a>
     112        </td>
     113        <td colspan="2"/>
     114        <td align="right">
     115          <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">
     116            <img src="resource/pf/image/valid-css3.png"
     117                 alt="Valid CSS"
     118                 style="width:88px;height:31px" />
     119          </a>
     120          <a href="http://validator.w3.org/check?uri=referer" target="_blank">
     121            <img src="resource/pf/image/valid-xhtml10.png"
     122                 alt="Valid XHTML 1.0 Strict"
     123                 style="width:88px;height:31px" />
     124          </a>
     125        </td>
     126      </tr>
     127    </table>
    14128  </body>
    15129</html>
Note: See TracChangeset for help on using the changeset viewer.