Skip to content

Commit

Permalink
updated executive
Browse files Browse the repository at this point in the history
  • Loading branch information
wweatherall committed Feb 6, 2024
1 parent 1e62783 commit 92c850e
Show file tree
Hide file tree
Showing 11 changed files with 228 additions and 9 deletions.
7 changes: 2 additions & 5 deletions _data/executives.yml
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
6 changes: 6 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ input[type='checkbox'] { display: none; }
text-align: center;
}

.content {
padding-top: 2em;
border-top-style: dotted;
margin-top: 1em;
}

}

@media only screen and (max-width:500px) {
Expand Down
5 changes: 5 additions & 0 deletions _site/assets/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/assets/css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 97 additions & 0 deletions _site/basketball.html
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>
Loading

0 comments on commit 92c850e

Please sign in to comment.