Skip to content

Commit

Permalink
chore: update next meeting date (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxuser586 authored Mar 15, 2024
1 parent bf7f9ff commit 7b1d859
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 101 deletions.
67 changes: 17 additions & 50 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,13 @@
<div class="content">
<div class="heading">
<div class="heading-logo">
<img
id="heading-logo"
src="/EAA-Chapter-1674-Logo.png"
alt="EAA Chapter 1674 Logo"
width="300"
height="289"
/>
<img id="heading-logo" src="/EAA-Chapter-1674-Logo.png" alt="EAA Chapter 1674 Logo" width="300" height="289" />
</div>
<div class="heading-text">
<h1 class="title">EAA Chapter 1674</h1>
<a
class="button is-link"
<a class="button is-link"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1SligUHLudh_Ca8Ou2EWo-nT2NsmsHoSSQrI1_3uXqoaQbA/viewform"
target="_blank"
>I'm Interested!</a
>
target="_blank">I'm Interested!</a>
</div>
</div>
<div class="body">
Expand All @@ -50,27 +41,15 @@ <h1 class="title">EAA Chapter 1674</h1>
<a class="button is-link" href="/young-eagles">Young Eagles</a>
</div>
<div class="link-div">
<a
class="button is-link"
<a class="button is-link"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1SligUHLudh_Ca8Ou2EWo-nT2NsmsHoSSQrI1_3uXqoaQbA/viewform"
target="_blank"
>Join Now!</a
>
target="_blank">Join Now!</a>
</div>
<div class="amazon-smile-button link-div">
<a
class="button is-link"
href="https://www.paypal.com/donate/?hosted_button_id=SDX3KFDT5XE9Y"
target="_blank"
>Donate</a
>
<img
class="donate-qr"
src="/paypal-donate-qr-code.png"
alt="Donate to EAA Chapter 1674 Inc"
height="128"
width="128"
/>
<a class="button is-link" href="https://www.paypal.com/donate/?hosted_button_id=SDX3KFDT5XE9Y"
target="_blank">Donate</a>
<img class="donate-qr" src="/paypal-donate-qr-code.png" alt="Donate to EAA Chapter 1674 Inc" height="128"
width="128" />
</div>
<br />
<div class="amazon-smile-button">
Expand All @@ -92,7 +71,7 @@ <h2>
building.
</h2>
<h3>
Next meeting will be held on February 17, 2024 from 9:00 am to 11:00 am.
Next meeting will be held on March 16, 2024 from 9:00 am to 11:00 am.
</h3>
<h2>Our Address</h2>
<address>
Expand All @@ -109,21 +88,15 @@ <h2>Our Address</h2>
</p>
<h4>
Please watch the webinar
<a
href="https://www.eaa.org/Videos/Webinars/EAA-Programs/6303923122001"
target="_blank"
>Welcome to EAA – Getting the Most Out of Your Membership 2022</a
>
<a href="https://www.eaa.org/Videos/Webinars/EAA-Programs/6303923122001" target="_blank">Welcome to EAA – Getting
the Most Out of Your Membership 2022</a>
once you are an active member.
</h4>
<h3>
Complete the
<a
class="is-link"
<a class="is-link"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1SligUHLudh_Ca8Ou2EWo-nT2NsmsHoSSQrI1_3uXqoaQbA/viewform"
target="_blank"
>form</a
>
target="_blank">form</a>
if you are interested in joining.
</h3>
<div class="faq">
Expand Down Expand Up @@ -180,11 +153,7 @@ <h3>
<ul>
<li>
All members must have an active
<a
href="https://www.eaa.org/shop/Membership/Join.aspx"
target="_blank"
>National EAA Membership</a
>
<a href="https://www.eaa.org/shop/Membership/Join.aspx" target="_blank">National EAA Membership</a>
that is the same type for the local chapter.
</li>
<li>
Expand All @@ -198,10 +167,8 @@ <h2>Other information about the Inverness Florida Airport (KINF)</h2>
<ul>
<li><a href="/Airport-Findings-KINF.pdf">Airport Findings</a></li>
<li>
<a
href="/Florida-Aviation-Economic-Impact-Study-Inverness-Airport-KINF.pdf"
>Florida Aviation Economic Impact Study Inverness-Airport</a
>
<a href="/Florida-Aviation-Economic-Impact-Study-Inverness-Airport-KINF.pdf">Florida Aviation Economic Impact
Study Inverness-Airport</a>
</li>
</ul>
</div>
Expand Down
69 changes: 18 additions & 51 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{% extends "base.html" %} {% block content %}
<div class="heading">
<div class="heading-logo">
<img
id="heading-logo"
src="/EAA-Chapter-1674-Logo.png"
alt="EAA Chapter 1674 Logo"
width="300"
height="289"
/>
<img id="heading-logo" src="/EAA-Chapter-1674-Logo.png" alt="EAA Chapter 1674 Logo" width="300" height="289" />
</div>
<div class="heading-text">
<h1 class="title">EAA Chapter 1674</h1>
<a
class="button is-link"
<a class="button is-link"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1SligUHLudh_Ca8Ou2EWo-nT2NsmsHoSSQrI1_3uXqoaQbA/viewform"
target="_blank"
>I'm Interested!</a
>
target="_blank">I'm Interested!</a>
</div>
</div>
<div class="body">
Expand All @@ -25,27 +16,15 @@ <h1 class="title">EAA Chapter 1674</h1>
<a class="button is-link" href="/young-eagles">Young Eagles</a>
</div>
<div class="link-div">
<a
class="button is-link"
<a class="button is-link"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1SligUHLudh_Ca8Ou2EWo-nT2NsmsHoSSQrI1_3uXqoaQbA/viewform"
target="_blank"
>Join Now!</a
>
target="_blank">Join Now!</a>
</div>
<div class="amazon-smile-button link-div">
<a
class="button is-link"
href="https://www.paypal.com/donate/?hosted_button_id=SDX3KFDT5XE9Y"
target="_blank"
>Donate</a
>
<img
class="donate-qr"
src="/paypal-donate-qr-code.png"
alt="Donate to EAA Chapter 1674 Inc"
height="128"
width="128"
/>
<a class="button is-link" href="https://www.paypal.com/donate/?hosted_button_id=SDX3KFDT5XE9Y"
target="_blank">Donate</a>
<img class="donate-qr" src="/paypal-donate-qr-code.png" alt="Donate to EAA Chapter 1674 Inc" height="128"
width="128" />
</div>
<br />
<div class="amazon-smile-button">
Expand All @@ -67,7 +46,7 @@ <h2>
building.
</h2>
<h3>
Next meeting will be held on February 17, 2024 from 9:00 am to 11:00 am.
Next meeting will be held on March 16, 2024 from 9:00 am to 11:00 am.
</h3>
<h2>Our Address</h2>
<address>
Expand All @@ -84,21 +63,15 @@ <h2>Our Address</h2>
</p>
<h4>
Please watch the webinar
<a
href="https://www.eaa.org/Videos/Webinars/EAA-Programs/6303923122001"
target="_blank"
>Welcome to EAA – Getting the Most Out of Your Membership 2022</a
>
<a href="https://www.eaa.org/Videos/Webinars/EAA-Programs/6303923122001" target="_blank">Welcome to EAA – Getting
the Most Out of Your Membership 2022</a>
once you are an active member.
</h4>
<h3>
Complete the
<a
class="is-link"
<a class="is-link"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1SligUHLudh_Ca8Ou2EWo-nT2NsmsHoSSQrI1_3uXqoaQbA/viewform"
target="_blank"
>form</a
>
target="_blank">form</a>
if you are interested in joining.
</h3>
<div class="faq">
Expand Down Expand Up @@ -155,11 +128,7 @@ <h3>
<ul>
<li>
All members must have an active
<a
href="https://www.eaa.org/shop/Membership/Join.aspx"
target="_blank"
>National EAA Membership</a
>
<a href="https://www.eaa.org/shop/Membership/Join.aspx" target="_blank">National EAA Membership</a>
that is the same type for the local chapter.
</li>
<li>
Expand All @@ -173,13 +142,11 @@ <h2>Other information about the Inverness Florida Airport (KINF)</h2>
<ul>
<li><a href="/Airport-Findings-KINF.pdf">Airport Findings</a></li>
<li>
<a
href="/Florida-Aviation-Economic-Impact-Study-Inverness-Airport-KINF.pdf"
>Florida Aviation Economic Impact Study Inverness-Airport</a
>
<a href="/Florida-Aviation-Economic-Impact-Study-Inverness-Airport-KINF.pdf">Florida Aviation Economic Impact
Study Inverness-Airport</a>
</li>
</ul>
</div>
</div>
</div>
{% endblock content %}
{% endblock content %}

0 comments on commit 7b1d859

Please sign in to comment.