all repos — pakuauk @ db02b30ddbeaec1d18c1cee8056f07f8d6a0b13c

page/timetable.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
<h1>TIMETABLE AND FEES</h1>

<article>
    <iframe
        src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=480&amp;wkst=2&amp;hl=en_GB&amp;bgcolor=%23ffffff&amp;src=dnfoaa35ln0g5c0vnr2sh7r8dg%40group.calendar.google.com&amp;color=%23ba0000&amp;ctz=Europe%2FLondon"
        frameborder="0"
        marginheight="0"
        marginwidth="0"
        style="width:100%; height:20em"
    >
    </iframe>

    <h2>Calendars</h2>

    <table>
        <tr>
            <td>Recurring classes</td>
            <td>
                <a href='https://calendar.google.com/calendar/embed?src=dnfoaa35ln0g5c0vnr2sh7r8dg%40group.calendar.google.com&ctz=Europe%2FLondon'>
                    google or web
                </a>
            </td>
            <td>
                <a href='https://calendar.google.com/calendar/ical/dnfoaa35ln0g5c0vnr2sh7r8dg%40group.calendar.google.com/public/basic.ics'>
                    iOS or ical
                </a>
            </td>
        </tr>
        <tr>
            <td>Special classes, seminars, itinerancies</td>
            <td>
                <a href='https://calendar.google.com/calendar/embed?src=da88f0f0mbd7cc59bg8i2p3mo0%40group.calendar.google.com&ctz=Europe%2FLondon'>
                    google or web
                </a>
            <td><a href='https://calendar.google.com/calendar/ical/da88f0f0mbd7cc59bg8i2p3mo0%40group.calendar.google.com/public/basic.ics'>
                    iOS or ical
                </a>
            </td>
        </tr>
        <tr>
            <td>Program of European Open Classes and Spring Retreat</td>
            <td>
                <a href='https://calendar.google.com/calendar/embed?src=ghc90g6ht6jk9k7qcg86fonon0%40group.calendar.google.com&ctz=Europe%2FLondon'>
                    google or web
                </a>
            </td>
            <td>
                <a href='https://calendar.google.com/calendar/ical/ghc90g6ht6jk9k7qcg86fonon0%40group.calendar.google.com/public/basic.ics'>
                    iOS or ical
                </a>
            </td>
        </tr>
    </table>

    <h2>Monthly fees</h2>

    <table>
        <thead>
            <tr>
                <th>&nbsp;</th>
                <th>First class per calendar month</th>
                <th>Every additional class per calendar month</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>Adults (20% discount for University Students)</td>
                <td>&pound;34</td>
                <td>&pound;15</td>
            </tr>
            <tr>
                <td>Kids (10% discount for siblings)</td>
                <td>&pound;28</td>
                <td>-</td>
            </tr>
        </tbody>
    </table>

    <h2>Drop-in fees</h2>

    <table>
        <tr>
            <td>Any 60 minute class</td>
            <td>&pound;10</td>
        </tr>
    </table>
</article>