Skip to content

Commit d8346eb

Browse files
committed
Updates for June
1 parent fb3664e commit d8346eb

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
lines changed

css/main.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,21 @@ a {
123123

124124
}
125125

126+
.secondary-header {
127+
text-transform: uppercase;
128+
text-align: center;
129+
font-size: 1rem;
130+
padding: 0px 12px;
131+
margin-bottom: 30px;
132+
133+
@include break-at( sm ) {
134+
padding-top: 15px;
135+
margin-bottom: 65px;
136+
font-size: 1.73rem;
137+
}
138+
139+
}
140+
126141
.hero-container {
127142
display: flex;
128143
flex-direction: column;

pages/index.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ class index extends React.Component {
1313
<div className='hero-container-content'>
1414

1515
<div className='primary-header'>JavaScript MN</div>
16+
<div className='secondary-header'>A monthly meetup for anyone interested in JavaScript and related technologies in the Twin Cities.</div>
1617

17-
<Meetup />
18+
<Meetup />
1819

1920
<div className='button-row'>
2021
<button className='outline-button' onClick={_ => this.openURL("https://meetup.com/javascriptmn")}>
@@ -51,7 +52,7 @@ class index extends React.Component {
5152
<div id='#location' className='secondary-content tilt-left'>
5253
<div className='column'>
5354
<h2 className='secondary-content-header'>Location</h2>
54-
<div className='secondary-content-blurb'>We are graciously hosted at <strong>Olson\'s</strong> office space in downtown Minneapolis. Parking is available in the adjacent lot or additional street parking near the building.</div>
55+
<div className='secondary-content-blurb'>We are graciously hosted at <strong>Olson's</strong> office space in downtown Minneapolis. Parking is available in the adjacent lot or additional street parking near the building.</div>
5556
<address>
5657
Olson<br />
5758
420 N 5th St<br />

pages/speak.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<div class="interior-page tilt-left">
2+
3+
<h1 class="secondary-content-header">Speak at JSMN</h1>
4+
<p>
5+
If you have something you think would be great for the group,
6+
consider the opportunity to beef up your public speaking skills and hone
7+
your understanding of the tech topic at hand by giving a talk at an upcoming
8+
meetup. Get in front of the biggest tech meetup in the state to be seen and
9+
heard by fellow coders, coworkers, recruiters, and grow your presence in the
10+
Twin Cities tech community.
11+
</p>
12+
13+
<button class='outline-button' onclick="window.open('mailto:javascript.mn@gmail.com')">
14+
<span>Email us about your idea!</span>
15+
</button>
16+
</div>
17+
118
<div class="interior-page tilt-left">
219

320
<h1 class="secondary-content-header">Speaker Questionnaire</h1>
@@ -9,16 +26,16 @@ <h1 class="secondary-content-header">Speaker Questionnaire</h1>
926
What is the title for your presentation?
1027
</li>
1128
<li>
12-
What is a brief description of your talk?
29+
What is a brief description of your talk?
1330
</li>
1431
<li>
1532
How will this improve how people work with JavaScript?
1633
</li>
1734
<li>
18-
What is one thing people should know beforehand to better understand this talk?
35+
What is one thing people should know beforehand to better understand this talk?
1936
</li>
2037
<li>
21-
What are pre-meetup resources that individuals should check out?
38+
What are pre-meetup resources that individuals should check out?
2239
</li>
2340
<li>
2441
What information about you would you like to share (bio, links, contact info?)

0 commit comments

Comments
 (0)