Skip to content

Commit

Permalink
-added photos for players
Browse files Browse the repository at this point in the history
-updated 'have you herd' on main page
  • Loading branch information
pabo committed Nov 12, 2010
1 parent fa358ee commit b85e31f
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 22 deletions.
10 changes: 5 additions & 5 deletions mason/bios.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{
name => "Samuel 'Hammie' Chen",
number => 24,
photo => '',
photo => 'hammie.jpg',
info => '',
years => [ qw(2011)],
},
Expand Down Expand Up @@ -105,7 +105,7 @@
{
name => "Andy Hutchinson",
number => 68,
photo => '',
photo => 'hutch_pink.jpg',
info => '',
years => [ qw(2010 2011)],
},
Expand Down Expand Up @@ -140,7 +140,7 @@
{
name => "Mark Hartford",
number => '',
photo => '',
photo => 'mark_argyle.jpg',
info => '',
years => [ qw(2011)],
},
Expand All @@ -154,7 +154,7 @@
{
name => "Mick Grier",
number => '',
photo => '',
photo => 'mick_mountain.jpg',
info => '',
years => [ qw(2011)],
},
Expand All @@ -168,7 +168,7 @@
{
name => "Zach Rank",
number => '',
photo => '',
photo => 'zach.jpg',
info => '',
years => [ qw(2011)],
},
Expand Down
6 changes: 0 additions & 6 deletions mason/css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
body#unused {
background-image: url('../images/logo_white_on_purple.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
body {
background-color: #F8CF3B;
color: #ED86B5;
Expand Down
14 changes: 14 additions & 0 deletions mason/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<& lib/header.mas, title => "Home" &>
<& lib/leftbar.mas, page_id=>'index' &>
<& lib/page_header.mas, text => "Have You Herd?" &>
<a href='http://infamo.us/2009/'>Last year</a> we brought you the evolution of the Hip-Huck-Apotamus. A story based mostly in fact that allowed us to partake in Kaimana 23. If you ask any of our returning members this was by far the most fun tournament/team that they have been on. This year we opened up our team to any player that wanted to return, and looked to fill any open spots with SoCal ballers who will enjoy building on our camaraderie and contributing to the Spirit Of The Game. Kaimana 23 was a rags-to-riches opportunity for most of us with our first tournament as the Hippos and the 3rd team in the 'Infamous' lineage.

<h2>Rostering Philosophy</h2>
Last year early injuries and partying set us back so we have an expanded <a href='bios.html'>roster</a> and look to compete for a top eight finish while also vying for a nod as the a top spirited team.

<h2>What Being a Huckin' Hippo Means to our Organizers</h2>
We not only seek high level ultimate players from the West Coast but we recruit players that have a high standard with respects to Spirit Of The Game. When we leave the field we want our opponents to see that we embody these traits.

<h2>What You Don't See</h2>
Kaimana provides an opportunity for players like <a href="bios.html#Evan 'softie' Vald&eacute;s">Evan</a>, <a href="bios.html#Barrs Lang">Barrs</a>, <a href="bios.html#Samuel 'Hammie' Chen">Hammie</a>, <a href="bios.html#Kief 'Fanta' Zangaro">Kief</a>, <a href="bios.html#Scott Hills">Scott</a>, &amp; <a href="bios.html#Trey Paulissen">Trey</a> to build bonds with up and coming players that show promise but may not be on national or regional caliber teams yet. Like many instances in nature we are passing the idea of Spirit Of The Game to the next generation of players. After KK23 our team instantly became a bloat of hippos. (Yes, it's really called that!) You can see in our <a href='photos.html'>photos</a> that our bonds have developed past Kaimana, to other tournaments, and transcended ultimate into real world friendships too. Highlights since last year are Barrs' going away party in LA with our San Diego contingent making the trek and Chad flying out from Denver; Chad, Stone, and Henny going to Poultry Days; and, of course, Chad and Tank sporting speedos and bow ties at One Love, One Beach. Most of these people may not have ever met without playing together last year.

We ask you to accept this bid so we may keep the stampede going this year looking to be a wildcard in our pool and one of the top contributors to the spirit of your tournament.

<p class='photo'><img src='photos/hippos_huddle.jpg'></p>

<& lib/footer.mas &>
10 changes: 5 additions & 5 deletions out/bios.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
Trey Paulissen
</p>
<p class=photo><a name="Samuel 'Hammie' Chen">
<img src="images/logo_white_on_purple.jpg"
<img src="photos/hammie.jpg"
alt="Samuel 'Hammie' Chen"
title="Samuel 'Hammie' Chen"
> <br />
Expand Down Expand Up @@ -214,7 +214,7 @@
Matt Frantz
</p>
<p class=photo><a name="Andy Hutchinson">
<img src="images/logo_white_on_purple.jpg"
<img src="photos/hutch_pink.jpg"
alt="Andy Hutchinson"
title="Andy Hutchinson"
> <br />
Expand Down Expand Up @@ -249,7 +249,7 @@
Matt Henessey
</p>
<p class=photo><a name="Mark Hartford">
<img src="images/logo_white_on_purple.jpg"
<img src="photos/mark_argyle.jpg"
alt="Mark Hartford"
title="Mark Hartford"
> <br />
Expand All @@ -263,7 +263,7 @@
Eli Menaker
</p>
<p class=photo><a name="Mick Grier">
<img src="images/logo_white_on_purple.jpg"
<img src="photos/mick_mountain.jpg"
alt="Mick Grier"
title="Mick Grier"
> <br />
Expand All @@ -277,7 +277,7 @@
Will Harris
</p>
<p class=photo><a name="Zach Rank">
<img src="images/logo_white_on_purple.jpg"
<img src="photos/zach.jpg"
alt="Zach Rank"
title="Zach Rank"
> <br />
Expand Down
10 changes: 4 additions & 6 deletions out/css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
body#unused {
background-image: url('../images/logo_white_on_purple.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
body {
background-color: #F8CF3B;
color: #ED86B5;
Expand Down Expand Up @@ -102,3 +96,7 @@ p.photo {
p.photo img {
max-width: 600px;
}

h2 {

}
14 changes: 14 additions & 0 deletions out/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,21 @@

<div class="title">Have You Herd?</div>

<a href='http://infamo.us/2009/'>Last year</a> we brought you the evolution of the Hip-Huck-Apotamus. A story based mostly in fact that allowed us to partake in Kaimana 23. If you ask any of our returning members this was by far the most fun tournament/team that they have been on. This year we opened up our team to any player that wanted to return, and looked to fill any open spots with SoCal ballers who will enjoy building on our camaraderie and contributing to the Spirit Of The Game. Kaimana 23 was a rags-to-riches opportunity for most of us with our first tournament as the Hippos and the 3rd team in the 'Infamous' lineage.

<h2>Rostering Philosophy</h2>
Last year early injuries and partying set us back so we have an expanded <a href='bios.html'>roster</a> and look to compete for a top eight finish while also vying for a nod as the a top spirited team.

<h2>What Being a Huckin' Hippo Means to our Organizers</h2>
We not only seek high level ultimate players from the West Coast but we recruit players that have a high standard with respects to Spirit Of The Game. When we leave the field we want our opponents to see that we embody these traits.

<h2>What You Don't See</h2>
Kaimana provides an opportunity for players like <a href="bios.html#Evan 'softie' Vald&eacute;s">Evan</a>, <a href="bios.html#Barrs Lang">Barrs</a>, <a href="bios.html#Samuel 'Hammie' Chen">Hammie</a>, <a href="bios.html#Kief 'Fanta' Zangaro">Kief</a>, <a href="bios.html#Scott Hills">Scott</a>, &amp; <a href="bios.html#Trey Paulissen">Trey</a> to build bonds with up and coming players that show promise but may not be on national or regional caliber teams yet. Like many instances in nature we are passing the idea of Spirit Of The Game to the next generation of players. After KK23 our team instantly became a bloat of hippos. (Yes, it's really called that!) You can see in our <a href='photos.html'>photos</a> that our bonds have developed past Kaimana, to other tournaments, and transcended ultimate into real world friendships too. Highlights since last year are Barrs' going away party in LA with our San Diego contingent making the trek and Chad flying out from Denver; Chad, Stone, and Henny going to Poultry Days; and, of course, Chad and Tank sporting speedos and bow ties at One Love, One Beach. Most of these people may not have ever met without playing together last year.

We ask you to accept this bid so we may keep the stampede going this year looking to be a wildcard in our pool and one of the top contributors to the spirit of your tournament.

<p class='photo'><img src='photos/hippos_huddle.jpg'></p>

</div>
</body>
</html>
Expand Down
Binary file added out/photos/hammie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added out/photos/hutch_pink.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added out/photos/mark_argyle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added out/photos/mick_mountain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added out/photos/zach.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b85e31f

Please sign in to comment.