Skip to content

Commit df66ae5

Browse files
authored
Change meetup details on page (#112)
* Change meetup details on page * change verbiage
1 parent 29e2e6c commit df66ae5

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

Diff for: _includes/follow.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<li>Facebook: <a href="https://www.facebook.com/groups/codeandcoffeelb/">Code and Coffee, Long Beach</a></li>
66
<li>Github org: <a href="https://github.com/codeandcoffeelb">codeandcoffeelb</a></li>
77
<li>Slack: <a href="https://codeandcoffee.slack.com">codeandcoffee.slack.com</a></li>
8-
<li>twice monthly, from 10:30am to 2:30pm, @ <a href="https://www.google.com/maps/search/4195%20N%20Viking%20Way,%20%23D,%20Long%20Beach,%20CA%2090808?hl=en&source=opensearch">Ironfire</a>
9-
</li>
8+
<li>Meetup: <a href="https://www.meetup.com/code-and-coffee-long-beach/">Code and Coffee, Long Beach</a></li>
109
</ul>
1110
</div>

Diff for: about.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ permalink: about/
77

88
A weekly event bringing together programmers of all ages, skills and experiences in a casual environment to share, collaborate, and hack together.
99

10-
We usually* gather at 10:30am on Saturdays in the [CritiqueIt, Inc.](http://www.critiqueit.com/) offices on the 5th floor of the Pacific Tower at the corner of Long Beach Blvd. and Broadway in downtown Long Beach. Bring a laptop and an interest in programming.
10+
We usually* gather at 10:30am on Saturdays online. Check out <a href="https://www.meetup.com/code-and-coffee-long-beach/">our Meetup.com page</a> for the current schedule, as we occassionally skip a weekend or meet elsewhere.
1111

12-
<em>* Always be sure to <a href="https://www.meetup.com/code-and-coffee-long-beach/">check our Meetup.com page</a> for the current schedule, as we occassionally skip a weekend or meet elsewhere.</em>
13-
14-
-----
15-
16-
*code + coffee / long beach* is an independent event, with venue support by [CritiqueIt, Inc.](http://www.critiqueit.com/)
17-
18-
19-
{% include map.html %}
2012

2113
{% include footer.html %}

Diff for: assets/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
.text {
25-
font-size: 0.8em;
25+
font-size: 1em;
2626
}
2727

2828
.text--black {

Diff for: index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#hero .hero-logo {
6868
background: transparent;
6969
z-index: 1;
70-
font-size: 8px;
70+
font-size: 10px;
7171
display:inline-block;
7272
}
7373

@@ -170,10 +170,9 @@
170170
</div>
171171
<h1 class="heading heading--black">code + coffee / long beach</h1>
172172
<p class="text text--black">
173-
twice monthly, from 10:30am to 2:30pm, @
174-
<a class="text--orange" href="https://www.google.com/maps/search/4195%20N%20Viking%20Way,%20%23D,%20Long%20Beach,%20CA%2090808?hl=en&source=opensearch">Ironfire</a>
175-
<br />
176-
<em>* <a class="text--orange" href="https://www.meetup.com/code-and-coffee-long-beach/">check meetup.com for our up-to-date schedule</a></em>
173+
weekly meetups online, from 10:30am to 2:30pm (US Pacific time)
174+
<br>
175+
<a class="text--orange" href="https://www.meetup.com/code-and-coffee-long-beach/">RSVP on Meetup</a>
177176
</p>
178177
</div>
179178
</div>

0 commit comments

Comments
 (0)