all repos — pakuauk @ db02b30ddbeaec1d18c1cee8056f07f8d6a0b13c

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
<h1>Pa-Kua School UK</h1>

<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>

<article>

<h2>Our teachers and class leading instructors</h2>
<ul class="people">
    <li>
        <figure>
            <img src="https://static.wixstatic.com/media/1aea5d_8451953798aa4e23a24ea12af7ee85a2~mv2.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="https://static.wixstatic.com/media/1aea5d_7d20d44d39c0443d88e96a1c8a4cfa8d~mv2.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="https://static.wixstatic.com/media/1aea5d_7525fd96b1cb4c1bbdceee1128b5c923~mv2.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="https://static.wixstatic.com/media/1aea5d_73aac4b027fa4a298c6c495321cca0b9~mv2.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="https://static.wixstatic.com/media/1aea5d_663b176ffece44f3b4ae3aff314959c2~mv2.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="https://static.wixstatic.com/media/1aea5d_81d5760d82704390b652d4f51240e503~mv2.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>

<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>


<h2>Photos from our classes</h2>

INSERT_GALLERY_HERE

</article>