-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
181b9b9
commit 24fbd34
Showing
86 changed files
with
2,034 additions
and
1,341 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- position: President | ||
name: Curtis Dixon | ||
email: oilfieldssportsassociation@gmail.com | ||
- position: Vice President | ||
name: Kym Wilke | ||
- position: Tresurer | ||
name: Stephen Slabotsky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
- name: Home | ||
link: / | ||
- name: About | ||
link: /about.html | ||
- name: Blog | ||
link: /blog.html | ||
- name: Staff | ||
link: /staff.html | ||
- name: Hockey | ||
link: /hockey.html | ||
about: /hockey.html | ||
schedule: /hockey/schedule.html | ||
contact: 'mailto: oilfieldsphantoms@gmail.com' | ||
contactName: Shannon | ||
register: https://app.teamlinkt.com/register/find/oilfieldsportsassociation2 | ||
- name: Soccer | ||
link: /soccer.html | ||
about: /soccer.html | ||
schedule: /soccer/schedule.html | ||
contact: 'mailto: oilfieldsoccer@gmail.com' | ||
contactName: Will | ||
register: https://app.teamlinkt.com/register/find/oilfieldsportsassociation2 | ||
- name: Baseball | ||
link: /baseball.html | ||
about: /baseball.html | ||
schedule: /baseball/schedule.html | ||
contact: 'mailto: oilfieldbaseball@gmail.com' | ||
contactName: Bryce | ||
register: https://app.teamlinkt.com/register/find/oilfieldsportsassociation2 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<div class="rightMenu"> | ||
<h3 class="rightMenuHeading"><a href="contact-info.html">Contact Information</a></h3> | ||
<h3 class="rightMenuHeading"><a href="financial-assisatance.html">Financial Assistance</a></h3> | ||
<h3 class="rightMenuHeading"><a href="policies-and-bylaws.html">Policies and Bylaws</a></h3> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
<nav class="leftMenu"> | ||
|
||
<ul class="leftMenuHeading"> | ||
<ul class="leftMenuList"> | ||
{% for item in site.data.navigation %} | ||
<li class="leftMenuList"><a href="{{site.baseurl}}{{ item.link }}" {% if page.url==item.link %}class="current" | ||
<li class="leftMenuHeading"><a href="{{site.baseurl}}{{ item.link }}" {% if page.url==item.link %}class="current" | ||
{% endif %}>{{ item.name | ||
}}</a></li> | ||
}}</a> | ||
<ul class="leftMenuDropdown"> | ||
<li><a href="{{site.baseurl}}{{ item.about }}">About</a></li> | ||
<li><a href="{{site.baseurl}}{{ item.schedule }}">Schedule</a></li> | ||
<li><a href="{{ item.register}}">Register</a></li> | ||
<li><a href="{{ item.contact }}">Contact</a></li> | ||
</ul> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="fb-page" | ||
data-tabs="timeline,events,messages" | ||
data-href="https://www.facebook.com/groups/1996012543979856" | ||
data-width="380" | ||
data-hide-cover="false"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!---This is the automatic age bracket function. It pulls the number from the document for each age from the top of it called maxage: 8 (or whatever age). If you don't edit the parts in the script tags or the {{}} it won't break the script---> | ||
<em>U{{-agegroup.maxage}} is for players born in | ||
{% assign agerange = agegroup.maxage | minus: agegroup.minage %} | ||
{% if agerange != 1 %} | ||
and between | ||
{% endif %} | ||
<script>document.write(new Date().getFullYear()-{{-agegroup.maxage}});</script> and <script>document.write(new Date().getFullYear()-{{-agegroup.minage}});</script>.</em> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.