all repos — pakuauk @ 966aea2ba4e583ffd56c71ff83dc1866ccc284c7

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
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
<h1>TIMETABLE AND FEES</h1>

<section>
    <article>
        <div class="frameholder">
            <iframe
                src="https://calendar.google.com/calendar/embed?height=600&amp;wkst=2&amp;bgcolor=%23ffffff&amp;ctz=Europe%2FLondon&amp;src=ZG5mb2FhMzVsbjBnNWMwdm5yMnNoN3I4ZGdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;src=ZGE4OGYwZjBtYmQ3Y2M1OWJnOGkycDNtbzBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;color=%23D50000&amp;color=%23E4C441&amp;title=Pa-Kua%20UK&amp;showTitle=0&amp;showNav=1&amp;showPrint=0&amp;mode=AGENDA"
                frameborder="0"
                marginheight="0"
                marginwidth="0"
                width="800"
                height="600"
            >
            </iframe>
        </div>
    </article>
</section>

<section>
    <article>
        <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>
    </article>
</section>

<section>
    <article>
        <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>
</section>