<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>2024 Expo Logbook</title>
<link rel="stylesheet" href="../../css/main2.css" />
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
</head>

<body>
<div name="title">
    <h1>Records</h1>
    <hr/>
    <p>This page details the numerous records set by members of Expo during the 2024 Expodition.</p>
    <hr/>
    </div>

<style>
  td{border: 1px solid #eee;}
</style>

    <div name="mine sweeper">
        <h1>Mine Sweeper</h1>
        <p>Record for who was quickest to beat minesweeper of a given size. Should be 16x16 with 40 mines.</p>
        
        <table cellspacing="0">
            <colgroup width="312"></colgroup>
        <colgroup span="3" width="85"></colgroup>
        <tbody>
            <tr>
                <td><b>Name</b></td>
                <td><b>Size</b></td>
                <td><b>Time</b></td>
            </tr>
            <!--COPY THIS BIT - V -->
            <tr>
                <td>Name</td>
                <td>Size</td>
                <td>Time</td>
            </tr>
            <!--COPY THIS BIT - ^ -->

        </tbody>
        </table>
      <hr/>
    </div>

    <div name="cycling the road">
        <h1>Cycling the Loser</h1>
        <p>Record for who was quickest to cycle to the Loseralm</p>
        <table cellspacing="0">
            <colgroup width="312"></colgroup>
        <colgroup span="2" width="85"></colgroup>
        <tbody>
            <tr>
                <td><b>Name</b></td>
                <td><b>Time</b></td>
            </tr>
            <!--COPY THIS BIT - V -->
            <tr>
                <td>Name</td>
                <td>Time</td>
            </tr>
            <!--COPY THIS BIT - ^ -->

        </tbody>
        </table>
      <hr/>
    </div>

    <div name="Heaviest Bag">
        <h1>Heaviest Bag</h1>
        <p>Record for who hiked the heaviest bag up the plateau</p>
        <table cellspacing="0">
            <colgroup width="312"></colgroup>
        <colgroup span="2" width="85"></colgroup>
        <tbody>
            <tr>
                <td><b>Name</b></td>
                <td><b>Weight</b></td>
            </tr>
            <!--COPY THIS BIT - V -->
            <tr>
                <td>Name</td>
                <td>Weight</td>
            </tr>
            <!--COPY THIS BIT - ^ -->

        </tbody>
        </table>
      <hr/>
    </div>

    <div name="Number of Showers">
        <h1>Number of showers</h1>
        <p>Record for the person who has taken the most (or least) showers</p>
        <table cellspacing="0">
            <colgroup width="312"></colgroup>
        <colgroup span="2" width="85"></colgroup>
        <tbody>
            <tr>
                <td><b>Name</b></td>
                <td><b>Weight</b></td>
            </tr>
            <!--COPY THIS BIT - V -->
            <tr>
                <td>Name</td>
                <td>Weight</td>
            </tr>
            <!--COPY THIS BIT - ^ -->

        </tbody>
        </table>
      <hr/>
    </div></body>