all repos — pakuauk @ a9af601ebc468c6dad8070a71718a35cf8466703

page/about-us.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
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
<h1>Pa-Kua School UK</h1>

<section>
    <div class="headline">
        <div>
        <p>
            The Pa Kua Studio Cambridge opened in 2012 offering Martial Arts and Sword Training. ​
        </p>
        <p>
            Today we also have Archery, Acrobatics, Tai Chi and Martial Arts for Kids, in multiple locations across the city. Our classes are for all ages and levels.
        </p>
        </div>
    </div>
</section>

<section>
    <article>
        <h2>Our teachers and class leading instructors</h2>
        <ul class="grid">
            <li>
                <figure>
                    <img src="image/people-rodolfo_oliva.jpg" alt= "" />
                    <figcaption>
                        <strong>Rodolfo Oliva</strong>
                        <span class="rank">6th degree black belt Master</span>
                        <span class="classes">all classes</span>
                    </figcaption>
                </figure>
            </li>

            <li>
                <figure>
                    <img src="image/people-simon_lamb.jpg" alt= "" />
                    <figcaption>
                        <strong>Simon Lamb</strong>
                        <span class="rank">1st degree black belt instructor</span>
                        <span class="classes">Acrobatics</span>
                    </figcaption>
                </figure>
            </li>

            <li>
                <figure>
                    <img src="image/people-john_waugh.jpg" alt= "" />
                    <figcaption>
                        <strong>John Waugh</strong>
                        <span class="rank">Red belt instructor</span>
                        <span class="classes">Martial Art</span>
                    </figcaption>
                </figure>
            </li>

            <li>
                <figure>
                    <img src="image/people-tom_winch.jpg" alt= "" />
                    <figcaption>
                        <strong>Tom Winch</strong>
                        <span class="rank">Red belt instructor</span>
                        <span class="classes">Edge Weapons</span>
                    </figcaption>
                </figure>
            </li>

            <li>
                <figure>
                    <img src="image/people-kasia_bukowska.jpg" alt= "" />
                    <figcaption>
                        <strong>Kasia Bukowska</strong>
                        <span class="rank">Red belt instructor</span>
                        <span class="classes">Archery</span>
                    </figcaption>
                </figure>
            </li>

            <li>
                <figure>
                    <img src="image/people-alejandro_perez.jpg" alt= "" />
                    <figcaption>
                        <strong>Alejandro Perez</strong>
                        <span class="rank">Blue belt instructor</span>
                        <span class="classes">Martial Art for Kids</span>
                    </figcaption>
                </figure>
            </li>
        </ul>
    </article>
</section>

<section>
    <article>
        <h2>Locations and map</h2>
        <div class="frameholder">
            <iframe
                src="https://www.google.com/maps/d/embed?mid=1VTjRU0qGaYyDm46eMce0z8WpSLyyDt7W"
                width="640"
                height="480"
                frameborder="0"
                marginheight="0"
                marginwidth="0"
            >
            </iframe>
        </div>
    </article>
</section>


<section>
    <article>
        <h2>Photos from our classes</h2>
        INSERT_GALLERY_HERE
    </article>
</section>