You(or your Webmeister) can use this code to embed a dynamic event details panel on your Kennel's website. See the 'Specific Event' demo panel on the Example H3 Demo Site to see what it looks like.
A simple panel using the default style and colors. You can customize the width and height attributes.
<iframe src="//hashrego.com/events/rh3-medley-of-mud-3/iframe" width="400" height="700" frameborder="0" style="border:0"></iframe>
Options: You can specify what the panel holds and how it looks. The type argument can be set to detail or cumming, and the style argument can be set to small, medium, or large.
<iframe src="//hashrego.com/events/rh3-medley-of-mud-3/iframe?type=detail&style=large" width="400" height="700" frameborder="0" style="border:0"></iframe>
Colors: You can specify color arguments to make the ipanel fit your site's theme. See below for a full example.
<iframe src="//hashrego.com/events/rh3-medley-of-mud-3/iframe?type=detail&style=large&titlebgcolor=f5f5f5&titletextcolor=333&bodybgcolor=fff&bodytextcolor=333&bordercolor=ddd&linkcolor=428bca&cummingbuttoncolor=428bca®obuttoncolor=5cb85c&buttontextcolor=fff&hovercolor=f5f5f5" width="400" height="700" frameborder="0" style="border:0"></iframe>