Skip to content

Commit 80092ac

Browse files
committed
Make minor updates
Included are the following changes: - Replaced Twitter redirect with Mastodon redirect - Also replaced Twitter with Mastodon in nav - Adjusted nav element spacing - Added missing period on Sponsorship page - Updated homepage blurb to be more accurate
1 parent 2dc83bc commit 80092ac

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

input/assets/style/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ header {
6464

6565
li {
6666
display: inline-block;
67-
margin-right: 10px;
67+
margin-right: 8px;
6868

6969
&:last-child {
7070
margin-right: 0;

input/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
**SoCal Python** is a Los Angeles area Python enthusiast group.
66

7-
We meet on the fourth or last Tuesday of every month at various locations throughout the city.
7+
We used to meet on the fourth or last Tuesday of every month at various locations throughout the city, but are currently effectively on hiatus.
88

9-
Join the [Meetup group](https://www.meetup.com/socalpython/) for more information.
9+
Join the [Meetup group](https://www.meetup.com/socalpython/) to hear about future events.

input/mastodon/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect: "https://fosstodon.org/@socalpython"
3+
---

input/sponsorship/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ First off: Thank you for supporting the local Python community!
3434
- Priority for speakers who work for the sponsor who want to give presentations at the meetup, if the presenter has not been chosen before the sponsor approaches us.
3535
- Warmest, fuzziest feelings for contributing to the local Python community!
3636

37-
To get started, please contact the organizers via [Meetup](http://meetup.com/socalpython)
37+
To get started, please contact the organizers via [Meetup](http://meetup.com/socalpython).

input/twitter/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/default.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<h1><a href="/">SoCal Python</a></h1>
4141
<nav>
4242
<ul>
43-
<li ><a href="/">Home</a></li>
44-
<li ><a href="/about">About</a></li>
45-
<li ><a href="/speaking">Speaking</a></li>
46-
<li ><a href="/sponsorship">Sponsorship</a></li>
47-
<li ><a href="/conduct">Code of Conduct</a></li>
48-
<li ><a href="/meetup">Meetup</a></li>
49-
<li ><a href="/slack">Slack</a></li>
50-
<li ><a href="/github">GitHub</a></li>
51-
<li ><a href="/twitter">Twitter</a></li>
43+
<li><a href="/">Home</a></li>
44+
<li><a href="/about">About</a></li>
45+
<li><a href="/speaking">Speaking</a></li>
46+
<li><a href="/sponsorship">Sponsorship</a></li>
47+
<li><a href="/conduct">Code of Conduct</a></li>
48+
<li><a href="/meetup">Meetup</a></li>
49+
<li><a href="/slack">Slack</a></li>
50+
<li><a href="/github">GitHub</a></li>
51+
<li><a href="/mastodon">Mastodon</a></li>
5252
</ul>
5353
</nav>
5454
</header>

0 commit comments

Comments
 (0)