-
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
1e62783
commit 92c850e
Showing
11 changed files
with
228 additions
and
9 deletions.
There are no files selected for viewing
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,11 +1,8 @@ | ||
President: | ||
name: Curtis Dixon | ||
name: Kym Wilke | ||
email: oilfieldssportsassociation@gmail.com | ||
Vice-President: | ||
name: Kym Wilke | ||
name: Tori Peterson | ||
Treasurer: | ||
name: Stephen Slabotsky | ||
email: oilfieldssportsassociation@gmail.com | ||
name: | ||
husband: Tom | ||
wife: Shannon |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,97 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<link rel="stylesheet" href="/githubpages/assets/css/styles.css"> | ||
<link rel="shortcut icon" type="image/png" href="/githubpages/assets/images/phantomsicon.png" /> | ||
<link rel="apple-touch-icon" href="/githubpages/assets/images/phantomsapplefav.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/githubpages/feed.xml" /> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="banner"> | ||
<a href="/githubpages/index.html"> | ||
<picture> | ||
<source srcset="/githubpages/assets/images/phantoms600.webp" media="(min-width: 400px)"> | ||
<source srcset="/githubpages/assets/images/phantoms600.png" media="(min-width: 400px)"> | ||
<source srcset="/githubpages/assets/images/phantoms@0.25x.webp"> | ||
<img src="/githubpages/assets/images/phantoms@0.25x.png" alt="phantoms logo" width="600" | ||
class="banner"> | ||
</picture> | ||
</a> | ||
</div> | ||
|
||
<nav class="leftMenu"> | ||
|
||
<ul class="leftMenuList"> | ||
|
||
<li class="leftMenuHeading"><a href="/githubpages/hockey.html" >Hockey 🏒 </a> | ||
<ul class="leftMenuDropdown"> | ||
<li><a href="/githubpages/hockey.html">About</a></li> | ||
<li><a href="/githubpages/hockey_schedule.html">Schedule</a></li> | ||
<li><a href="https://app.teamlinkt.com/register/find/oilfieldsportsassociation2">Register</a></li> | ||
<li><a href="mailto: oilfieldsphantoms@gmail.com">Contact</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li class="leftMenuHeading"><a href="/githubpages/soccer.html" >Soccer ⚽️ </a> | ||
<ul class="leftMenuDropdown"> | ||
<li><a href="/githubpages/soccer.html">About</a></li> | ||
<li><a href="/githubpages/soccer_schedule.html">Schedule</a></li> | ||
<li><a href="https://app.teamlinkt.com/register/find/oilfieldsportsassociation2">Register</a></li> | ||
<li><a href="mailto: oilfieldsoccer@gmail.com">Contact</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li class="leftMenuHeading"><a href="/githubpages/baseball.html" >Baseball ⚾️ </a> | ||
<ul class="leftMenuDropdown"> | ||
<li><a href="/githubpages/baseball.html">About</a></li> | ||
<li><a href="/githubpages/baseball_schedule.html">Schedule</a></li> | ||
<li><a href="https://app.teamlinkt.com/register/find/oilfieldsportsassociation2">Register</a></li> | ||
<li><a href="mailto: oilfieldbaseball@gmail.com">Contact</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li class="leftMenuHeading"><a href="/githubpages/basketball.html" class="current" >Basketball 🏀 </a> | ||
<ul class="leftMenuDropdown"> | ||
<li><a href="/githubpages/basketball.html">About</a></li> | ||
<li><a href="/githubpages/basketball_schedule.html">Schedule</a></li> | ||
<li><a href="https://app.teamlinkt.com/register/find/oilfieldsportsassociation2">Register</a></li> | ||
<li><a href="mailto: oilfieldsbasketball@gmail.com">Contact</a></li> | ||
</ul> | ||
</li> | ||
|
||
</ul> | ||
</nav> | ||
|
||
|
||
<div class="content"> | ||
<h1></h1> | ||
|
||
|
||
<p>Coming Soon</p> | ||
|
||
</div> | ||
|
||
<div class="rightMenu"> | ||
<h2 class="rightMenuHeading"><a href="/githubpages/contact.html">Contact Information</a></h2> | ||
<h2 class="rightMenuHeading"><a href="/githubpages/financial.html">Financial Assistance</a></h2> | ||
<h2 class="rightMenuHeading"><a href="/githubpages/policies.html">Policies and Bylaws</a></h2> | ||
|
||
</div> | ||
|
||
<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> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.