Skip to content

Commit

Permalink
Merge pull request #12 from gtiosclub/Spring24
Browse files Browse the repository at this point in the history
Removed dates and times from schedule
  • Loading branch information
ghmcguire authored Jan 11, 2024
2 parents 73a73ff + 0343f29 commit 5cf494f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ <h1>
<div class="content">
<img src="{{ site.baseurl }}/images/home/learn.png" />
<h1>Weekly Meetings</h1>
<p>We host beginner friendly meetings on Tuesday at 6:30 in Howey L3 and on Thursday at 6:30 in CCB 340. For more
information on event dates and activities, join our Discord or check the Schedule page.</p>
<a href="{{ site.baseurl }}/schedule/">View Schedule &rsaquo;</a>
<p>We host beginner friendly meetings on Tuesdays and Thursdays. For more
information on event dates and activities, join our Discord.</p>
<!-- <a href="{{ site.baseurl }}/schedule/">View Schedule &rsaquo;</a> -->
</div>
</div>
<div class="col-lg">
Expand Down
4 changes: 2 additions & 2 deletions _layouts/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<div class="schedule-column schedule-meta col" style="max-width: 435px;">
<div style="margin: 0 auto; margin-bottom: 15px;">
<h1 class="row post-header heading">iOS Club Schedule</h1>
<p class="no-mar">We host beginner friendly meetings on Tuesday at 6:30 in Howey L3 and on Thursday at 6:30 in CCB 340.</p><br>
<p class="no-mar">Join our <a href="{{ site.discord_url }}" onclick="openDiscord()" target="_blank">Discord</a> for announcements.</p><br>
<p class="no-mar">We meet Tuesdays and Thursdays in project groups. Come to our first semester meeting to join one!</p><br>
<p class="no-mar">Join our <a href="{{ site.discord_url }}" onclick="openDiscord()" target="_blank">Discord</a> for announcements and to see when we meet.</p><br>
</div>

{% capture current-year %}{{'now' | date: '%y'}}{% endcapture %}
Expand Down

0 comments on commit 5cf494f

Please sign in to comment.