Skip to content

Commit

Permalink
Deploying to gh-pages from @ 255402e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Sep 15, 2023
1 parent 20e5b43 commit 93518a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<a
@click="isOpen = false"
class="text-ml inline-block text-gray-500 no-underline hover:text-orange-600 py-2 px-4"
href="#who-we-are"
href="/who-we-are"
>Who We Are</a
>
</li>
Expand Down
2 changes: 1 addition & 1 deletion codeOfConduct/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<a
@click="isOpen = false"
class="text-ml inline-block text-gray-500 no-underline hover:text-orange-600 py-2 px-4"
href="#who-we-are"
href="/who-we-are"
>Who We Are</a
>
</li>
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<a
@click="isOpen = false"
class="text-ml inline-block text-gray-500 no-underline hover:text-orange-600 py-2 px-4"
href="#who-we-are"
href="/who-we-are"
>Who We Are</a
>
</li>
Expand Down Expand Up @@ -151,6 +151,8 @@ <h3>Community Building</h3>
<h2>Events</h2>
<p><em>Stay up to date on announcements at our Twitter: <a href="https://twitter.com/ResBazAZ">@ResBazAZ</a></em></p>
<p><em>(Optionally) RSVP for our events at Meetup: <a href="https://www.meetup.com/ResBazAZ/">Our MeetUp</a></em></p>
<h3>TODO: Habitual offenders</h3>
<p>TODO: widget of randomized profile pics that link to a Who We Are page</p>
<h3>Coffee and Code</h3>
<div class="split-section">
<div class="side-image">
Expand Down
2 changes: 1 addition & 1 deletion posts/test-post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<a
@click="isOpen = false"
class="text-ml inline-block text-gray-500 no-underline hover:text-orange-600 py-2 px-4"
href="#who-we-are"
href="/who-we-are"
>Who We Are</a
>
</li>
Expand Down
2 changes: 2 additions & 0 deletions who-we-are/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h1>Who We Are</h1>
<p>TODO: more than just the repeat offenders mugshots</p>

0 comments on commit 93518a4

Please sign in to comment.